Skip to content

Commit 55830f6

Browse files
committed
samples: smp_svr: fix ext_flash configs
Disable FPROTECT for MCUBoot external flash builds due to NVM size. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent 797a60e commit 55830f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ tests:
181181
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
182182
- SB_CONFIG_PM_OVERRIDE_EXTERNAL_DRIVER_CHECK=y
183183
- SB_CONFIG_PM_EXTERNAL_FLASH_MCUBOOT_SECONDARY=y
184+
- mcuboot_CONFIG_FPROTECT=n
184185
platform_allow:
185186
- nrf54l15dk/nrf54l15/cpuapp
186187
- nrf54l15dk/nrf54l10/cpuapp
@@ -194,6 +195,7 @@ tests:
194195
- mcuboot_CONF_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.conf"
195196
- mcuboot_EXTRA_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay"
196197
- SB_CONFIG_PARTITION_MANAGER=n
198+
- mcuboot_CONFIG_FPROTECT=n
197199
platform_allow:
198200
- nrf54l15dk/nrf54l15/cpuapp
199201
- nrf54l15dk/nrf54l10/cpuapp

0 commit comments

Comments
 (0)