X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-bringup%2Fturnon_telegps;h=b51e33c81cd73eb8e87d7d1c7d361de997277d9e;hb=12258676d2c19dfe85c3484b064b970865c2f418;hp=ba97d503c09d476c1e52068320c286977dbf1f0c;hpb=c46c2c5767c6e909fa58587e6c864a4fbaa9fa20;p=fw%2Faltos diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps index ba97d503..b51e33c8 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,13 +16,13 @@ else exit 1 fi -VERSION=1.0 PRODUCT=TeleGPS +VERSION=3.0 BASE=`echo $PRODUCT | tr 'A-Z' 'a-z'` echo $FILE echo "$PRODUCT v$VERSION Turn-On and Calibration Program" -echo "Copyright 2014 by Bdale Garbee. Released under GPL v2" +echo "Copyright 2023 by Bdale Garbee. Released under GPL v3" echo echo "Expectations:" echo "\t$PRODUCT v$VERSION powered from USB" @@ -74,6 +76,6 @@ esac SERIAL=$SERIAL ./cal-freq $dev -./test-telegps +./test-telegps-v3 exit $?