scripts: sd_fusing_vf2: Support to flash u-boot and spl image 00/291000/1
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 6 Apr 2023 07:36:37 +0000 (16:36 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 6 Apr 2023 07:36:37 +0000 (16:36 +0900)
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 <jh80.chung@samsung.com>
scripts/tizen/sd_fusing_vf2.sh

index 9ef1acb..c6c6311 100755 (executable)
@@ -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