Part Number: OMAP-L138
I have an issue with loading my application into the NAND flash on the OMAPL138-LCDK eval kit.
I want my application to run from the NAND flash.
I have read all the (convoluted and confusing) information on the RBL and SBL, I have even managed to get my application converted and flashed into the NAND
However it appears that CCS does some "magic" using a GEL file (?) just prior to application load that configures the LCDK (memory PPLs, etc) to allow the application to run.
This configuration is NOT in the application, or in any of the boot loaders as far as I can determine. Thus although my application is loaded from NAND it does not execute. As far as I can tell this is because the OMAP processor memory has not been configured. I can find no information on where these GEL files are located, how to view, create, modify r use them.
So... how does one get a user application to run on this processor without using CCS and a debug probe? ie load it into NAND and execute it?
I have used many TI processors, never have seen a processor where the only documented boot solution appears to be "boot Linux from an SD-Card".
Is boot loading a TI-RTOS ARM application from NAND possible? How? Documentation? All documents I have read are missing the required step outlined above.
