This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AISgen for D800K003 is putting xdc.meta data into the target image

Hello,

I've the same issue with AISgen as discuessed here. The OMAP L137 still uses the D800K003 bootloader and the fixed AISgen tool from the linked thread can be only used for newer revisions of the bootloader. Unfortunately the workaround described by adding the following lines to the configuration file only seems to work with the instrumented build of the SYS/BIOS library:

Program.sectMap["xdc.meta"] = new Program.SectionSpec();
Program.sectMap["xdc.meta"].loadSegment = Program.sectMap[".const"];
Program.sectMap["xdc.meta"].type = "COPY";

Are there any plans to bring in the same bugfix also in the old AISgen tool? Are there any "better" workarounds for this issue? It would be nice if no memory will be wasted in the target image for the xdc.meta section.

Best Regards,

Simon Tomschik