Using the DM6437 DVSDk I generated my own project, e.g. VideoDecoder.out that runs OK when loaded over JTAG into RAM.
I then attempted to convert the file before using the flashburn.
If I go to the directory "dvsdk_1_01_00_15\flashburn_files\hexAIS" and type the following into a command prompt window "hexAIS VideoDecoder.out" or "hexAIS -coff2hex VideoDecoder.out" I get the following:
-----------------------------------------------------
TI AIS Hex File Generator for DM643x
(C) 2007, Texas Instruments, Inc.
-----------------------------------------------------
Chosen bootmode is EMIFA.
Begining the AIS file generation.
Parsing AIS INI file, dm643x.ini.
AIS file being generated for the EMIFA bootmode.
Parsing the input COFF file, dm643x_AISExtra.out.
at AISGenLib.AISGen.GenAIS(String coffFileName, AISGen devAISGen)
at AISGenLib.AISGen.GenAIS(String coffFileName, String bootmode, AISGen devAI
SGen)
at hexAIS.Program.Main(String[] args)
Unhandled Exception!!! Application will now exit.
C:\dvsdk_1_01_00_15\flashburn_files\hexAIS>hexAIS -coff2hex "C:\10026 Vision Sys
tem IR Headphones And Jacks\07 Software\03 Trunk\Hub\bin\EVMDM6437\Debug\VideoDe
coder.out"
Sometimes the exception is when parsing "dm643x_AISExtra.out" and sometimes when parsing "VideoDecoder.out"
Is there a problem with the hexAIS utility?
FYI I am using Windows XP Professional with SP3 and according to control panel 'add or remove programs' I also have .NET framework 3.5 SP1.
The problem I am experiencing seems similar to http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/99/p/6751/25921.aspx which has not be answered in 2 years!