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

Other Parts Discussed in Thread: OMAP-L137

Hi All,

In a DM814x device, I'm trying to bring-up DSP core from A8.

Could you suggest how to convert the DSP ELF image into binary file.

For A8, objdump utility helps to convert the .out to bin.

Will AISGEN support to convert the ELF image to bin file?

If so, please provide a reference INI file also.

Regards

Vinoth

  • Hi, Vinoth,

    Look in your AISGEN program directory for something like HexAIS_xxxx.exe.  This program can be used to make a C-header file that contains the AIS-generated file for the DSP.  In a command shell, execute this program with -help as an argument to see the help.  I am doing this on OMAP-L137, and incorporated this command with proper arguments as a post-build step for the DSP project.

    I would have liked much better to make the DSP into a binary image that can be linked directly with the ARM image, but this does the job.

    Hope this helps.

    best regards,

    Cameron