fix: increase rootfs.sd's size from 1100M to 1536M

This commit is contained in:
taorye
2024-12-12 18:16:53 +08:00
parent 05cc1b41a9
commit c3b98df9aa
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<physical_partition type="sd">
<partition label="BOOT" size_in_kb="80960" readonly="false" file="boot.sd"/>
<partition label="ROOTFS" size_in_kb="1126400" readonly="false" file="rootfs.sd" />
<partition label="ROOTFS" size_in_kb="1572864" readonly="false" file="rootfs.sd" />
</physical_partition>

View File

@@ -601,7 +601,7 @@ BR2_PACKAGE_AXP2101=y
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_SIZE="1100M"
BR2_TARGET_ROOTFS_EXT2_SIZE="1536M"
BR2_ROOTFS_OVERLAY="$(TOPDIR)/board/cvitek/SG200X/overlay"
BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(TOPDIR)/board/cvitek/SG200X/busybox-extra.config"