Hello all
I was trying to flash EBOOT to NAND Flash using CCS4.2. in my OMAP-L138 board, but when I run the nand-writer, the console in CCS will show the output below:
Starting DA8xx_NANDWriter.
DA8XX/OMAP-L1XX part detected. Its an ARM boot device
You require two images to boot this device
1) ARM UBL in AIS file format.
2) U-Boot image in raw binary format
To generate the AIS format file, you need to run the ARM/DSP .out (COFF) file generated from CCS build through the AISGen tool.
And what should I do next? it is said that In the <ARM9 WINCE BSP User guide> which has offered steps on how to Flashing EBOOT to OMAP-L137 Development Kit (NAND Flash) using CCS, the output window will prompted me for an image type, but I can’t see that. How can I open the “output window”? or it will Pop-up automatically? Or my CCS has the incorrect configuration?
The GEL file in my design is “omap-l138_ARM.gel” which come from the SD card in the OMAP-L138EVM, the nand-writer program also comes from there, but the file “link.cmd “ has been modified because the initial one has can’t work.. now I use the “link.cmd “ which comes from the test program in OMAP-L138EVM.