-
Notifications
You must be signed in to change notification settings - Fork 644
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
Nrf54l15pdk spi nor flash pure dts #1636
Nrf54l15pdk spi nor flash pure dts #1636
Conversation
df8b847
to
b27081a
Compare
933cd2b
to
75af4cd
Compare
868fdea
to
7c14cf8
Compare
Added DTS with partitioning which involves external flash as place for slo1_partition.external slot1_partition Signed-off-by: Andrzej Puzdrowski <[email protected]>
Added description of sample testcase for building smp_svr with support of secondary partition in on PDK spi_nor flash uisng DTS. Signed-off-by: Andrzej Puzdrowski <[email protected]>
7c14cf8
to
c87a355
Compare
- mcuboot_CONF_FILE="boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.conf" | ||
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay" | ||
extra_configs: | ||
- SB_CONFIG_PARTITION_MANAGER=n |
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.
Must be moved to extra_args
section. Twister has problems with processing extra_configs
if it is not started with CONFIG_*
.
Test with command:
${ZEPHYR_BASE}/scripts/twister -vv -T ${ZEPHYR_BASE}/samples/subsys/mgmt/mcumgr/smp_svr -s sample.mcumgr.smp_svr.bt.nrf54l15pdk.ext_flash.pure_dts -G
No description provided.