mediatek: increase size of the sdcard image to 512 MiB
authorDaniel Golle <daniel@makrotopia.org>
Tue, 30 Apr 2024 21:21:16 +0000 (22:21 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 2 May 2024 13:58:31 +0000 (14:58 +0100)
Increasing the size of the rootfs_data filesystem has become a ever
repeating discussion and seems to be the most important thing for
users of the MediaTek-based BananaPi boards.

Using the whole remaining size of a microSD or the eMMC for rootfs_data
doesn't make sense for many reasons, but neither does the current
default of 104 MiB for the 'rootfs' partition size.

Increase the 'rootfs' partition size to 448 MiB which will result in
the sdcard image being exactly 512 MiB. Finding a microSD card smaller
than 512 MiB and still working could anyway be difficult in 2024.

That will allow users to install even bloatware written in Go or other
space-hungry languages while still leaving most of the space unallocated
for additional partitions or volumes to be used for persistent user
data.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
config/Config-images.in

index 6f2f92643234d6370c6f33fd664dec93efdeb7fb..5222065b04d3d572155c1f602344e135054b8964 100644 (file)
@@ -300,6 +300,7 @@ menu "Target Images"
        config TARGET_ROOTFS_PARTSIZE
                int "Root filesystem partition size (in MiB)"
                depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS
+               default 448 if TARGET_mediatek
                default 104
                help
                  Select the root filesystem partition size.