Skip to content

Commit 1bf5a24

Browse files
[build]: increase raw image disk size to 4GB (sonic-net#12958)
3GB disk size is not enough for broadcom raw image.
1 parent 6153602 commit 1bf5a24

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

onie-image-arm64.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
3737
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
3838

3939
## Raw image size in MB
40-
RAW_IMAGE_DISK_SIZE=3072
40+
RAW_IMAGE_DISK_SIZE=4096
4141

4242
## Output file name for kvm image
4343
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img

onie-image-armhf.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
3737
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
3838

3939
## Raw image size in MB
40-
RAW_IMAGE_DISK_SIZE=3072
40+
RAW_IMAGE_DISK_SIZE=4096
4141

4242
## Output file name for kvm image
4343
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img

onie-image.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ OUTPUT_ONIE_IMAGE=target/sonic-$TARGET_MACHINE.bin
3737
OUTPUT_RAW_IMAGE=target/sonic-$TARGET_MACHINE.raw
3838

3939
## Raw image size in MB
40-
RAW_IMAGE_DISK_SIZE=3072
40+
RAW_IMAGE_DISK_SIZE=4096
4141

4242
## Output file name for kvm image
4343
OUTPUT_KVM_IMAGE=target/sonic-$TARGET_MACHINE.img

0 commit comments

Comments
 (0)