-
Notifications
You must be signed in to change notification settings - Fork 7.3k
sysbuild: Add firmware loader application type support #86089
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
sysbuild: Add firmware loader application type support #86089
Conversation
nordicjm
commented
Feb 20, 2025
d516bf4
to
aa45d01
Compare
aa45d01
to
72e8c71
Compare
72e8c71
to
b7fa3ed
Compare
@d3zd3z @tejlmand @nvlsianpu @de-nordic please review |
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.
zephyr,boot-mode
property should be properly documented in https://github.com/zephyrproject-rtos/zephyr/blob/eb1081e8f4ad49286d45b05a3a99ac012bef19a3/doc/build/dts/api/api.rst#chosen-nodes
b7fa3ed
to
c7cba48
Compare
Thanks, added |
Adds boot mode chosen nodes to the nrf5340dk, nrf52840dk and nrf54l15dk boards Signed-off-by: Jamie McCrae <[email protected]>
Removes setting the boot mode device in the default test overlay file as this is now set by the board Signed-off-by: Jamie McCrae <[email protected]>
Removes a node from the devicetree overlay for a board for this test Signed-off-by: Jamie McCrae <[email protected]>
Removes a node from the devicetree overlay for a board for this sample Signed-off-by: Jamie McCrae <[email protected]>
Adds support for setting up a firmware loader image in a build, which can also optionally automatically configure MCUboot and the application image to be able to boot the firmware loader image using the retention subsystem Signed-off-by: Jamie McCrae <[email protected]>
Adds a Kconfig used in MCUboot to the allow list Signed-off-by: Jamie McCrae <[email protected]>
Adds details on this new chosen property Signed-off-by: Jamie McCrae <[email protected]>
c7cba48
to
f3aee54
Compare
@d3zd3z @tejlmand @nvlsianpu @JarmouniA please review |