Hi,
I am working with TMS320DM6467T and there is guide which has the steps on "Davinci Installation". As given, I have downloaded the 'flash_utils.tar.gz' for UBL. I already have CCS 3.3 installed.
After building the UBL ELF (.out) file executing "makeublrom.bat" command in dos prompt should generate the corresponding flat binary file (.bin file) which is then used to generate the corresponding ais bin file. But somehow for my custom board this batch command generates the following error, Can someone tell me the flaw in the procedure?
Also there is an Application Note on "Using the DMSOC Bootloader", which gives the source code and related collateral. This Collateral contains genAis.pl and ofd6x Application. At the end of Note(Appendix A), there is procedure on using genAis perl script to create ais binary file.
So which procedure should be followed for creating ais bin file - genAis perl script or the one given in Davinci Installation ?