summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2016-06-27 10:34:55 -0400
committerVishal Mahaveer <vishalm@ti.com>2016-06-27 10:34:55 -0400
commit4c5cd957cf6541f84e95402458a256a90933d840 (patch)
tree0db3be34e7a5b7be9dbbb5a71b5c0d2223f0c347
parent6684f3438aa7a7f98a094a5b8cd29e3871b373fd (diff)
downloadjacinto6evm-4c5cd957cf6541f84e95402458a256a90933d840.tar.gz
jacinto6evm: fastboot: enable qspi flashing
Enable qspi flashing instructions in fastboot script. Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rwxr-xr-xfastboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 9bbf297..9347718 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -143,8 +143,8 @@ fi
echo "Create GPT partition table"
${FASTBOOT} oem format
-#echo "Setting target for bootloader to SPI"
-#${FASTBOOT} oem spi
+echo "Setting target for bootloader to SPI"
+${FASTBOOT} oem spi
sleep 3