]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tests/deluge/Blink/burn-net
Improve the last message in the burn-net script.
[tinyos-2.x.git] / apps / tests / deluge / Blink / burn-net
index 8c0bc609a041a353bfcc6d1640f2a0c47642cfc1..152e01fb6fed045b852681a392f59c36a598a1f9 100755 (executable)
@@ -44,7 +44,7 @@ ID=0
 
 function burn_one() {
     ID=`expr $ID + 1`
-    echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,PORT): "
+    echo -n ">>> Please plug mote $ID and type the programming sorce (bsl,PORT | mib510,PORT | eprb,HOST): "
     read PORT
 
     CFLAGS=$1 make ${PLATFORM} install,$ID ${PORT}
@@ -98,8 +98,11 @@ echo '         | After a mote gets the whole image he will reboot and       |'
 echo '         | reprogram itself. If the new image contains Deluge he will |'
 echo '         | continue participating in dissemination.                   |'
 echo '         |                                                            |'
-echo '         | In the next step the motes will be rebooted to allow the   |'
-echo '         | reprogramming to take place.                               |'
+echo '         | In the next step all the motes except the basestation will |'
+echo '         | be rebooted to allow the reprogramming to take place.      |'
+echo '         |                                                            |'
+echo '         | After reboot the motes should start blinking the 3rd led   |'
+echo '         | (blue/yellow).                                             |'
 echo '         |                                                            |'
 echo '         +------------------------------------------------------------+'