summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraneeth Bajjuri <praneeth@ti.com>2018-04-21 05:40:21 +0000
committerPraneeth Bajjuri <praneeth@ti.com>2018-04-20 18:59:07 -0500
commit533c5e7f99cf1b765da784135d59e2ef7daca2b0 (patch)
tree421352d6d022e2b90472f9049a81c5e70f78ecdc
parent7fbafa51ada11ae6aafdc63a73205496793dda43 (diff)
downloadam57xevm-533c5e7f99cf1b765da784135d59e2ef7daca2b0.tar.gz
am57xevm: fastboot.sh: update script to flash fit image
update flashing script to pick the boot fit image Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rwxr-xr-xfastboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 521882f..5e277a1 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -197,7 +197,7 @@ if [ ${cpu} = "DRA752" ]; then
echo "Erasing environment....."
${FASTBOOT} erase environment
echo "Flashing FIT Boot Image"
- ${FASTBOOT} flash boot am57xx-evm.itb
+ ${FASTBOOT} flash boot boot_fit.img
else
echo "Flashing environment....."
${FASTBOOT} flash environment ${environment}