[Tinyos-help] Deluge Reference tinyos 2.x
Razvan Musaloiu-E.
razvanm at cs.jhu.edu
Tue Oct 28 10:46:14 PDT 2008
Hi!
On Tue, 28 Oct 2008, Gireesh P wrote:
> Dear TinyOS supporters,
>
> I would like to know
> 1)more about files used in "deluge" for tinyos 2.x. Basically I am looking
> at boot loader and flash rewriting part such as the files to be included/
> functions to be used for this purpose
The loading of the code from the external flash to the internal one takes
place exclusively in tosboot. You can find it in tos/lib/tosboot. The
communication with the tosboot is done using using some special regions of
internal flash memories. The code that is doing the tinyos application is
in NetProgM.nc from tos/lib/net/Deluge/extra. The format of the data that
is passed to the bootloader is describe by the tosboot_args_t from
TOSBoot.h from tos/lib/net/Deluge/extra.
> 2)Is there a working code of XNP for tinyos 2.x?
I'm not aware of such a port. I agree that it would be useful to have an
equivalent for it. :-)
All the best!
Razvan ME
More information about the Tinyos-help
mailing list