0
我是Contiki的新手,一直試圖在Tmote Sky上做「hello-world」。我按照本網站給出的步驟完成了這項工作:http://anrg.usc.edu/contiki/index.php/Hello_World。向Contiki上的Tmote Sky上傳「hello-world」時出錯
當我運行命令: make hello-world.upload
(這將上傳的Tmote天空的代碼),將出現以下錯誤:
#../../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' #
任何幫助將不勝感激。提前致謝。
「未知ID:f26f」表示此軟件不知道您的芯片型號。 – 2015-02-13 13:44:06