Tool/software: Code Composer Studio
We have an evmK2H evaluation board, and have compiled and run several example sys/bios programs as well as our own custom applications. Our application are running on DDR3.
We would like to boot through either NOR or NAND flash.
Can anyone point me to a link or documentation on how to run the example programs off of NOR or NAND?
I have attempted to convert the .out files by outputting the HEX
using
B2ccs.exe
ccsaddGphdr.exe
ccsaSdGptlr.exe
and using the nandwriter and norwriter to flash the image.
Are there extra steps I am missing? I have read conflicting information about the RBL initializing DDR3.
Do I need to use a secondary bootloader to initialize DDR3 myself, or is it done automatically via the RBL?