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.

Lunching the target, Connecting, Flashing the EVMK2h SPI NOR via CLI commands

Hello dear friends,

I want to do all the way I describe below via CLI instead of the graphical wizard to flash the EVMK2H board for SPI NOR. (I'm using CCS v9.3)

  1. Launching a pre-configured target configuration of CCS.
  2. Connecting to the ARM core 0 and initializing it with the GEL file specified in the target configuration file.
  3. Connecting to the DSP core 0 and initializing it with the GEL file specified in the target configuration file.
  4. Loading the flash writer application on the DSP core 0 and running it to start the flashing process of the board.

I mean all processes that we need to initialize and flash the application on the board.

I don't know what exactly I need to do like using CCS CLI commands if they exist or any other way/tools!

The main post we discussed flashing DSP SPI NOR, is Creating and writing loadable image file to SPI NOR

Thanks