When running program “nand-writer_ccs33.out” on ARM of OMAP-L138,Console prints:
Starting DA8xx_NANDWriter.
DA850/OMAP-L138 part detected. Its a DSP boot device
You require three images to boot
1) DSP UBL in AIS file format.
2) ARM UBL in raw binary format.
3) 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.
Enter the image type (one of "dspais" "armubl" "uboot" "other")
However, I only have armubl and uboot based on OMAP-L138 and cannot find out dspais for it. So I used an OMAP-L137’s dspais “ubl_C6747_NAND.bin”.But it failed.
Here’re my questions:1、Where can I get a dspais for OMAP-L138?
2、As I known,OMAP-L138 should be an ARM boot device but OMAP-L137 is a DSP boot device. Why is my OMAP-L138 a DSP boot device?
Furthermore, I’ve noticed that the reason is my chip has no DSP RBL. Does this mean my chip is an incomplete one sold by accident?