From: Jaehoon Chung Date: Thu, 6 Apr 2023 07:36:37 +0000 (+0900) Subject: scripts: sd_fusing_vf2: Support to flash u-boot and spl image X-Git-Tag: accepted/tizen/unified/20230703.143011~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=81ba1b56b7d58de1d7016b1b60d35aa3028b4613;p=platform%2Fkernel%2Fu-boot.git scripts: sd_fusing_vf2: Support to flash u-boot and spl image Support to flash u-boot and spl image with script. - u-boot + opensbi : u-boot.img - spl : u-boot-sp.bin.normal.out It can be changed to other name in future. If change image names, it will be changed. Change-Id: Iba4337f9591b339c37a1207848794b92da56542a Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_vf2.sh b/scripts/tizen/sd_fusing_vf2.sh index 9ef1acbeee..c6c6311087 100755 --- a/scripts/tizen/sd_fusing_vf2.sh +++ b/scripts/tizen/sd_fusing_vf2.sh @@ -14,6 +14,8 @@ declare -i ab_option=0 # binary name | part number | bs | label | fs type declare -a PART_TABLE=( + "u-boot-spl.bin.normal.out" 1 4M SPL raw + "u-boot.img" 2 4M u-boot raw "boot.img" 3 4M boot_a vfat "rootfs.img" 5 4M rootfs_a ext4 "system-data.img" 6 4M system-data ext4