From: Jaehoon Chung Date: Wed, 13 Jul 2022 09:07:29 +0000 (+0900) Subject: scripts: sd_fusing_rpi4: set to norm about reboot-param by default X-Git-Tag: submit/tizen/20220714.040425~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c36aa9163c46d90679c15e7f0934039d46de5d95;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 528f66a8f2..5178834c4a 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