This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC8530: CC8530 command line programming

Part Number: CC8530
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

How can I program in production CC8530 from command line? It is possible to program through PurePathWirelessCommanderCLI program with CC debugger?

If I made an xml file, it will work?

<?xml version="1.0" encoding="utf-8"?>
<tests>
 <!--Program application-->
  <test>
    <func status="enabled">
      <name>Program Application Image</name>
      <call>programFlash(dut,Custom_CC8530.hex)</call>
      <brief>Program an autonomous application image in units under test.</brief>
      <devreq>dut</devreq>
    </func>
  </test>
</tests>

Graphical interface unfortunately is not an option for production.