This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Good day,
I have a DFU Flash Bootloader and application now.
We want to package them into a file (e.g., *.bin, hex, dfu) and then burn it to the target board.
What is the best way to achieve the above purpose, Thank you!
Ray Yang
Hello Ray,
I am trying to find a resource for this that I can share - there had been one but its not shareable currently.
Best Regards,
Ralph Jacobi
Hello Ray,
Please reference the Arm assembly tools manual for the section Load Image Format: https://www.ti.com/lit/ug/spnu118y/spnu118y.pdf#page=302
It lacks examples but here is one such use:
armhex application.out boot.out --load_image -o merge.out
Best Regards,
Ralph Jacobi
That diagnostic means there must be an overlap in memory between a section from each of the input .out files. To see one possible solution, please view this forum post.
Thanks and regards,
-George