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
  • When building your app with mcuboot it triggers a multi-image build to build the mcuboot child image along with your app.  During this process the application hex gets signed by default.  As part of the signing process you can specify the apps version so that version gets included in the image header.  How can I specify that app version when running the west build command?

Children
Related