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

[nrf noup] boot/zephyr/boards: nRF54l15pdk ext flash cfg #306

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

nvlsianpu
Copy link
Contributor

Added configuration which allows to build MCUboot for nrf54l15pdk_nrf54l15_cpuapp with external flash used for the secondary slot.

@gchwier
Copy link
Contributor

gchwier commented Apr 15, 2024

you don't need to do any changes in mcuboot repo. You can put those configuration files in sdk-zephyr/samples/subsys/mgmt/mcumgr/smp_svr/child_image/mcuboot/boards:
nrf54l15pdk_ext_flash.conf -> nrf54l15pdk_nrf54l15_cpuapp.conf
nrf54l15pdk_ext_flash.overlay -> nrf54l15pdk_nrf54l15_cpuapp.overlay

find some details about multi-image builds here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/config_and_build/multi_image.html#permanent-configuration-changes-to-child-images

@nvlsianpu nvlsianpu force-pushed the nrf54l15pdk_ext_spi_nor branch 2 times, most recently from 3c7615f to 0badc68 Compare April 16, 2024 10:45
Added configuration which allows to build MCUboot for
nrf54l15pdk_nrf54l15_cpuapp with external flash used for
the secondary slot.

Signed-off-by: Andrzej Puzdrowski <[email protected]>
@nvlsianpu nvlsianpu force-pushed the nrf54l15pdk_ext_spi_nor branch from 0badc68 to 22bb89a Compare April 17, 2024 14:19
CONFIG_SPI=y
CONFIG_SPI_NOR=y
CONFIG_FLASH=y
CONFIG_PM_PARTITION_SIZE_MCUBOOT=0x14000
Copy link
Contributor

Choose a reason for hiding this comment

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

This implies usage of Partition Manager, is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes

@cvinayak cvinayak merged commit 78bc87c into nrfconnect:main Apr 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants