I have a similar issue to this poster [POST] but I see no resolution.
I also have followed these instructions:
processors.wiki.ti.com/.../Processor_SDK_RTOS_Flashing_Bootable_Images
I have the K2L EVM board, trying to flash the SPI NOR for ARM core 0. I am able to flash using the spi_flash_writer, but then it won't boot. Or, at least I don't see any boot process on the terminal window.
I have used the default app image, leaving the config file as default values. I have also created my own binaries and edited the config file. In every case, I get a successful flash message (example pasted below) but no boot to the PDK SBL once I change the DIP switch setting to ARM SPI and power it on. No error messages, nothing at all on the terminal screen.
I'm using:
CCS 7.2
processor_sdk_rtos_k2l_4_00_00_04
pdk_k2l_4_0_6
What step am I missing?
*** PDK SPI Flash Writer ***
Opening SPI handle...
SPI handle opened!
Parsing config file and flashing content to SPI NOR...
Parsed config line, received parameters: filename = MLO, address = 0x0
Size of MLO is 0x67f0
Loading binary to memory ...
Finished loading binary to memory!
Flashed MLO to offset 0x0!
Read flash memory at 0x0, checking flashed content...
Verified flash data equal expected data!
Parsed config line, received parameters: filename = UARTsample.bin, address = 0x80000
Size of UARTsample.bin is 0x259d8
Loading binary to memory ...
Finished loading binary to memory!
Flashed UARTsample.bin to offset 0x80000!
Read flash memory at 0x80000, checking flashed content...
Verified flash data equal expected data!
Successfully flashed memory content!