From: Bdale Garbee Date: Sat, 19 Mar 2011 03:12:12 +0000 (-0600) Subject: fix up script to work and have reasonable texts X-Git-Tag: 0.9.3~133 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1a8f45e7b720d01d3ff0c35ed1caaf8cbe0c3119;hp=32c51840c792a737019fbc9fe42f2ca073b71827 fix up script to work and have reasonable texts --- diff --git a/ao-bringup/turnon_telemini b/ao-bringup/turnon_telemini index 17416bf0..8f694203 100755 --- a/ao-bringup/turnon_telemini +++ b/ao-bringup/turnon_telemini @@ -19,11 +19,11 @@ else fi echo "TeleMini v0.1 Turn-On and Calibration Program" -echo "Copyright 2010 by Bdale Garbee. Released under GPL v2" +echo "Copyright 2011 by Bdale Garbee. Released under GPL v2" echo echo "Expectations:" -echo "\tTeleMini v0.1 powered from USB" -echo "\t\twith TIdongle (on /dev/ttyACM0) cabled to debug header" +echo "\tTeleMini v0.1 powered from LiPo" +echo "\t\twith TeleDongle (on /dev/ttyACM0) cabled to debug header" echo "\t\twith coax from SMA to frequency counter" echo echo -n "TeleMini serial number: " @@ -42,7 +42,7 @@ read FREQ CAL_VALUE=`nickle -e "floor(434.55 / $FREQ * 1186611 + 0.5)"` echo "Programming flash with cal value " $CAL_VALUE -$AOLOAD -D 100 --cal $CAL_VALUE /usr/share/altos/stable/telemini-v0.1*.ihx $SERIAL +$AOLOAD -D 100 --cal $CAL_VALUE /usr/share/altos/telemini-v0.1*.ihx $SERIAL echo "Serial number "$SERIAL" programmed with RF cal value "$CAL_VALUE echo "Unplug and replug USB, cu to the board, confirm freq and record power"