summaryrefslogtreecommitdiff
path: root/ao-bringup
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2017-04-01 12:23:24 -0600
committerBdale Garbee <bdale@gag.com>2017-04-01 12:23:24 -0600
commitd318b5cfc1a0312697739576d35cc1a190d88849 (patch)
treee48f193e6c6084ace9332fc26bdafe2108a864de /ao-bringup
parent190cdaa5cb18e78caeeaaaaed6a9d304e939eb6b (diff)
first rough cut at skeleton of code for pnpservo .. altos boots and runs
Diffstat (limited to 'ao-bringup')
-rwxr-xr-xao-bringup/turnon_telegps12
1 files changed, 7 insertions, 5 deletions
diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps
index ba97d503..b6da2898 100755
--- a/ao-bringup/turnon_telegps
+++ b/ao-bringup/turnon_telegps
@@ -1,10 +1,12 @@
#!/bin/sh
-if [ -x /usr/bin/ao-flash-lpc ]; then
- FLASH_LPC=/usr/bin/ao-flash-lpc
+if [ -x ../ao-tools/ao-flash/ao-flash-lpc ]; then
+ FLASH_LPC=../ao-tools/ao-flash/ao-flash-lpc
+elif [ -x /usr/bin/ao-flash-lpc ]; then
+ FLASH_LPC=/usr/bin/ao-flash-lpc
else
- echo "Can't find ao-flash-lpc! Aborting."
- exit 1
+ echo "Can't find ao-flash-lpc! Aborting."
+ exit 1
fi
if [ -x /usr/bin/ao-usbload ]; then
@@ -14,8 +16,8 @@ else
exit 1
fi
-VERSION=1.0
PRODUCT=TeleGPS
+VERSION=1.0
BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'`
echo $FILE