From b1934489e5169caa08c4e1cb028602a7e95277fa Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Wed, 13 Jul 2022 18:07:29 +0900 Subject: [PATCH] scripts: sd_fusing_rpi4: set to norm about reboot-param by default Set to norm about value of reboot-param.bin by default. At first booting, the below message is displayed on u-boot side. - Failed to load 'reboot-param.bin' Change-Id: I9cbc6f3f3634661e49318d2997b9bf2f82ecd522 Signed-off-by: Jaehoon Chung --- scripts/tizen/sd_fusing_rpi4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 528f66a..5178834 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -400,8 +400,8 @@ function mkpart_3 () { fi mkdir mnt_tmp mount -t ext4 ${PART9} ./mnt_tmp - touch ./mnt_tmp/reboot-param.bin - touch ./mnt_tmp/reboot-param.info + echo "norm" > ./mnt_tmp/reboot-param.bin + echo "norm" > ./mnt_tmp/reboot-param.info echo "a" > ./mnt_tmp/partition-ab.info echo "0" > ./mnt_tmp/partition-ab-cloned.info echo "0" > ./mnt_tmp/upgrade-status.info -- 2.7.4