-
Notifications
You must be signed in to change notification settings - Fork 798
boot: zephyr: boards: nrf54h20dk cpuapp add chosen code part #2425
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
boot: zephyr: boards: nrf54h20dk cpuapp add chosen code part #2425
Conversation
Add the required zephyr,code-partition which is typically included by the common app.overlay to the nrf54h20dk_nrf54h20_cpuapp board overlay. Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
already here mcuboot/boot/zephyr/app.overlay Line 3 in 713b98b
|
A board overlay file is used instead of app.overlay |
Is that configurable somewhere? My comment was based on #2154 (comment) |
See details here: https://docs.zephyrproject.org/latest/build/dts/howtos.html#set-devicetree-overlays |
Yeah I'm aware of this, my question was rather about the MCUboot side, but okey. |
It's a zephyr application, so if there is an overlay then it will be picked instead of app.overlay - note that the file here has a lot of things in it https://github.com/mcu-tools/mcuboot/blob/ce44e6b713583dda267c697bd44b1060a32fddc7/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.overlay only the top part is common with app.overlay, the rest are unique for the board target |
I always thought, mistakingly, that |
Add the required zephyr,code-partition which is typically included by the common app.overlay to the nrf54h20dk_nrf54h20_cpuapp board overlay.