Hello Community,
now i am again stucked in creating a Boot image with ti-utilities.
What i have successfully done:
Creating the NOR-Image for 1 Core -> flashing to the SPI-Nor and running from it after POR and Soft-Reset.
Tested the examples from the MAD-Utils (I saw the counters counting; connected via JTAG)
Tested my application after using MAD-Utils and Loaded via Jtag-> jumped to adress 0x9E001040-> ran both cores.
I did the following:
1. Copied my .out-File to app_1.bin and app_2.bin
2. ran maptool.py with option bypass-prelink (added neccessary sections before to the config-files)
3. tried to convert the c6657-le.bin with hex6x -a to an ASCII-File. at this point i got failures like:
error: invalid option: rom1fs
error: invalid option: mal_app
error: illegal input character: 0x10
error: illegal input character: 0x02
error: illegal input character: 0x06
fatal error: cannot open input file "n.out": No such file or directory
4. i now tried to convert with the following .rmd-file:
myApp.out
-a
-boot
-e _c_int00
ROMS
{
ROM1: org = 0x0400, length = 0x1000000, memwidth = 32, romwidth = 32
files = { Refurbish_PCM.btbl }
}
i then got the failure:
warning: nested command file: "myApp.out" ignored
fatal error: no input files provided
what am i doing wrong here?
I try to follow this post: e2e.ti.com/.../1544042
Thanks in advance for any answers
Martin