Dear TinyOS Help team,

I'm working with TinyOS 2.1.1 and it was working fine but suddenly I got a
problem wile installing programs on Telosb motes that I couldn't find any
solution for in the help archive. I tried different motes with different
programs but kept getting the same error as below:

$ make telosb install
mkdir -p build/telosb
    compiling BlinkAppC to a telosb binary
ncc -o build/telosb/main.exe  -Os -O -mdisable-hwmul -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=\"imene\" -DIDENT_HOSTNAME=\"kw2067\"
-DIDENT_USERHASH=0x2d31e106L -DIDENT_TIMESTAMP=0x4f4246dcL
-DIDENT_UIDHASH=0x161a443aL  BlinkAppC.nc -lm
    compiled BlinkAppC to build/telosb/main.exe
            2648 bytes in ROM
              54 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-telos-8
Mass Erase...

An error occoured:
Bootstrap loader synchronization error
make: *** [program] Error 1

======

The strange thing that it was working before and I don't understand why it
stopped working. Any help would be appreciated.

Thank you,

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

Reply via email to