我是Contiki的新手,一直在尝试在Tmote Sky上做"hello-world“。我是按照这个网站上给出的步骤来做的:http://anrg.usc.edu/contiki/index.php/Hello_World。
当我运行命令:make hello-world.upload (这将把代码上传到Tmote Sky)时,出现以下错误:
#../../tools/sky/msp430-bsl-linux --telosb -c /dev/ttyUSB0 -r
MSP430 Bootstrap Loader Version: 1.39-telos-7
Use -h for help
Reset device ...
Done
make[2]: Leaving directory `/home/kaybha/Downloads/contiki/examples/hello-world'
make -j 20 sky-upload-sequence
using saved target 'sky'
make[2]: Entering directory `/home/kaybha/Downloads/contiki/examples/hello-world'
+++++ Erasing /dev/ttyUSB0
MSP430 Bootstrap Loader Version: 1.39-telos-7
Use -h for help
Mass Erase...
Transmit default password ...
+++++ Programming /dev/ttyUSB0
MSP430 Bootstrap Loader Version: 1.39-telos-7
Invoking BSL...
Transmit default password ...
Autodetect failed! Unknown ID: f26f. Trying to continue anyway.
Current bootstrap loader version: 2.13 (Device ID: f26f)
Changing baudrate to 38400 ...
Program ...
An error occurred:
Timeout
+++++ Resetting /dev/ttyUSB0
MSP430 Bootstrap Loader Version: 1.39-telos-7
Use -h for help
Reset device ...
Done
make[2]: Leaving directory `/home/kaybha/Downloads/contiki/examples/hello-world'
make[1]: Leaving directory `/home/kaybha/Downloads/contiki/examples/hello-world' #任何帮助都将不胜感激。提前谢谢。
发布于 2015-03-11 04:46:56
看看这个link ,相信这会解决你的问题!
https://stackoverflow.com/questions/28451390
复制相似问题