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

How to use SmartRF06EB+CC2650EM as Slip Radio? #1239

Closed chenek closed 9 years ago

chenek commented 9 years ago

I tried to build Slip-Radio.bin for SmartRF06EB+CC2650EM by "make TARGET=srf06-cc26xx BOARD=srf06/cc26xx slip-radio.bin". However, it doesn't work after I connect it to my Raspberry Pi. Does anyone know how to use SmartRF06EB+CC2650EM as Slip Radio?

g-oikonomou commented 9 years ago

There are some instructions in the README about how to do this: It's very straightfoward. If your Srf is not even getting detected by the RPi, then you most likely have a problem in the RPi side.

Check out the CC2538DK README for instructions how to make the XDS appear in Linux (has to do with loading the ftdi_sio kernel module): https://github.com/contiki-os/contiki/blob/master/platform/cc2538dk/README.md#for-the-smartrf06-eb-uart

chenek commented 9 years ago

I get it work now. Thanks.