fix telemini firmware path name
authorBdale Garbee <bdale@gag.com>
Fri, 26 Aug 2011 16:07:15 +0000 (10:07 -0600)
committerBdale Garbee <bdale@gag.com>
Fri, 26 Aug 2011 16:07:15 +0000 (10:07 -0600)
ao-bringup/turnon_telemini

index 0cb3d029892e7bfa3711440e73990287da766f70..4450d6f6e57b2af10cfa5faded166cc2eac44310 100755 (executable)
@@ -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"