-
Notifications
You must be signed in to change notification settings - Fork 233
[nrf noup] boot/zephyr: add nrf54h20dk ext flash configs #429
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
base: main
Are you sure you want to change the base?
Conversation
aaba25d
to
03882f7
Compare
boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp_iron_ext_flash.overlay
Outdated
Show resolved
Hide resolved
767c5e8
to
93836c4
Compare
Set as DNM until SecureBoot is supported for 'iron' board variant. |
|
||
/ { | ||
chosen { | ||
nordic,pm-ext-flash = &mx25uw63; |
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.
Is PM is for partition manager? I do not think we should use this name for nRF54H
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.
If possible, this solution should be more generic:
/ {
chosen {
extmem-device = &mx25uw63;
};
};
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.
done
93836c4
to
0e98635
Compare
This commit adds overlay and configuration files for the nRF54H20 DK with external flash support. Signed-off-by: Michal Kozikowski <michal.kozikowski@nordicsemi.no>
0e98635
to
9c6bda6
Compare
|
|
||
/ { | ||
chosen { | ||
extmem-device = &mx25uw63; |
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 is not a valid chosen node
This PR adds overlay and configuration files for the nRF54H20 DK with external flash support.