From 1d57b438b9cbefe348151d404ba3ff699dd9640c Mon Sep 17 00:00:00 2001 From: Olli Janatuinen Date: Mon, 12 Apr 2021 21:28:52 +0300 Subject: [PATCH] Increase Raspberry boot partition size (#83) --- scripts/images/raspberry-pi-hypriot64/scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))"