我买了一些 redwire econotags r3 以便将它们与 Instant Contiki 一起使用。作为一个新手,我遵循了手册: http: //www.contiki-os.org/start.html。但是,当我尝试将程序上传到 motes 时,我收到一个错误。例如对于你好世界:
cd contiki/examples/hello-world
make TARGET=redbee-econotag hello-world
make TARGET=redbee-econotag hello-world.upload
我收到:
make: *** No rule to make target `hello-world.upload'. Stop.
我正在搜索过去两天,但我不明白是什么问题。我可以通过 VMWare Player 中的虚拟机菜单看到 mote 已正确连接到 USB 端口。有任何想法吗?