diff options
author | Bdale Garbee <bdale@gag.com> | 2010-11-19 23:33:42 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-11-19 23:33:42 -0700 |
commit | fa07afc73bc5eccff8464a2def05ad600da33c97 (patch) | |
tree | d991d8de38ad7503b7a2d622809b33d50ee16b8c | |
parent | 9ffc2eb53a47e435f39b02896b0e43ae5f47f450 (diff) |
update turnon scripts to use stashed copies of stable release firmware
-rwxr-xr-x | ao-bringup/turnon_teledongle | 2 | ||||
-rwxr-xr-x | ao-bringup/turnon_telemetrum | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ao-bringup/turnon_teledongle b/ao-bringup/turnon_teledongle index 216afa2a..5145e9b0 100755 --- a/ao-bringup/turnon_teledongle +++ b/ao-bringup/turnon_teledongle @@ -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 --cal $CAL_VALUE /usr/share/altos/teledongle-v0.2*.ihx $SERIAL +$AOLOAD --cal $CAL_VALUE /usr/share/altos/stable/teledongle-v0.2*.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" diff --git a/ao-bringup/turnon_telemetrum b/ao-bringup/turnon_telemetrum index 440eda1b..405247fa 100755 --- a/ao-bringup/turnon_telemetrum +++ b/ao-bringup/turnon_telemetrum @@ -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 --cal $CAL_VALUE /usr/share/altos/telemetrum-v1.0*.ihx $SERIAL +$AOLOAD --cal $CAL_VALUE /usr/share/altos/stable/telemetrum-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" |