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.

DM6467T Bootloader - Building UBL

Other Parts Discussed in Thread: TMS320DM6467T

I am working with Davinci Processor TMS320DM6467T and for installation there is documentation "Davinci Installation". As given in the steps I have downloaded the 'flash_utils.tar.gz' archive, I already have CCS 3.3 installed.

I have followed the steps for building UBL for my custom board, created .out file and copied it to the corresponding directory. Then, it says to run "makeublrom.bat" command which converts the UBL ELF (.out file) to the corresponding flat binary file (.bin file). Executing this command doesnt work and generates the following error:

The binary file (ublDavinci.bin) is created with 0B size, basically its not generating the required .bin file. Can somebody tell me the flaw in this procedure? The ais bin file is then created from this bin file using "makeublbin.exe"

Also there is Application Note on DMSOC Bootloader - "Using DMSOC Bootloader". This Note tells you to download the source code from "http://www-s.ti.com/sc/techlit/spraas0.zip" which essentially is genAis.pl and ofd6x file. At the end of note there are commands on creating ais binary file using genAis perl script.

So am I supposed to use genAis.pl script or the steps given in TI WIKI page on building ubl (which doesnt generate the bin file) ?