Skip to content

Commit e398867

Browse files
committed
samples: nrf_compress: mcuboot_update: Add nRF54LM20DK configuration
Allows building this sample for this board Signed-off-by: Jamie McCrae <[email protected]>
1 parent 15d1605 commit e398867

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
app:
2+
address: 0x10800
3+
end_address: 0x143000
4+
region: flash_primary
5+
size: 0x132800
6+
mcuboot:
7+
address: 0x0
8+
end_address: 0x10000
9+
region: flash_primary
10+
size: 0x10000
11+
mcuboot_pad:
12+
address: 0x10000
13+
end_address: 0x10800
14+
region: flash_primary
15+
size: 0x800
16+
mcuboot_primary:
17+
address: 0x10000
18+
end_address: 0x143000
19+
orig_span: &id001
20+
- mcuboot_pad
21+
- app
22+
region: flash_primary
23+
size: 0x133000
24+
span: *id001
25+
mcuboot_primary_app:
26+
address: 0x10800
27+
end_address: 0x143000
28+
orig_span: &id002
29+
- app
30+
region: flash_primary
31+
size: 0x132800
32+
span: *id002
33+
mcuboot_secondary:
34+
address: 0x143000
35+
end_address: 0x1ed000
36+
region: flash_primary
37+
size: 0xaa000
38+
settings_storage:
39+
address: 0x1ed000
40+
end_address: 0x1fd000
41+
region: flash_primary
42+
size: 0x10000

samples/nrf_compress/mcuboot_update/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ tests:
1010
- nrf52840dk/nrf52840
1111
- nrf5340dk/nrf5340/cpuapp
1212
- nrf54l15dk/nrf54l15/cpuapp
13+
- nrf54lm20dk/nrf54lm20a/cpuapp
1314
integration_platforms:
1415
- nrf52840dk/nrf52840
1516
- nrf5340dk/nrf5340/cpuapp
1617
- nrf54l15dk/nrf54l15/cpuapp
18+
- nrf54lm20dk/nrf54lm20a/cpuapp

0 commit comments

Comments
 (0)