-
Notifications
You must be signed in to change notification settings - Fork 7.1k
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: STM32h750B-DK: add memory partitions for MCUboot #84256
boards: STM32h750B-DK: add memory partitions for MCUboot #84256
Conversation
label = "image-0"; | ||
reg = <0x00000000 DT_SIZE_K(2048)>; | ||
}; | ||
slot1_partition: partition@200000 { |
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.
inconsistent spacing
scratch_partition: partition@400000 { | ||
label = "image-scratch"; | ||
reg = <0x00400000 DT_SIZE_K(2048)>; | ||
}; |
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.
scratch should not be used
Add memory partitions for mcuboot and storage Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
delete already defined storage_partition node in board DTS, in order to be able to build test with included overlay Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
7528ae2
to
c3ae9f7
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.
Approved.
mcu-tools/mcuboot#2154 is not merged yet, but we'll aim for it for next week.
Add memory partitions for MCUboot and storage.
Tested with mcu-tools/mcuboot#2154