Pick updates to imgtool from upstream MCUboot#654
Open
de-nordic wants to merge 5 commits into
Open
Conversation
tomchy
approved these changes
Apr 22, 2026
Add --test flag, which allows users to append a trailer that marks the image as ready for a test swap. This can be used for cases where the user wants to load an image to flash that MCUBoot will boot in test mode after system reset. Signed-off-by: Daniel DeGrasse <ddegrasse@tenstorrent.com> (cherry picked from commit 48b0f6d) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
…directory Moved pytest tests from imgtool/keys to tests directory. Signed-off-by: Lukasz Fundakowski <lukasz.fundakowski@nordicsemi.no> (cherry picked from commit 5b6f045) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
… key file Fixes an issue whereby ed25519 public keys were not supported for verifying images which would wrongly give an error about the key type not matching the TLV record Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no> (cherry picked from commit a2ee0a7) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Signed-off-by: Petr Ledvina <ledvinap@gmail.com> (cherry picked from commit 6faf53a) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
Add -f, --format option to support multiple output formats (human, yaml, json). Default yaml for file, default human for stdout - backward compatible. Details: - Human output is unchanged - Refactored dump_imginfo() to separate data reading from formatting - JSON output uses hex strings for binary data (e.g., "e3a333ca...") - YAML and JSON have both "type" (int) and "type_name" (str) for TLVs - Image filename (basename) is included in all output formats - Argument `--silent` is silently ignored. Doesn't make sense for a command that outputs data. i.e. No output on success. This is the same as for other sub commands Signed-off-by: Simon Frank <simon.frank@lohmega.com> (cherry picked from commit 7448115) Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
|
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 7, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#654 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
michalek-no
approved these changes
May 7, 2026
adsz-nordic
approved these changes
May 7, 2026
nvlsianpu
approved these changes
May 7, 2026
de-nordic
pushed a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
May 14, 2026
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-mcuboot#654 Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.