I have bought a few redwire econotags r3 in order to use them with Instant Contiki. As a newbie i followed the manual: http://www.contiki-os.org/start.html. However when i'm trying to upload a program to the motes i receive an error. For example for hello-world:
cd contiki/examples/hello-world
make TARGET=redbee-econotag hello-world
make TARGET=redbee-econotag hello-world.upload
and I receive:
make: *** No rule to make target `hello-world.upload'. Stop.
I'm searching the last two days but i can't understand what's the problem. I can see through the Virtual Machine menu in VMWare Player that the mote is connected correctly to the USB port. Any ideas?