[Tinyos-2-commits] CVS: tinyos-2.x/apps/tests/deluge/Blink burn, 1.11, 1.12 burn-net, 1.6, 1.7
Razvan Musaloiu-E.
razvanm at users.sourceforge.net
Tue Mar 17 12:31:44 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv18228/apps/tests/deluge/Blink
Modified Files:
burn burn-net
Log Message:
Fix a typo: eprb,PORT -> eprb,HOST.
Index: burn
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink/burn,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** burn 16 Dec 2008 00:08:33 -0000 1.11
--- burn 17 Mar 2009 19:31:42 -0000 1.12
***************
*** 16,20 ****
if [[ $# -ne 3 ]]; then
echo "Usage: $0 <prog_source> <comm_source> <platform>"
! echo " <prog_source> bsl,PORT | mib510,PORT | eprb,PORT"
echo " <comm_source> serial at PORT:SPEED | network at HOST:PORT"
echo " <platform> micaz | telosb | iris | epic"
--- 16,20 ----
if [[ $# -ne 3 ]]; then
echo "Usage: $0 <prog_source> <comm_source> <platform>"
! echo " <prog_source> bsl,PORT | mib510,PORT | eprb,HOST"
echo " <comm_source> serial at PORT:SPEED | network at HOST:PORT"
echo " <platform> micaz | telosb | iris | epic"
Index: burn-net
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/tests/deluge/Blink/burn-net,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** burn-net 15 Dec 2008 00:50:37 -0000 1.6
--- burn-net 17 Mar 2009 19:31:42 -0000 1.7
***************
*** 45,49 ****
function burn_one() {
ID=`expr $ID + 1`
! echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,PORT): "
read PORT
--- 45,49 ----
function burn_one() {
ID=`expr $ID + 1`
! echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,HOST): "
read PORT
More information about the Tinyos-2-commits
mailing list