You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your enhancement proposal related to a problem? Please describe.
Due to the absence of a flash partition, it is not possible to use MCUboot with a nucleo_h723zg board.
Describe the solution you'd like
Add a flash partition (and the Zephyr-chosen associated property) to the file zephyr/boards/st/nucleo_h723zg/nucleo_h723zg.dts.
Additional context
Adding this partition will have no impact on applications that don't use MCUboot, and will enable MCUboot to be used with this board.
Thanks for submitting this proposal. Don't hesitate to push a github Pull Request, since you already have a working partition.
This will be the fastest way to get the change integrated.
Is your enhancement proposal related to a problem? Please describe.
Due to the absence of a flash partition, it is not possible to use MCUboot with a
nucleo_h723zg
board.Describe the solution you'd like
Add a flash partition (and the Zephyr-chosen associated property) to the file
zephyr/boards/st/nucleo_h723zg/nucleo_h723zg.dts
.Additional context
Adding this partition will have no impact on applications that don't use MCUboot, and will enable MCUboot to be used with this board.
Here is an example of such partition:
The text was updated successfully, but these errors were encountered: