Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-24 Thread Deeksha Rao Sahib
Hi, Try out the sequence of commands given below. This is what I use. Also it is not clear which program you are using to test dissemination. 1. cd $TOSROOT/apps/tests/deluge/GoldenImage 2. make telosb install,52 bsl,/dev/ttyUSB1-with CFLAGS+=-DELUGE_BASESTATION 3. make telosb install,XXX

Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-22 Thread Sensors Project
From: eced...@ece.iisc.ernet.in From my experience with deluge, if you opt for 'disseminate and reboot' option, the program gets disseminated and all the nodes now reboot with this code. You can verify this by ping command and find the name in the Currently Executing: part. Could you tell me

[Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-20 Thread Sensors Project
Hi, I am using TinyOS 2.1 from the CVS. I have a problem with the Deluge reprogramming system. I have Deluge working OK, with a basestation and a number of nodes. The code correctly disseminates around the network, and appears to flash to the nodes as indicated by the fast flashing Leds.

Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-20 Thread Chieh-Jan (Mike) Liang
I am assuming you are using MSP430. Have you tried the latest version from the official TinyOS SVN repository? Do example Deluge apps in tinyos-2.x/apps/tests/deluge (such as the burn script in tinyos-2.x/apps/tests/deluge/Blink) work for you? Thanks Mike On Oct 20, 2010, at 3:49 PM, Sensors

Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-20 Thread Sensors Project
Subject: Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem From: clia...@cs.jhu.edu I am assuming you are using MSP430. Have you tried the latest version from the official TinyOS SVN repository? Do example Deluge apps in tinyos-2.x/apps/tests/deluge (such as the burn script

Re: [Tinyos-help] Deluge Post-Dissemination Reboot Problem

2010-10-20 Thread Deeksha Rao Sahib
Hi, From my experience with deluge, if you opt for 'disseminate and reboot' option, the program gets disseminated and all the nodes now reboot with this code in the current working direc Hi, I am using TinyOS 2.1 from the CVS. I have a problem with the Deluge reprogramming system. I