Hi all,

  I have installed "tinyos-2.1.2" following the steps from
http://tinyprod.net/debian-dev/<http://www.google.com/url?q=http%3A%2F%2Ftinyprod.net%2Fdebian-dev%2F&sa=D&sntz=1&usg=AFQjCNFd-vOC1dD-xXLPr-RBQKQKeAsUfQ>
.
Now i am not able to install program into my "Telosb" mote. Its showing
error in tos-bsl file. Compilation is working fine (make telosb).

This is the error message.

*make telosb install*

mkdir -p build/telosb
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
-Wnesc-all -target=telosb -fnesc-cfile=build/telosb/app.c -board=
-DDEFINED_TOS_AM_GROUP=0x22 -DIDENT_APPNAME=\"BlinkAppC\"
-DIDENT_USERNAME=\"prasanth\" -DIDENT_HOSTNAME=\"prasanth-deskto\"
-DIDENT_USERHASH=0x4d143f8eL -DIDENT_TIMESTAMP=0x5268b647L
-DIDENT_UIDHASH=0xaf6832c4L  BlinkAppC.nc -lm
    compiled BlinkAppC to build/telosb/main.exe
            2538 bytes in ROM
              56 bytes in RAM
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image
cp build/telosb/main.ihex build/telosb/main.ihex.out
    found mote on /dev/ttyUSB0 (using bsl,auto)
    installing telosb binary using bsl
tos-bsl --telosb -c /dev/ttyUSB0 -r -e -I -p build/telosb/main.ihex.out
MSP430 Bootstrap Loader Version: 1.39-goodfet-8
Mass Erase...
MSP430 Bootstrap Loader Version: 1.39-goodfet-8
Mass Erase...
Traceback (most recent call last):
  File "/usr/bin/tos-bsl", line 1918, in <module>
    main(0);
  File "/usr/bin/tos-bsl", line 1833, in main
    for f in toinit: f()
  File "/usr/bin/tos-bsl", line 1098, in actionMassErase
    0xa506)             #Required setting for mass erase!
  File "/usr/bin/tos-bsl", line 757, in bslTxRx
    self.bslSync(wait)                          #synchronize BSL
  File "/usr/bin/tos-bsl", line 716, in bslSync
    raise BSLException(self.ERR_BSL_SYNC)       #Sync. failed
__main__.BSLException: Bootstrap loader synchronization error
make: *** [program] Error 1


Kindly help me out of this.

-- 
Regards
Prasanth.P
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to