partitions: Increase modules size from 20MB to 32MB 48/316848/1 accepted/tizen/unified/20241219.102405 accepted/tizen/unified/x/20241220.014645
authorJaehoon Chung <jh80.chung@samsung.com>
Wed, 18 Dec 2024 05:00:18 +0000 (14:00 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 18 Dec 2024 05:00:18 +0000 (14:00 +0900)
Current tizen public reference boards are using 32MB as physical
partition. To utilize storage, increase the partition size from 20MB to
32BM.

Change-Id: Id1e37b92d9d9cacca09916957e25fb22c94a0c78
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
partitions/common-mbr-boot

index a74e631e7391b66b9caf1db748f606219ebe8707..3aae6cae27b2f33560868c375fd6e960757b1793 100644 (file)
@@ -1,3 +1,3 @@
 part /boot --fstype="vfat" --size=64 --ondisk=mmcblk0 --active --label boot --fsoptions=defaults,noatime
-part /lib/modules --fstype="ext4" --size=20 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime
+part /lib/modules --fstype="ext4" --size=32 --ondisk=mmcblk0 --active --label modules --fsoptions=defaults,noatime
 part /hal --fstype="ext4" --size=256 --ondisk=mmcblk0 --active --label hal --fsoptions=defaults,noatime