Hi!

On Tue, 6 May 2008, jiwen zhang wrote:

> Hello all :
>   Recently , i an researching the deluge, and find a problem in TOSBootM.
>   In the function programImage(ex_flash_addr_t startAddr) , there is a 
> sentence
>   #if defined(PLATFORM_TELOSB)
>    if (intAddr != TOSBOOT_END) {
> #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS)
>    if (intAddr != 0) {
>       ....
>       ....
>
>    I can't find where TOSBOOT_END is defined . if i am using the platform
> telosb , maybe it does't work .
>    can someone give me an answer ?

TOSBOOT_END is defined in tinyos-2.x/tos/lib/tosboot/Makefile.

--
Razvan ME

>    I am using Tinyos2.x .
>    thank you !!
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to