Hi!

On Fri, 6 Mar 2009, Doug Palmer wrote:

> Hi,
>
> I've been in the process of porting tinyos 1.1.15 to run on fleck3bs.
> Part of what I want to port is the Deluge code. I've been able to get
> programs running without Deluge. I've been able to get Deluge running up
> to the point of formatting flash, inserting DelugeBasic, inserting a new
> image and watching it copy across the network (I've checked the other
> nodes and dumped the disseminated image and it seems to match OK.)
> However, when I issue a reboot command, theres a few led flashes and
> then the yellow and green leds flash rapidly forever. Resetting the
> fleck boots back into the original program, so I would guess that the
> new image hasn't been copied across.
>
> I've been looking for information on what the yellow/green flash signal
> means to no avail. Does anybody have any advice on what this means or
> what I should be looking for?
>

You should take a look on what happens in TOSBootM.nc. The most probably 
thing that goes wrong is reading from the external flash. Moving around 
the startupLeds() you should be able to figure out what path of code 
is executed.

All the best!
Razvan ME

> Doug
>
> PS Port information: fleck3bs look a lot like mica2s but with atmega
> 1281 processors and Nordic 905 radios. To fit the messages, I have set
> DELUGE_PKT_PAYLOAD_SIZE  = 22 in Deluge.h and commented out the
> uint8_t        reserved field of DelugeAdvMsg in DelugeMsg.h
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to