Hello TI team,
How can I inject data directly into .elf file by adding a new section or in a already existing one? The injected data I need to be loaded at a specific address and carry on as part of the flashed image.
I tried to used tiarmobjcopy.exe but the sections does not get as part of the loadable image.
The following instruction I used and seems to not be enough to have it added as a loadable section.
tiarmobjcopy.exe --input-target=elf32-littlearm --output-target=elf32-littlearm --add-section=.newSectionName=myData.bin,load,readonly current.elf modified.elf
Best regards,
Alexei