I am working on Contiki-2.7. I have the CC2530dk and want to program the cc2531 usb-dongle. My question is how can I upload the hex file from contiki to the Flash programmer, to burn it into the cc2531 usb dongle
For example how to get the hello-world.hex file to upload it in the Flash programmer
here is a step by step procedure to do it on a USB Dongle
cd into the directory of CC2530 in examples
cd contiki-2.7/examples/cc2530dk
make if its the first time to create hex. The hex files here are generated for the CC2530EB
make
if you want it for the cc2531, go into the directory cc2530-usb-demo
cd contiki-2.7/examples/cc2530dk/cc2530-usb-demo
make to produce hex
use CC Debugger or the debug converter for the cc2530DK and SmartRF Flash Programmer from TI
browse the hex and erase and program