Skip to content
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

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

JarmouniA
Copy link
Collaborator

@JarmouniA JarmouniA commented Jan 20, 2025

Add memory partitions for MCUboot and storage.

Tested with mcu-tools/mcuboot#2154

Screenshot_mcuboot

label = "image-0";
reg = <0x00000000 DT_SIZE_K(2048)>;
};
slot1_partition: partition@200000 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inconsistent spacing

Comment on lines 205 to 208
scratch_partition: partition@400000 {
label = "image-scratch";
reg = <0x00400000 DT_SIZE_K(2048)>;
};
Copy link
Collaborator

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]>
Copy link
Member

@erwango erwango left a 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.

@kartben kartben merged commit 1005dba into zephyrproject-rtos:main Jan 24, 2025
18 checks passed
@JarmouniA JarmouniA deleted the dev_mcuboot_h750b-dk branch January 24, 2025 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants