From c1cfb981d6e1de2a9b37fb77a258e6109a7c2053 Mon Sep 17 00:00:00 2001 From: Seung-Woo Kim Date: Wed, 31 Mar 2021 20:31:57 +0900 Subject: [PATCH] scripts: tizen: sd_fusing_rpi3.sh: Add flashing hal.img As like dfu information of tizen_rpi, add flashing hal.img. Change-Id: Ibfc26456dd6bf3a56df25573b9fb7b5f05d38dee Ref: commit 9809b292e7c3 ("samsung: tizen_rpi: add hal.img in dfu information") Signed-off-by: Seung-Woo Kim --- scripts/tizen/sd_fusing_rpi3.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/tizen/sd_fusing_rpi3.sh b/scripts/tizen/sd_fusing_rpi3.sh index dd1373c..47ea512 100755 --- a/scripts/tizen/sd_fusing_rpi3.sh +++ b/scripts/tizen/sd_fusing_rpi3.sh @@ -20,6 +20,7 @@ declare -a PART_TABLE=( "modules.img" 6 4M "ramdisk.img" 7 4M "ramdisk-recovery.img" 8 4M + "hal.img" 10 4M ) declare -r -i PART_TABLE_COL=3 @@ -383,7 +384,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi downloader, version 2.0.2" + echo "Raspberry Pi downloader, version 2.0.3" echo "" } -- 2.7.4