Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

Issue with hex6x utility creating binary file from ELF out

$
0
0

Hello,

I am having an issue with using the hex6x tool (CG tools 7.2.4) to generate a binary from an ELF out file. As long as all of the .text section is in MSMCRAM it brings the code into the binary but any portion of the .text section that is moved to DDR3 is left out of the .btbl file. Below is the cmd file I use with the tool. The target device is a C6678 which has DDR3 starting at 0x8000_0000. Is there something simple I might be missing here or could you point me to any help? I searched on E2E and I have also read the spru186U document – Chapter 11 on the tool, but got no clues.
 
/* Begin command file */
application_dbg.out
-e _c_int00
-o my_app.btbl
-map my_app.map
-a
-boot
-fill 0
 
ROMS
{
                ROM1:  org = 0x800000, length = 0xCF800000, memwidth = 32, romwidth = 32
                files = { my_app.btbl }
}
 
Thanks

Anand


Viewing all articles
Browse latest Browse all 262198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>