Hi all,

I've downloaded XubunTOS and tried to install Blink app on telosb using
"make telosb install.100". But I got the following error:

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=\"user\" -DIDENT_HOSTNAME=\"XubunTOS\"
-DIDENT_USERHASH=0x184e7486L -DIDENT_TIMESTAMP=0x542bcd7bL
-DIDENT_UIDHASH=0x31f350c1L  BlinkAppC.nc -lm
    compiled BlinkAppC to build/telosb/main.exe
script:
            2488 bytes in ROM
              56 bytes in RAM
msp430-size:
   text   data    bss    dec    hex filename
   2546      2     56   2604    a2c build/telosb/main.exe
generating listing: build/telosb/main.lst
generating symbol table: build/telosb/main.sym
msp430-objcopy --output-target=ihex build/telosb/main.exe
build/telosb/main.ihex
    writing TOS image
tos-set-symbols --objcopy msp430-objcopy --objdump msp430-objdump --target
ihex build/telosb/main.ihex build/telosb/main.ihex.out-100 TOS_NODE_ID=100
ActiveMessageAddressC__addr=100
Could not find symbol ActiveMessageAddressC__addr in build/telosb/main.exe,
ignoring symbol.
Could not find symbol TOS_NODE_ID in build/telosb/main.exe, ignoring symbol.
    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-100
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


Does anyone has any suggestion?

-- 
Regards,
Hamidreza Hosseini
_______________________________________________
Tinyos-help mailing list
Tinyos-help@millennium.berkeley.edu
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to