From: Jaehoon Chung Date: Mon, 20 Jun 2022 04:39:46 +0000 (+0900) Subject: scripts: tizen: rpi4: create a partition-param.bin file X-Git-Tag: submit/tizen/20220620.061556~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=07a30b34e734084330e61ebc5edd3d989e1d1f1e;p=platform%2Fkernel%2Fu-boot.git scripts: tizen: rpi4: create a partition-param.bin file Create a partition-param.bin file to check the A/B partition. This file has to be included at format time. Change-Id: Iad21e3254026b31fa2316c166d908592b40965fc Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 73843fcba3..948c42a109 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -399,6 +399,7 @@ function mkpart_3 () { mkdir mnt_tmp mount -t ext4 ${PART9} ./mnt_tmp touch ./mnt_tmp/reboot-param.bin + echo "a" > ./mnt_tmp/partition-param.bin sync umount ./mnt_tmp rmdir mnt_tmp @@ -498,7 +499,7 @@ function check_device () { function print_logo () { echo "" - echo "Raspberry Pi4 downloader, version 1.0.0" + echo "Raspberry Pi4 downloader, version 1.0.1" echo "" }