Describe the bug
If an application or sample does not use a bootloader or TFM/SPM, no merged.hex is generated. Only zephyr.hex is available.
Note:
I believe that .bin files are handled correctly. No bin file is generated for non-mcuboot builds. This is also true for nrf9160, where you always get merged.hex, due to TFM.
Firmware/Software Version
0.7.0
Suggested Fix
If merged.hex is not found in the build folder, just copy zephyr.hex.
Describe the bug If an application or sample does not use a bootloader or TFM/SPM, no
merged.hex
is generated. Onlyzephyr.hex
is available.Note: I believe that
.bin
files are handled correctly. No bin file is generated for non-mcuboot builds. This is also true for nrf9160, where you always getmerged.hex
, due to TFM.Firmware/Software Version 0.7.0
Suggested Fix If
merged.hex
is not found in the build folder, just copyzephyr.hex
.