[Tinyos-devel] tinyos-1.x TOSBoot bootloader

Chieh-Jan (Mike) Liang cliang4 at cs.jhu.edu
Sun Aug 5 21:06:02 PDT 2007


Hi Paul,

> 3. In the "result_t programImage(ex_flash_addr_t startAddr)" function,
> there is a check to make sure that the starting program address is equal
> to the end of the bootloader section in program memory ("if (intAddr !=
> TOSBOOT_END)"). Why is this?

This was one of the problems I encountered when I was working on Deluge 
T2. I believe that line is for MSP430, and "if (intAddr != 0)" for 
ATmega128.

There is actually TOSBoot binary in TinyOS 1. If I remember correctly, 
this binary is newer than the source and works perfectly.

Mike


More information about the Tinyos-devel mailing list