summaryrefslogtreecommitdiff
path: root/ao-bringup
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-26 10:07:15 -0600
committerBdale Garbee <bdale@gag.com>2011-08-26 10:07:15 -0600
commit58a74c3c3dcd01509224326cffeb67a3e809e4e6 (patch)
tree76059fb284562ae0e612d26ed943460080e7321e /ao-bringup
parent0a92eb2fa6b213533691288d8f99d72b80312983 (diff)
fix telemini firmware path name
Diffstat (limited to 'ao-bringup')
-rwxr-xr-xao-bringup/turnon_telemini2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/turnon_telemini b/ao-bringup/turnon_telemini
index 0cb3d029..4450d6f6 100755
--- a/ao-bringup/turnon_telemini
+++ b/ao-bringup/turnon_telemini
@@ -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/stable/telemini-v1.0*.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"