boot: zephyr: Fix boot banner - #2843
Open
nordicjm wants to merge 2 commits into
Open
Conversation
nordicjm
commented
Aug 21, 2026
Collaborator
1 task
henrikbrixandersen
approved these changes
Aug 21, 2026
rettichschnidi
approved these changes
Aug 21, 2026
There was a problem hiding this comment.
Works as expected:
*** Using Zephyr OS build v4.4.0-11893-g5d4fefb989e3 ***
*** Booting MCUboot v2.4.0-118-g7ad67106c325 ***
I: Starting bootloader
I: Image index: 0, Swap type: none
I: Image index: 0, Swap type: none
<snip>
Thanks a lot!
Nits:
- MCU and Zephyr boot banners are now swapped. I guess this might trip some automated testing. Maybe add a hint to the release notes?
- Would link to zephyrproject-rtos/zephyr#116947 in the commit message.
| @@ -0,0 +1,2 @@ | |||
| - Zephyr MCUboot boot banner has been fixed after changes | |||
| made to the boot banned in Zephyr 4.4. | |||
There was a problem hiding this comment.
- Typo:
Suggested change
| made to the boot banned in Zephyr 4.4. | |
| made to the boot banner in Zephyr 4.4. |
- The relevant change came in after Zephyr 4.4:
$ git describe 9fe4cc20a2b5c7ef269206bfe80b8e606e813156 v4.4.0-1380-g9fe4cc20a2b
| bool "Use MCUboot boot banner" | ||
| depends on BOOT_BANNER | ||
| depends on "$(APP_VERSION_EXTENDED_STRING)" != "" | ||
| default y |
There was a problem hiding this comment.
Not sure if working well for everyone, but would suit my needs quite well:
Suggested change
| default y | |
| default y if BOOT_BANNER |
(yep, PR feature creep 😄)
Fixes the boot banner after changes in Zephyr, as per issue: zephyrproject-rtos/zephyr#116947 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Adds a note that this issue has been fixed Signed-off-by: Jamie McCrae <jamie.mccrae@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.