From 19e2c91f1bfd34d7e5ea7c82b342091e9d1c9869 Mon Sep 17 00:00:00 2001 From: Sean Date: Fri, 23 Jun 2017 23:39:16 +0200 Subject: [PATCH] Increasing raspberry image to 2G --- scripts/images/raspberry-pi-hypriot/scripts/build.sh | 2 +- scripts/images/raspberry-pi-hypriot64/scripts/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/images/raspberry-pi-hypriot/scripts/build.sh b/scripts/images/raspberry-pi-hypriot/scripts/build.sh index 9be4198d..dfd7af49 100755 --- a/scripts/images/raspberry-pi-hypriot/scripts/build.sh +++ b/scripts/images/raspberry-pi-hypriot/scripts/build.sh @@ -11,7 +11,7 @@ cp assets/*.deb build/ #---build SD card image--- # size of root and boot partion (in MByte) -IMAGE_TOTAL_SIZE=500 +IMAGE_TOTAL_SIZE=2048 BOOT_PARTITION_START=2048 BOOT_PARTITION_SIZE=25 #---don't change here--- diff --git a/scripts/images/raspberry-pi-hypriot64/scripts/build.sh b/scripts/images/raspberry-pi-hypriot64/scripts/build.sh index c3724f45..51814f6e 100755 --- a/scripts/images/raspberry-pi-hypriot64/scripts/build.sh +++ b/scripts/images/raspberry-pi-hypriot64/scripts/build.sh @@ -11,7 +11,7 @@ cp assets/*.tar.gz build/ #---build SD card image--- # size of root and boot partion (in MByte) -IMAGE_TOTAL_SIZE=500 +IMAGE_TOTAL_SIZE=2048 BOOT_PARTITION_START=2048 BOOT_PARTITION_SIZE=25 #---don't change here---