IRNAS / irnas-east-software

East is a command line meta-tool, useful for creating, managing, and deploying Zephyr or nRF Connect SDK projects.
MIT License
10 stars 1 forks source link

BUG - release command does not copy files correctly when merged.hex is not generated #51

Closed TjazVracko closed 1 year ago

TjazVracko commented 1 year ago

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.