From 07a30b34e734084330e61ebc5edd3d989e1d1f1e Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Mon, 20 Jun 2022 13:39:46 +0900 Subject: [PATCH] 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 --- scripts/tizen/sd_fusing_rpi4.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 "" } -- 2.34.1