PDA

View Full Version : Contiki & STM32W108C-SK



oscarvady
February 21st, 2013, 01:01 PM
Hello everybody,

First of all, sorry about my english. I have a developer kit STM32W108C-SK and I am trying to install Contiki OS.

I am following this step 4
http://www.contiki-os.org/start.html

but I dont know if its neccesary other steps before, because when I tried to do make hello-world.upload appear

make z1-reset z1-upload
make[1]: Entering directory `/home/user/contiki/examples/hello-world'
make -k -j 20 z1-reset-sequence
make[2]: Entering directory `/home/user/contiki/examples/hello-world'
Done
make[2]: Leaving directory `/home/user/contiki/examples/hello-world'
make -j 20 z1-upload-sequence
make[2]: Entering directory `/home/user/contiki/examples/hello-world'
Done
make[2]: Leaving directory `/home/user/contiki/examples/hello-world'
make[1]: Leaving directory `/home/user/contiki/examples/hello-world'
rm hello-world.ihex

and then I cant do make login

Thanks for help
Regards ):P