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

Commit 9cafe94

Browse files
committed
Merge pull request #7 from hypriot/rpi-sd-size-1300
Increase SD_CARD_SIZE to 1300
2 parents 9404f12 + ef67b9f commit 9cafe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/rpi/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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=1200
12+
SD_CARD_SIZE=1300
1313
BOOT_PARTITION_SIZE=64
1414

1515
# create empty BOOT/ROOTFS image file

0 commit comments

Comments
 (0)