From: Jaehoon Chung Date: Thu, 12 Aug 2021 02:55:05 +0000 (+0900) Subject: script: tizen: sd_fusing_rpi3: increase a hal partition size to 256M X-Git-Tag: accepted/tizen/6.5/unified/20211028.120045~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ee56de54a88ce2bb54d139ad6d239b51967ed47;p=platform%2Fkernel%2Fu-boot.git script: tizen: sd_fusing_rpi3: increase a hal partition size to 256M Increase a hal partition size from 64M to 256M. Change-Id: I650f2a5f7d946a6d5b251d7c5682b78afa8dd78f Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index b1d28df..a2d256a 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -181,7 +181,7 @@ function mkpart_3 () { local -r RAMDISK_SZ=8 local -r RAMDISK_RECOVERY_SZ=32 local -r INFORM_SZ=8 - local -r HAL_SZ=64 + local -r HAL_SZ=256 local -r RESERVED2_SZ=125 local -r EXTEND_SZ=12 @@ -375,7 +375,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi downloader, version 2.1.0" + echo "Raspberry Pi downloader, version 2.1.1" echo "" }