麻烦在cooja模拟器上运行iris mote上的hello-world程序

时间:2015-09-27 07:29:50

标签: iot contiki

我一直在尝试在Cooja模拟器中运行Iris mote上的Hello World程序。 hello-world.c位于/ examples / hello-world /中,makefile如下所示。

CONTIKI_PROJECT = hello-world
all: $(CONTIKI_PROJECT)

#UIP_CONF_IPV6=1

CONTIKI = ../..
include $(CONTIKI)/Makefile.include

输入

make program1.upload TARGET=iris MOTES=/dev/ttyUSB0

我得到了

make: *** No rule to make target `program1.upload'. 
stop

该程序在Skymote上成功运行。

我目前正在使用Contiki 2.7。

有人可以指导我如何在Iris mote上运行程序吗?在Motes中 - >添加Motes,虹膜的选项不可用。请安排提供解决方案。

0 个答案:

没有答案