From 681d69513a0976c816f79c583d87c8ab36749d8d Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Fri, 21 Sep 2018 16:59:42 +0900 Subject: [PATCH] scripts: tizen: change modules parition size as 32MB Currently, odroid boot image has 20MB modules.img and exact 20MB modules partition size causes thor flash failure because it is in extended parition. Change modules partition size as 32MB. Change-Id: I1c383f359acf3d415c823ff991901a55e647dfd6 Signed-off-by: Seung-Woo Kim --- scripts/tizen/sd_fusing_xu4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_xu4.sh b/scripts/tizen/sd_fusing_xu4.sh index ae564ce300..e174faf4b3 100755 --- a/scripts/tizen/sd_fusing_xu4.sh +++ b/scripts/tizen/sd_fusing_xu4.sh @@ -243,7 +243,7 @@ function mkpart_3 () { local -r BOOT_SZ=64 local -r ROOTFS_SZ=3072 local -r DATA_SZ=512 - local -r MODULE_SZ=20 + local -r MODULE_SZ=32 if [ $sfdisk_new == 1 ]; then local -r EXTEND_SZ=8 else -- 2.34.1