Skip to content
This repository was archived by the owner on Aug 14, 2023. It is now read-only.

Commit c27bb56

Browse files
committed
Increase boot to 100MB, total to 1400
1 parent a7c0427 commit c27bb56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

builder/rpi/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ fi
99
### setting up some important variables to control the build process
1010
BUILD_RESULT_PATH="/workspace"
1111
IMAGE_PATH="rpi-raw.img"
12-
SD_CARD_SIZE=1300
13-
BOOT_PARTITION_SIZE=64
12+
SD_CARD_SIZE=1400
13+
BOOT_PARTITION_SIZE=100
1414

1515
# create empty BOOT/ROOTFS image file
1616
# - SD_CARD_SIZE in MByte

builder/rpi/test/image_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
expect(stdout).to contain('^.*\.img1\ *2048 .*$')
3030
end
3131

32-
it "partition sda1 has a size of 64M" do
33-
expect(stdout).to contain('^.*\.img1.* 64M c.*$')
32+
it "partition sda1 has a size of 100M" do
33+
expect(stdout).to contain('^.*\.img1.* 100M c.*$')
3434
end
3535
end
3636
end

0 commit comments

Comments
 (0)