我试着在天空上运行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实例化之前,当这种情况发生时,我只需要通过VMPlayer中的一个按钮重新连接anymore,但是由于不再使用它,我不知道该做什么。
另外,我也想不出如何从上面解决错误127。
你好,简
PS:我是linux新手
发布于 2013-11-20 18:36:16
这里有一个对我有用的解决方案:
找出您的tmote连接在哪个USB上,例如USB0,而不是只运行:
sudo chmod 666 /dev/ttyUSB0 0
https://stackoverflow.com/questions/18925028
复制相似问题