Hello,
I had generated *.out file in ARM9 (OMAP-L137) and i further want to convert this *.out file into *.bin.
I went through http://processors.wiki.ti.com/index.php/Secondary_Bootloaders_on_OMAP-L1x as well as
"CombiningExecutableFilesForROMing.pdf" and successfully able to generate the *.obj file by typing below
commands on command prompt;
hex470 UART2IntARM.out --section_name_prefix="data" --load_image -o uart2int.obj
after this "uart2int.obj" got generated with following information.
In the example given in pdf (which i mentioned above) this .text section, .cinit section and .const section are showing
that are at continous memory location. My query are;
1. How to view *.out file?
2. Since in my *.map is showing that .text, .cinit, .const and .intvecs are not in continous memory than in *.cmd file
how much length i should give...
Attached is my *.map file along with *.out file
Regards,
Priya