-
Notifications
You must be signed in to change notification settings - Fork 667
boards: nordic: nrf54h20dk iron board MCUBoot support #2720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards: nordic: nrf54h20dk iron board MCUBoot support #2720
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs to go upstream (have read comment but ipc should be working in upstream, if it is not then I don't see how this would even work in ncs)
638dabb
to
aa73fec
Compare
8c09304
to
4dfec32
Compare
I decoupled upstream changes in seperate commit now. As for smp_svr sample, please see |
4dfec32
to
fe27793
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider extending the sample like this instead:
https://github.com/nrfconnect/sdk-nrf/tree/main/samples/zephyr
fe27793
to
c8161ff
Compare
Please see changed sample related commit - now upstreamed and simplified. |
c8161ff
to
c433a90
Compare
Needs a corresponding PR in sdk-nrf bumping sdk-zephyr to |
Here it is nrfconnect/sdk-nrf#21686 |
33ce4b4
to
a9006a9
Compare
Provide proper adaptions as bootloader ROM offset, flash load offset and dts definitions for the nRF54H20 iron board to make it ready for the MCUBoot bootloader. Upstream PR #: 88576 Signed-off-by: Michal Kozikowski <[email protected]>
Adding sample configuration for nRF54H20dk 'iron' board. Upstream PR #: 88576 Signed-off-by: Michal Kozikowski <[email protected]>
a9006a9
to
fdf51a6
Compare
|
Provide proper adaptions as bootloader ROM offset, flash load
offset and dts definitions for the nRF54H20 iron board to make it
ready for the MCUBoot bootloader.
Adding smp_svr sample configuration for nRF54H20dk 'iron' board.
Ref: NCSDK-32929