Hi,
I followed instruction with WIKI,
processors.wiki.ti.com/.../Processor_SDK_RTOS_Flashing_Bootable_Images
http://processors.wiki.ti.com/index.php/Processor_SDK_RTOS_BOOT_K2H/E/L#Flash_Writers
But after flashing the images to NOR only the PDK SBL is booted and the app image(delivered in the package) is not booting as mentioned in wiki. Since all are pre-built images i was not able to debug further on this issue.
I used default config file to write spi NOR
MLO 0
app 80000
The logs are copied to the end of this post. It seems to be like the control is not transferring to the app image
Requesting support
Regards,
*** 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 0x50f8
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 = app, address = 0x80000
Size of app is 0x12ed0
Loading binary to memory ...
Finished loading binary to memory!
Flashed app to offset 0x80000!
Read flash memory at 0x80000, checking flashed content...
Verified flash data equal expected data!
Successfully flashed memory content!
Booting Log
**** PDK SBL ****
Boot succesful!
Begin parsing user application
Jumping to user application...