Hello!
I have a question about building final image file from MAD utils. I read MAD utils user guide.
I have .out file, which is generated by CCS. I want to deploy this file on both cores of c6657 EVM board (in the code I used DNUM).
Can I rename this .out file to app_1.exe (for core0) and app2_exe (for core1) and use maptool.py for constructing final c6657-le.bin image file for multicore application?
Another words, I want to skip step 1 and 2 from user guide, and go directly from step 3 (prelinker bypass mode).
I tried above mentioned idea, but I received strange result: the length of my final c6657-le.bin file is less than original out file. Original out file has length 667668 bytes, but c6657-le.bin has 256000 bytes.
I use mcsdk_2_01_01_04 and cgt-c6000_7.4.8.