From: Bdale Garbee Date: Wed, 31 Mar 2010 05:15:32 +0000 (-0600) Subject: Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos X-Git-Tag: debian/0.6+117+gb41e617~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=b41e617080fe825f7810ee5eee52ea37f7618ec6 Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos Conflicts: ChangeLog --- b41e617080fe825f7810ee5eee52ea37f7618ec6 diff --cc ChangeLog index 1b55a7f4,ea64f192..1c9e127a --- a/ChangeLog +++ b/ChangeLog @@@ -1,15 -1,3 +1,18 @@@ ++<<<<<<< HEAD +commit 20d4d410e0fc04fe192e309811eed6c0194fa5a8 +Author: Bdale Garbee +Date: Tue Mar 30 23:11:40 2010 -0600 + + initial harness for documentation + +commit 9801ff7de21027935f52ccabaa3ff157e22d21ce +Author: Bdale Garbee +Date: Mon Mar 15 12:04:18 2010 -0600 + + move gbp.conf into debian/ + ++======= ++>>>>>>> df7bda1f32b0049c3878c325ea0b55999f3980e3 commit eda5e1166a97766aa22561beaa1086ba4e19ee16 Author: Bdale Garbee Date: Thu Mar 4 17:33:39 2010 -0700 diff --cc ao-bringup/turnon_teledongle index ea7a7b2a,97c1e419..7dbb82b5 --- a/ao-bringup/turnon_teledongle +++ b/ao-bringup/turnon_teledongle @@@ -39,10 -19,10 +39,10 @@@ $RAWLOAD -r ao_radio_xmit.ih echo -n "Generating RF carrier. Please enter measured frequency: " read FREQ - CAL_VALUE=`nickle -e "ceil(434.55 / $FREQ * 1186611)"` + CAL_VALUE=`nickle -e "floor(434.55 / $FREQ * 1186611 + 0.5)"` echo "Programming flash with cal value " $CAL_VALUE -ao-load --cal $CAL_VALUE /usr/share/altos/teledongle-v0.2.ihx $SERIAL +$AOLOAD --cal $CAL_VALUE /usr/share/altos/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"