The main body of folks these days are using TinyOS 2 (last release was
2.1.1).  2.1.2 is close to being released....

In othe words T1 is very very old and essentially not supported.

The error you are seeing isn't really a T1 issue anyway.   It is coming out
of tos-bsl.   You may be able to pull the more modern tos-bsl bits from the
current T2 development tree and see if that helps fix you problem.

On Wed, Jun 13, 2012 at 4:17 AM, Saeid Pourroostaei Ardakani <
[email protected]> wrote:

> Dear All
>
> I'm using tinyos 1.x for telosb nodes. My operating system is windows XP
> and I've installed these stuffs accordingly based on the tutorial at:
>
> http://wsn.cse.wustl.edu/index.php?title=TinyOS_1.x_Installation_on_Windows_XP
>
> My system founds the node correctly when I use motelist as below:
>
> Administrator@saeid-56f2641c6 /opt/tinyos-1.x/apps/CntToLedsAndRfm
>
> $ motelist
>
> Reference  CommPort   Description
>
> ---------- ---------- ----------------------------------------
>
> MXVE5D5C   COM3       MEMSIC Telos Rev.B
>
>
>
> But, I get the following error when I want to compile and install an
> application like CntToLedsAndRfm or Blink on my nodes:
>
>
> Administrator@saeid-56f2641c6 /opt/tinyos-1.x/apps/CntToLedsAndRfm
>
> $ make telosb install.1 bsl,2
>
> mkdir -p build/telosb
>
>     compiling CntToLedsAndRfm to a telosb binary
>
> ncc -o build/telosb/main.exe -O -I%T/lib/Counters -DCC2420_DEF_CHANNEL=15
>   -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x07 -Wnesc-all -target=telosb
> -fnesc-cfile=build/telosb/app.c -board= -I%T/lib/Deluge
> -Wl,--section-start=.text=0x4800,--defsym=_reset_vector__=0x4000
> -DIDENT_PROGRAM_NAME=\"CntToLedsAndRfm\" -DIDENT_USER_ID=\"Administrator\"
> -DIDENT_HOSTNAME=\"saeid-56f2641c6\" -DIDENT_USER_HASH=0x63ca9b0cL
> -DIDENT_UNIX_TIME=0x4fd711b3L -DIDENT_UID_HASH=0x2a898e94L -mdisable-hwmul
> -I/opt/tinyos-1.x/tos/lib/CC2420Radio CntToLedsAndRfm.nc -lm
>
> /opt/tinyos-1.x/tos/lib/CC2420Radio/CC2420RadioM.nc:116: warning:
> `Send.sendDone' called asynchronously from `sendFailed'
>
>     compiled CntToLedsAndRfm to build/telosb/main.exe
>
>            11512 bytes in ROM
>
>              373 bytes in RAM
>
> msp430-objcopy --output-target=ihex build/telosb/main.exe
> build/telosb/main.ihex
>
>     writing TOS image
>
> /opt/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy
> --objdump msp430-objdump --target ihex build/telosb/main.ihex
> build/telosb/main.ihex.out-1 1
>
>     installing telosb bootloader using bsl
>
> tos-bsl --telosb -c 2 -r -e -I -p
> C:/cygwin/opt/tinyos-1.x/tos/lib/Deluge/TOSBoot/build/telosb/main.ihex
>
> make: *** [program_bl] Error 128
>
>
>
>
>
> Although I've tried to double check all my installation and required
> elements based on the tutorial, I could not fix it out.
>
> So, I would be very appreciate if you could kindly let me know how can I
> fix the error?
>
>
> Thank you very much
>
> Saeid
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Eric B. Decker
Senior (over 50 :-) Researcher
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to