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

Commit

Permalink
Increase boot to 100MB, total to 1400
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Mar 14, 2020
1 parent a7c0427 commit c27bb56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions builder/rpi/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ fi
### setting up some important variables to control the build process
BUILD_RESULT_PATH="/workspace"
IMAGE_PATH="rpi-raw.img"
SD_CARD_SIZE=1300
BOOT_PARTITION_SIZE=64
SD_CARD_SIZE=1400
BOOT_PARTITION_SIZE=100

# create empty BOOT/ROOTFS image file
# - SD_CARD_SIZE in MByte
Expand Down
4 changes: 2 additions & 2 deletions builder/rpi/test/image_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
expect(stdout).to contain('^.*\.img1\ *2048 .*$')
end

it "partition sda1 has a size of 64M" do
expect(stdout).to contain('^.*\.img1.* 64M c.*$')
it "partition sda1 has a size of 100M" do
expect(stdout).to contain('^.*\.img1.* 100M c.*$')
end
end
end

0 comments on commit c27bb56

Please sign in to comment.