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 afb4d8a
Showing 1 changed file with 2 additions and 2 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

0 comments on commit afb4d8a

Please sign in to comment.