Tool/software: TI C/C++ Compiler
Hello all,
I am building a ROMFS for a TI multi-core chip (TMS320C6670). Each of the four cores has a .out executable loaded and each .out executable has an associated memory map.
At the top of a memory map, there is a section called "MEMORY CONFIGURATION" that details the origin, length, used amount, unused amount, and read/write/executable attributes for each memory area as configured in the RTSC Tools Platform GUI.
I would like to know if there is a way to extract the linker generated memory configuration from a core's .out executable, and use this information when building a ROMFS. Is there a way to create a ROMFS memory map?
Thanks in advance.