[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/MassProduction
autobuild.sh, 1.1, 1.2
David Henry
david_henry at users.sourceforge.net
Mon Jan 14 04:37:12 PST 2008
Update of /cvsroot/tinyos/tinyos-1.x/contrib/MassProduction
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1727/contrib/MassProduction
Modified Files:
autobuild.sh
Log Message:
Cosmetic comments
Index: autobuild.sh
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/MassProduction/autobuild.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** autobuild.sh 14 Jan 2008 12:32:06 -0000 1.1
--- autobuild.sh 14 Jan 2008 12:37:10 -0000 1.2
***************
*** 21,26 ****
# truncate EOF from TOSboot
sed '/^:00000001FF$/ d' /opt/tinyos-1.x/tos/lib/Deluge/TOSboot/build/telosb/main.ihex > both.ihex
! # add delugebasic
cat build/tmoteinvent/main.ihex.out-$NEXTID >> both.ihex
msp430-downloader both.ihex
echo "#!/usr/bin/bash" > $HOME/nextid.sh
--- 21,27 ----
# truncate EOF from TOSboot
sed '/^:00000001FF$/ d' /opt/tinyos-1.x/tos/lib/Deluge/TOSboot/build/telosb/main.ihex > both.ihex
! # add your application
cat build/tmoteinvent/main.ihex.out-$NEXTID >> both.ihex
+ # Burn via JTAG
msp430-downloader both.ihex
echo "#!/usr/bin/bash" > $HOME/nextid.sh
More information about the Tinyos-contrib-commits
mailing list