3 if [ -x ../ao-tools/ao-load/ao-load ]; then
4 AOLOAD=../ao-tools/ao-load/ao-load
5 elif [ -x /usr/bin/ao-load ]; then
6 AOLOAD=/usr/bin/ao-load
8 echo "Can't find ao-load! Aborting."
12 if [ -x ../ao-tools/ao-rawload/ao-rawload ]; then
13 RAWLOAD=../ao-tools/ao-rawload/ao-rawload
14 elif [ -x /usr/bin/ao-rawload ]; then
15 RAWLOAD=/usr/bin/ao-rawload
17 echo "Can't find ao-rawload! Aborting."
21 echo "TeleMini v1.0 Turn-On and Calibration Program"
22 echo "Copyright 2011 by Bdale Garbee. Released under GPL v2"
25 echo "\tTeleMini v1.0 powered from LiPo"
26 echo "\t\twith TeleDongle (on /dev/ttyACM0) cabled to debug header"
27 echo "\t\twith frequency counter able to sample RF output"
29 echo -n "TeleMini serial number: "
34 $RAWLOAD -D 100 -r ao_led_blink.ihx
35 echo "LEDs should be blinking"
38 $RAWLOAD -D 100 -r ao_radio_xmit.ihx
39 echo -n "Generating RF carrier. Please enter measured frequency: "
42 CAL_VALUE=`nickle -e "floor(434.55 / $FREQ * 1186611 + 0.5)"`
44 echo "Programming flash with cal value " $CAL_VALUE
45 $AOLOAD -D 100 --cal $CAL_VALUE /usr/share/altos/stable/telemini-v1.0*.ihx $SERIAL
47 echo "Serial number "$SERIAL" programmed with RF cal value "$CAL_VALUE
48 echo "Unplug and replug USB, cu to the board, confirm freq and record power"