summaryrefslogtreecommitdiff
path: root/ao-bringup
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2011-08-25 15:46:30 -0600
committerBdale Garbee <bdale@gag.com>2011-08-25 15:46:30 -0600
commit93ecaf7f18f8f4c15953c2e80dc9e1b20d04fdfa (patch)
treef749f24832ae4e95e1e15df0645fe128d7ee4304 /ao-bringup
parentc3314dae2d3df82e188daf6ba8520cce833592c6 (diff)
update TeleMini turnon script now that we've made a stable firmware release
Diffstat (limited to 'ao-bringup')
-rwxr-xr-xao-bringup/turnon_telemini8
1 files changed, 4 insertions, 4 deletions
diff --git a/ao-bringup/turnon_telemini b/ao-bringup/turnon_telemini
index 8f694203..0cb3d029 100755
--- a/ao-bringup/turnon_telemini
+++ b/ao-bringup/turnon_telemini
@@ -18,13 +18,13 @@ else
exit 1
fi
-echo "TeleMini v0.1 Turn-On and Calibration Program"
+echo "TeleMini v1.0 Turn-On and Calibration Program"
echo "Copyright 2011 by Bdale Garbee. Released under GPL v2"
echo
echo "Expectations:"
-echo "\tTeleMini v0.1 powered from LiPo"
+echo "\tTeleMini v1.0 powered from LiPo"
echo "\t\twith TeleDongle (on /dev/ttyACM0) cabled to debug header"
-echo "\t\twith coax from SMA to frequency counter"
+echo "\t\twith frequency counter able to sample RF output"
echo
echo -n "TeleMini serial number: "
read SERIAL
@@ -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/telemini-v0.1*.ihx $SERIAL
+$AOLOAD -D 100 --cal $CAL_VALUE /usr/share/altos/stable/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"