I've been trying to follow the instructions at http://www.tinyos.net/tinyos-2.x/doc/html/deluge-t2-manual.html to get Deluge T2 running.
I have a CVS version of tinyos-2.x checked out on 16/10/08 and I'm using telosb (TMote Sky) motes. I can do steps 1-3 and 4.1. I'm programming two motes, both with -DDELUGE_BASESTATION, one with id 0 and one with id 1. However, I'm running into trouble with dissemination across a network. There appear to be a few missing steps in section 4.2, from what I can gather, I need to 1. Wire DelugeC into the program 2. Include BOOTLOADER=tosboot in the Makefile, rather than TINYOS_NP=BNP 3. Probably include CFLAGS += -DDELUGE_BASESTATION in the Makefile so that I can interrogate the base node after the reboot I'm using the apps/tests/deluge/Blink application as a base. I then do tos-deluge /dev/ttyUSB0 telosb -i 1 build/telosb/tos_image.xml tos-deluge /dev/ttyUSB0 telosb -p 1 tos-deluge /dev/ttyUSB0 telosb -r 1 which all seems to go OK. I then do tos-deluge /dev/ttyUSB0 telosb -d 1 and, although I can see the command go into the base station and the green . Nothing seems to happen. After a few minutes, plugging the other mote into the USB connector and pinging it shows that the image hasn't been transmitted. I've also tried using the golden image a la http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-June/026183.html without any luck. Any suggestions? I'm using Suse 11.0 My environment variables are: PATH=/opt/msp430/bin:/opt/cross/bin:/opt/msp430/bin:/home/pal155/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/opt/kde3/bin:/opt/cross/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/msp430/bin:/usr/lib/qt3/bin TOSROOT=/home/pal155/src/tinyos-2.x TOSDIR=/home/pal155/src/tinyos-2.x/tos MAKERULES=/home/pal155/src/tinyos-2.x/support/make/Makerules CLASSPATH=/home/pal155/src/tinyos-2.x/support/sdk/java/tinyos.jar:. _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
