From 8be46660052c97ce6f3e75be79fdfa0967b8375f Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Tue, 17 Aug 2021 13:40:32 +0900 Subject: [PATCH] scripts: tizen: sd_fusing: increase a ramdisk size to 32M Increase a ramdisk size to 32M. Change-Id: I17e062efffd25fb28fd564c529eb853b15327176 Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index a2d256aee3..16bab27913 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -178,7 +178,7 @@ function mkpart_3 () { local -r ROOTFS_SZ=3072 local -r DATA_SZ=1344 local -r MODULE_SZ=32 - local -r RAMDISK_SZ=8 + local -r RAMDISK_SZ=32 local -r RAMDISK_RECOVERY_SZ=32 local -r INFORM_SZ=8 local -r HAL_SZ=256 -- 2.34.1