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 - Combine .out Files for TMS320C6747?

Other Parts Discussed in Thread: TMS320C6747, OMAP-L137, OMAP-L138

Does AISGen support combining .out files for the TMS320C6747?  It appears that AISGen supports this with devices containing both an ARM and DSP by allowing the input files to be separated by a semicolon.  When I try this with the AISGen tool for the TMS320C6747, it only allows me to enter 1 input file.  Is there some other utility that would let me combine my 2 inputs files (secondary boot loader and application) into a single file?

  • Eric,

    It appears the GUI tool for the OMAP-L137/TMS320C6747 devices does not support this feature (but you are right, the OMAP-L138 version does support this).  However, the GUI is a wrapper around a command-line tool which does support this feature.  The latest version of that tool is available as part of the Boot and Flash utils package, referenced here.  When you extract the archive contents, you will find the tool, called HexAIS in the path OMAP-L137/GNU/AISutils.  There is also a readme file there that describes the usage of the tool.  But basically, you can either specify multiple .out files from the command line or via the configuration file (an *.ini file).

    Regards, Daniel