diff --git a/scripts/images/raspberry-pi-hypriot64/scripts/build.sh b/scripts/images/raspberry-pi-hypriot64/scripts/build.sh index 50dadb9e..052da4cd 100755 --- a/scripts/images/raspberry-pi-hypriot64/scripts/build.sh +++ b/scripts/images/raspberry-pi-hypriot64/scripts/build.sh @@ -13,7 +13,7 @@ cp assets/*.tar.gz build/ # size of root and boot partion (in MByte) IMAGE_TOTAL_SIZE=2048 BOOT_PARTITION_START=2048 -BOOT_PARTITION_SIZE=30 +BOOT_PARTITION_SIZE=50 #---don't change here--- BOOT_PARTITION_OFFSET="$((BOOT_PARTITION_START*512))" BOOT_PARTITION_BYTES="$((BOOT_PARTITION_SIZE*1024*1024))"