0

sky tmote の contiki で hello-world の例を実行しようとしています。私はubuntuを使用しており、このチュートリアルに従いました: http://www.contiki-os.org/start.html#hardware

初めて実行したとき:

make TARGET=sky hello-world.upload

うまくいきましたが、実行時にエラーが発生しました:

make TARGET=sky login

../../tools/sky/serialdump-linux -b115200 
make: execvp: ../../tools/sky/serialdump-linux: Permission denied
make: *** [login] Error 127

そして今から私が実行するたびに

make TARGET=sky hello-world.upload

チュートリアルから出力を取得します (メモ)

make z1-reset z1-upload
make[1]: Entering directory `/home/user/contiki/examples/hello-world'
make -k -j 20 z1-reset-sequence
make[2]: Entering directory `/home/user/contiki/examples/hello-world'
Done
make[2]: Leaving directory `/home/user/contiki/examples/hello-world'
make -j 20 z1-upload-sequence
make[2]: Entering directory `/home/user/contiki/examples/hello-world'
Done
make[2]: Leaving directory `/home/user/contiki/examples/hello-world'
make[1]: Leaving directory `/home/user/contiki/examples/hello-world'
rm hello-world.ihex

VMPlayer で Instantcontiki を試す前に、これが発生したときに、VMPlayer のボタンを使用してスカイモートを再接続する必要がありましたが、もう使用していないため、どうすればよいかわかりません。

また、上記のエラー 127 を解決する方法がわかりませんでした。

こんにちは、ヤン

PS:私はLinuxが初めてです

4

2 に答える 2

2

これが私でうまくいった解決策です:

どの USB が tmote に接続されているかを調べます (例: USB0)。実行するだけではありません。

須藤 chmod 666 /dev/ttyUSB0

于 2013-11-20T18:36:16.297 に答える