Increase initial boot and rootfs partition sizes

This commit is contained in:
j1nx 2021-03-04 13:20:54 +01:00
parent 40d4f26f9f
commit 2cc9d46752
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ image boot.vfat {
"Image"
}
}
size = 32M
size = 96M
}
image sdcard.img {

View File

@ -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