From: Jaehoon Chung Date: Thu, 11 Jan 2018 05:53:18 +0000 (+0900) Subject: script: tizen: artik530: add the boot.img for tizen X-Git-Tag: submit/tizen/20190213.074817~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b7ae60bac22020e7df6ce04a6d00b3792bd1d9b;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git script: tizen: artik530: add the boot.img for tizen Add the boot.img for tizen os_3.0.0. Change-Id: I5c7cc9f1ffc13c63473933e483a70f78ee030e22 Signed-off-by: Jaehoon Chung --- diff --git a/scripts/tizen/artik530/os_3.0.0/boot.img b/scripts/tizen/artik530/os_3.0.0/boot.img new file mode 100644 index 0000000000..db042f92dd Binary files /dev/null and b/scripts/tizen/artik530/os_3.0.0/boot.img differ diff --git a/scripts/tizen/artik530/os_3.0.0/flash_boot_for_tizen.sh b/scripts/tizen/artik530/os_3.0.0/flash_boot_for_tizen.sh index 03ac61773e..f98b985092 100755 --- a/scripts/tizen/artik530/os_3.0.0/flash_boot_for_tizen.sh +++ b/scripts/tizen/artik530/os_3.0.0/flash_boot_for_tizen.sh @@ -8,6 +8,7 @@ sudo fastboot flash blmon ./bl_mon.img sudo fastboot flash secure ./secureos.img sudo fastboot flash bootloader ./bootloader.img sudo fastboot flash env ./tizen_params.bin +sudo fastboot flash boot ./boot.img sudo fastboot reboot