Hello all,
I'm developing under Linux and Contiki-OS firmware to CC2650, but one problem is to flash this .elf ou .hex under the Linux. I'm using the uniflash tool to program the CC2538 but for the CC2650, there's no .ccxml configuration file that works with XDS100, does anybody have a correct .ccxml file to flash this CC into LInux environment? In the CC2538 I do this way..
/opt/ti/uniflash_3.4/uniflash.sh -ccxml /opt/ti/CC2538SF53.ccmxl -operation Erase -program $1
In hardware I'm using the CC2650 launchpad to program an external module of CC2650.
