Skip to content

Commit a654697

Browse files
committed
samples/dfu/fw_loader/usb_mcumgr: add nrf54lm20b
Added nrf54lm20dk/nrf54lm20b/cpuapp as test-build platform. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
1 parent 479d8da commit a654697

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
/*
2+
* Copyright (c) 2026 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/delete-node/ &boot_partition;
8+
/delete-node/ &slot0_partition;
9+
/delete-node/ &slot1_partition;
10+
/delete-node/ &storage_partition;
11+
12+
&cpuapp_rram {
13+
reg = <0x0 DT_SIZE_K(1940)>;
14+
15+
partitions {
16+
boot_partition: partition@0 {
17+
label = "mcuboot";
18+
reg = <0x0 DT_SIZE_K(24)>;
19+
};
20+
21+
slot0_partition: partition@6000 {
22+
label = "image-0";
23+
reg = <0x6000 DT_SIZE_K(1784)>;
24+
};
25+
26+
slot1_partition: partition@1c4000 {
27+
label = "image-1";
28+
reg = <0x1c4000 DT_SIZE_K(116)>;
29+
};
30+
31+
storage_partition: partition@1e1000 {
32+
label = "storage";
33+
reg = <0x1e1000 DT_SIZE_K(16)>;
34+
};
35+
};
36+
};
37+
38+
#include "../app.overlay"

samples/dfu/fw_loader/usb_mcumgr/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ tests:
1010
platform_allow:
1111
- nrf54lm20dk/nrf54lm20a/cpuapp
1212
- nrf54lm20dongle/nrf54lm20b/cpuapp
13+
- nrf54lm20dk/nrf54lm20b/cpuapp
1314
integration_platforms:
1415
- nrf54lm20dk/nrf54lm20a/cpuapp
1516
- nrf54lm20dongle/nrf54lm20b/cpuapp
17+
- nrf54lm20dk/nrf54lm20b/cpuapp

0 commit comments

Comments
 (0)