-
|
Hello, I'm currently trying to merge the outputs of a sysbuild, which are multiple non-overlapping .hex files into a single hex file for easier handling. But i couldn't find a lot of information on how to do that, so that On the Sysbuild Docs I found this sentence:
I tried to add And if all of that would work i still would have the question how I would pass the merged hex file to I'm looking forward for any help on how this can be done Edit: for clarification, I'm not using an nRF chip, therefore i can't (as far as I understand) use their merge tool. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
You can use mergehex.py Afterwards |
Beta Was this translation helpful? Give feedback.
-
|
Take a look at #83085, not available in a released version though. |
Beta Was this translation helpful? Give feedback.
Take a look at #83085, not available in a released version though.