This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

specify multi-image build app version

When building an app with mcuboot as part of a multi-image build, how can I pass the app version to imgtool so the app_update.bin header gets created with the correct app version?

Parents Reply
  • My sincere apologies for the late reply, Ryan. Most of our developers are back this week. I will ask again. I did find an answer, however, I don't think that's what you are looking for:

    Running ninja clean && ninja -v, it will output:

    [236/238] cmd.exe /C "cd /D C:\SDK\ncs\nrf\applications\asset_tracker\build\modules\mcuboot && C:\Python37\python.exe C:/SDK/ncs/nrf/scripts/bootloader/generate_zip.py --bin-files C:/SDK/ncs/nrf/applications/asset_tracker/build/zephyr/app_update.bin --output C:/SDK/ncs/nrf/applications/asset_tracker/build/zephyr/dfu_application.zip load_address=0x1c200 version_MCUBOOT=0.0.0+0 type=application board=nrf9160dk_nrf9160 soc=nRF9160_SICA"
Children
Related