Skip to content

Commit 3f4617b

Browse files
samples: matter: Allow building nrf54lm20 with wifi ext flash
Allow building nRF54LM20 with nRF70 patch stored on external flash support. Thanks to that we can save some memory in the internal memory. Signed-off-by: Arkadiusz Balys <arkadiusz.balys@nordicsemi.no>
1 parent fc5c759 commit 3f4617b

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

dts/samples/matter/nrf54lm20_cpuapp_partitions.dtsi

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,20 @@
5656
label = "image-1";
5757
reg = <0x00000000 DT_SIZE_K(1932)>;
5858
};
59+
60+
slot2_partition: partition@1e3000 {
61+
label = "image-2";
62+
reg = <0x001e3000 DT_SIZE_K(132)>;
63+
};
64+
65+
nrf70_wifi_fw_partition: nrf70_fw_partition: partition@1e3200 {
66+
label = "nrf70-wifi-fw";
67+
reg = <0x001e3200 DT_SIZE_K(128)>;
68+
};
69+
70+
slot3_partition: partition@203000 {
71+
label = "image-3";
72+
reg = <0x00203000 DT_SIZE_K(132)>;
73+
};
5974
};
6075
};

samples/matter/template/sample.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,20 @@ tests:
112112
platform_allow:
113113
- nrf54lm20dk/nrf54lm20b/cpuapp
114114
- nrf54lm20dk/nrf54lm20a/cpuapp
115+
sample.matter.template.nrf7002eb2.smp_dfu.ext_patch:
116+
sysbuild: true
117+
build_only: true
118+
extra_args:
119+
- CONFIG_CHIP_DFU_OVER_BT_SMP=y
120+
- template_SHIELD=nrf7002eb2
121+
- SB_CONFIG_WIFI_NRF70=y
122+
- SB_CONFIG_WIFI_PATCHES_EXT_FLASH_STORE=y
123+
integration_platforms:
124+
- nrf54lm20dk/nrf54lm20b/cpuapp
125+
- nrf54lm20dk/nrf54lm20a/cpuapp
126+
platform_allow:
127+
- nrf54lm20dk/nrf54lm20b/cpuapp
128+
- nrf54lm20dk/nrf54lm20a/cpuapp
115129
sample.matter.template.release.internal:
116130
sysbuild: true
117131
build_only: true

0 commit comments

Comments
 (0)