summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReeder, Jason <jreeder@ti.com>2017-02-01 10:43:02 -0600
committerPraneeth Bajjuri <praneeth@ti.com>2017-02-01 10:44:43 -0600
commit777d493a42ca469f6ad0f30bc7e36c4153a24041 (patch)
treef6331ec43d590154c91573db5be50f5497ca378d
parenta292a966b3312b3aa6a982b967e0402435ad7ac7 (diff)
downloadam57xevm-777d493a42ca469f6ad0f30bc7e36c4153a24041.tar.gz
am57xevm: fastboot: Add AM571 IDK flashing support
Add board detection logic in fastboot script for AM571IDK platform Change-Id: I55ec088a3db923372bbc1ba4eefb00f1cd4af7bb Signed-off-by: Reeder, Jason <jreeder@ti.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rwxr-xr-xfastboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/fastboot.sh b/fastboot.sh
index 1be733f..240d410 100755
--- a/fastboot.sh
+++ b/fastboot.sh
@@ -82,6 +82,8 @@ fi
if [ ${cpu} = "J6ECO" ]; then
if [ ${boardrev} = "C" ]; then
environment="${PRODUCT_OUT}dra72-evm-lcd-osd.dtb"
+ elif [ ${boardrev} = "1.3A" ]; then
+ environment="${PRODUCT_OUT}am571x-idk-lcd-osd101t2587.dtb"
else
environment="${PRODUCT_OUT}dra72-evm-lcd10.dtb"
fi