Open asanz060 opened 4 years ago
Hi, I am facing the same problem. If you have sorted out then please let us know the trick
any update on this?
Hello, if you want to upload a program to the XM-1000 mote, use the command:
sudo make hello-world.upload TARGET=xm1000
And if you want to run the program already on your mote (in this case print the hello world message), type:
sudo make login TARGET=xm1000
We are trying to use the XM-1000 motes with Contiki 3.0. In order to make sure Contiki works we added the Platform and Tools files that are available in the AdvanticSys web page, in the Resources section, following the instructions of the XM1000_README.txt.
However, when we try to upload the hello world program into the mote in order to check if it works, we do not get any error message but the program is not uploaded either. The result that we get when we do "make TARGET=xm1000 hello-world.upload" is the following:
We do not know where the problem is, as XM1000 and Contiki should be compatible. Does anybody know what we have to do to make it work?
Thank you!