Hi, What's the exact type of mote you're using? Is it telos, telosa, telosb or tmote? What is the output of the motelist program? Are there any other programs trying to access the serial port, like palm desktop (I don't know how you can list all programs trying to access a serial port on Windows)? Have you tried with a different mote? Maybe try a newer version of the msp430 tools?
Good luck, Urs Renee Azhen schrieb: > Hi, all: > I am a newer to TinyOS. > I have installed tinyOS 1.x according to the tutorial on my IBM laptop. > It’s WinXP OS. > But when trying to install Blink to teles node, an error happened: > See the following: > > [EMAIL PROTECTED] /opt/tinyos-1.x/apps/Blink > $ make telos install > mkdir -p build/telos > compiling Blink to a telos binary > ncc -o build/telos/main.exe -Os -fnesc-target=msp430 -gcc=msp430-gcc > -mmcu=msp43 > 0x149 -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telos > -fnesc-cfi > le=build/telos/app.c -board= -DIDENT_PROGRAM_NAME="Blink" > -DIDENT_PROGRAM_NAME_B > YTES="66,108,105,110,107,0" -DIDENT_USER_HASH=0x9216e48bL > -DIDENT_UNIX_TIME=0x47 > 4c35d5L -I/opt/tinyos-1.x/tos/lib/CC2420Radio Blink.nc -lm > compiled Blink to build/telos/main.exe > 2302 bytes in ROM > 43 bytes in RAM > msp430-objcopy --output-target=ihex build/telos/main.exe > build/telos/main.ihex > cp build/telos/main.ihex build/telos/main.ihex.out > found mote on COM9 (using bsl,auto) > installing telos binary using bsl > msp430-bsl --telos -c 8 -r -e -I -p build/telos/main.ihex.out > MSP430 Bootstrap Loader Version: 1.39-telos-3 > Mass Erase... > > An error occoured: > Bootstrap loader synchronization error > make: *** [program] Error 1 > > How can I fix this problem? > Waiting and thanks very much for your help! > Best regards > Zhijian _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
