Forum Discussion
PHJ
Occasional Contributor
6 years ago​I just include it in the post-build steps (under Build Steps tab in the C/C++ Build Settings):
fromelf --bincombined ${ProjName}.axf --output=${ProjName}.bin
- KBill36 years ago
New Contributor
thank you very much for your answer, it is very nice solution, what did you then to convert .bin to .img?
Thanks in Advance.
LG, Billel
- PHJ6 years ago
Occasional Contributor
​I issue the mkimage command from outside the DS-5 tool as a manual post-build step.
I do this from a SoC EDS command shell.
If someone knows the way to get this step completed from the DS-5 tool I'd be happy to hear about it !