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)
- Launching a pre-configured target configuration of CCS.
- Connecting to the ARM core 0 and initializing it with the GEL file specified in the target configuration file.
- Connecting to the DSP core 0 and initializing it with the GEL file specified in the target configuration file.
- 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