From 2cc9d467520c17fd224c725cdac5683cffed7d7f Mon Sep 17 00:00:00 2001 From: j1nx Date: Thu, 4 Mar 2021 13:20:54 +0100 Subject: [PATCH] Increase initial boot and rootfs partition sizes --- .../board/raspberrypi/genimage-raspberrypi4-64.cfg | 2 +- buildroot-external/configs/rpi4_64-gui_defconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildroot-external/board/raspberrypi/genimage-raspberrypi4-64.cfg b/buildroot-external/board/raspberrypi/genimage-raspberrypi4-64.cfg index 426af9a2..82623ddb 100644 --- a/buildroot-external/board/raspberrypi/genimage-raspberrypi4-64.cfg +++ b/buildroot-external/board/raspberrypi/genimage-raspberrypi4-64.cfg @@ -10,7 +10,7 @@ image boot.vfat { "Image" } } - size = 32M + size = 96M } image sdcard.img { diff --git a/buildroot-external/configs/rpi4_64-gui_defconfig b/buildroot-external/configs/rpi4_64-gui_defconfig index 6c52e03a..00a6a633 100644 --- a/buildroot-external/configs/rpi4_64-gui_defconfig +++ b/buildroot-external/configs/rpi4_64-gui_defconfig @@ -472,7 +472,7 @@ BR2_PACKAGE_VIM=y BR2_TARGET_ROOTFS_EXT2=y BR2_TARGET_ROOTFS_EXT2_4=y BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs1" -BR2_TARGET_ROOTFS_EXT2_SIZE="2527M" +BR2_TARGET_ROOTFS_EXT2_SIZE="4000M" BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS="-O 64bit -U c0932a41-44cf-463b-8152-d43188553ed4" # BR2_TARGET_ROOTFS_TAR is not set BR2_PACKAGE_HOST_CMAKE=y