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.

AWR2944: How can I automate flashing software?

Part Number: AWR2944
Other Parts Discussed in Thread: UNIFLASH

Tool/software:

I have an AWR2944 chip, which depends on external QPSI Flash 


I need to load JTAG-Based Bootloader to RAM
Then be able to select a file in PC, and set the address in QSPI Flash to flash it to.


So I was hoping I'd be able to automate the 

reset system
load jtag-bootlaoder to ram
set file_path in ram

set address_offset in ram

set start_variable to start erase/flashing

poll till it's done

Is it possible to do this with CCS over Command Prompt? (CLI style)


Ultimately hoping to automate this with python script