Hi all, I am getting the following "Bootstrap loader synchronization error" while installing any prog. on the telosb.
I have rev. 5886 of tinyos from svn and I installed the toolchain from "deb http://tinyprod.net/razvanm/debian squeeze main". I even tried installing tinyos using the instructions on the tinyos website using the jhu repo. but I get the same error. I am running Ubuntu 10.04. :~/tinyos-2.x/apps/Blink$ 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=\"solar\" -DIDENT_HOSTNAME=\"solar-laptop\" -DIDENT_USERHASH=0x0cb46dcbL -DIDENT_TIMESTAMP=0x4f30867eL -DIDENT_UIDHASH=0x88ac2cbbL BlinkAppC.nc -lm compiled BlinkAppC to build/telosb/main.exe 2528 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 "/home/solar/tinyos-2.x/local/bin/tos-bsl", line 1918, in <module> main(0); File "/home/solar/tinyos-2.x/local/bin/tos-bsl", line 1833, in main for f in toinit: f() File "/home/solar/tinyos-2.x/local/bin/tos-bsl", line 1098, in actionMassErase 0xa506) #Required setting for mass erase! File "/home/solar/tinyos-2.x/local/bin/tos-bsl", line 757, in bslTxRx self.bslSync(wait) #synchronize BSL File "/home/solar/tinyos-2.x/local/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 Any help will be greatly appreciated. Thanks, Ankur -- Ankur U. Kamthe EECS, University of California - Merced _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
