forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 2
Programming Canary
steelsmithj edited this page Aug 22, 2017
·
1 revision
Open a Command Line Interface and type in the following commands:
git clone https://github.com/PureEngineering/contiki.git
cd contiki
git submodule update --init --recursive
Leave the Command Line open and type in the following commands:
cd examples/canary/mqtt_protobuf_demo
make TARGET=srf06-cc26xx BOARD=canary/cc2650
Before you flash, you must connect the Canary to your laptop or desktop.
- Connect your XDS110 debugger that came with the CC2650 SensorTag to the JTAG adapter.
- Connect one end of the Ribbon cable to the JTAG adapter and the other end to the Canary.
- Connect the XDS110 debugger to your computer with the Micro USB cable.
- Press the RST button to turn on the Canary.
Open the SmartRF Flash Programmer v2 and click Refresh. You should see the Canary as a connected device.
Browse for the hex file located in the examples/canary/mqtt_protobuf_demo folder.
Check the Erase, Program, Verify boxes and flash the Canary.