contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

XM-1000 mote #2627

Open asanz060 opened 4 years ago

asanz060 commented 4 years ago

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:

Screenshot from 2019-12-04 16-11-30 (1)

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!

gajrajkuldeep commented 4 years ago

Hi, I am facing the same problem. If you have sorted out then please let us know the trick

ogulec commented 3 years ago

any update on this?

hueberflorian commented 2 years ago

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