X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftests%2Fdeluge%2FGoldenImage%2FREADME.txt;h=b3e140eae8aeaf49d27ae3fc92be6bf95964cb6d;hb=c3a5b21b38cd9dbce0d1d89513ba97f98bfb2766;hp=39dd3f59118e6b0737f8a78ae1ad74dca225c36b;hpb=af93584b6deb2e902d1ff6e6ae09f4b34070a602;p=tinyos-2.x.git diff --git a/apps/tests/deluge/GoldenImage/README.txt b/apps/tests/deluge/GoldenImage/README.txt index 39dd3f59..b3e140ea 100644 --- a/apps/tests/deluge/GoldenImage/README.txt +++ b/apps/tests/deluge/GoldenImage/README.txt @@ -9,19 +9,10 @@ Description: This is a sample application for Deluge T2. The application is similar to Null, but it includes Deluge T2. -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 - -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. +To program a basestation (a mote which can accept images over the +serial port) you have to add CFLAGS=-DDELUGE_BASESTATION to the make +command. For telosb this might look like this: + CFLAGS=-DDELUGE_BASESTATION make telosb install bsl,/dev/ttyUSB0 Prerequisites: