Hello, everyone.
I 'd like to know How to convert .out file generated by DSP/BIOS on OMAP-L138 platform to .bin file.
After Build, size of .out (COFF) is 163KB. Using Hex6x, I got 59KB Intel Hex file.
Hex6x command was " hex6x -i -linkerfill -romwidth=8 -memwidth=8 test.out " ,its output hex file is test.io.
Hex2bin command was " hex2bin -k 0 test.io "
output Hex file is 32-bit format like this..
:02000004C1FF3A
:20FFE000660290002A0808016E4C79256213044062030C5058A3005200600000000080E0EF
:02000004C20038
:20000000283C430068006100640200600060000064368060583D8861A0058C61D00F806100
:2000200000000000806C84612A3E43006A006100E60200600040000040088C61FA190C613C
And then, I Used Hex2Bin.exe. I got 4MB binary file. Half of Data is gone.
I guess Hex2bin.exe convert make errors.
Also, can anyone point me to information related to:
1)How to convert *.out file generated by dsp/bios 5.41 to *.bin file directly
2)Why my *.bin file so big
Any links to source code or command examples would be appreciated!
Thank you in advance.