From: razvanm Date: Tue, 22 Jan 2008 02:16:12 +0000 (+0000) Subject: Update the README to reflect the changes made to tos-deluge. X-Git-Tag: release_tinyos_2_1_0_0~589 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=61b062c3c69a1171bfc379010065da338747a646 Update the README to reflect the changes made to tos-deluge. --- diff --git a/apps/tests/deluge/Blink/README.txt b/apps/tests/deluge/Blink/README.txt index 01a1be3a..2f91200c 100644 --- a/apps/tests/deluge/Blink/README.txt +++ b/apps/tests/deluge/Blink/README.txt @@ -35,12 +35,7 @@ Alternatively, you can reprogram the whole network (non-basestation motes) by first uploading the image to the base station. Then, tell the base station to disseminate the image. For example, - tos-deluge /dev/ttyUSB0 telosb -d 0 - -Finally, after the image has been disseminated, instruct the base -station to disseminate the command to reprogram. For example, - - tos-deluge /dev/ttyUSB0 telosb -r 0 + tos-deluge /dev/ttyUSB0 telosb -dr 1 For a more detailed discussion on Deluge T2, please refer to the Deluge T2 manual. diff --git a/apps/tests/deluge/SerialBlink/README.txt b/apps/tests/deluge/SerialBlink/README.txt index c5ea55bf..462b560c 100644 --- a/apps/tests/deluge/SerialBlink/README.txt +++ b/apps/tests/deluge/SerialBlink/README.txt @@ -13,13 +13,8 @@ You can reprogram the whole network (non-basestation motes) by first uploading the image to the base station. Then, tell the base station to disseminate the image. Example: - tos-deluge /dev/ttyUSB0 telosb -d 0 + tos-deluge /dev/ttyUSB0 telosb -dr 1 -Finally, after the image has been disseminated, instruct the base -station to disseminate the command to reprogram. Example: - - tos-deluge /dev/ttyUSB0 telosb -r 0 - For a more detailed discussion on Deluge T2, please refer to the Deluge T2 manual.