update turnon scripts to store cal values
[fw/altos] / ao-bringup / turnon_teledongle
index 7dbb82b5bbd9335063529b3dd60e1714b57e232d..ddee5ee81e6fc89091c838554c6b6b5371b421b6 100755 (executable)
@@ -31,18 +31,19 @@ read SERIAL
 
 echo $RAWLOAD
 
-$RAWLOAD -r ao_led_blink.ihx
+$RAWLOAD -D 100 -r ao_led_blink.ihx
 echo "LEDs should be blinking"
 sleep 5
 
-$RAWLOAD -r ao_radio_xmit.ihx
+$RAWLOAD -D 100 -r ao_radio_xmit.ihx
 echo -n "Generating RF carrier.  Please enter measured frequency: "
 read FREQ
 
 CAL_VALUE=`nickle -e "floor(434.55 / $FREQ * 1186611 + 0.5)"`
 
 echo "Programming flash with cal value " $CAL_VALUE
-$AOLOAD --cal $CAL_VALUE /usr/share/altos/teledongle-v0.2.ihx $SERIAL
+$AOLOAD -D 100 --cal $CAL_VALUE /usr/share/altos/teledongle-v0.2*.ihx $SERIAL
 
 echo "Serial number "$SERIAL" programmed with RF cal value "$CAL_VALUE
+echo $SERIAL","$CAL_VALUE >> cal_values
 echo "Unplug and replug USB, cu to the board, confirm freq and record power"