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: accepted/tizen/unified/20231106.171643~93 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c2a7cfe9832380ffc6227d03bd5e40863d28af3;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