Skip to content

Commit 2cdd28a

Browse files
committed
applications: nrf_desktop: nrf54lm20: align partition maps
Updated the partition maps for the nRF54LM20 DK target in the nRF Desktop application to align them with the newest MCUboot bootloader configuration. Ref: NCSDK-33992 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 5eb43a0 commit 2cdd28a

File tree

6 files changed

+78
-78
lines changed

6 files changed

+78
-78
lines changed

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/pm_static.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x7800
2+
address: 0x5800
33
region: flash_primary
4-
size: 0xf8800
4+
size: 0xf9800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x7000
8+
size: 0x5000
99
mcuboot_pad:
10-
address: 0x7000
10+
address: 0x5000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x7000
14+
address: 0x5000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf9000
19+
size: 0xfa000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x7800
22+
address: 0x5800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf8800
26+
size: 0xf9800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x100000
29+
address: 0xff000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf9000
34+
size: 0xfa000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x100000
38+
address: 0xff000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x100800
43-
size: 0xf8800
42+
address: 0xff800
43+
size: 0xf9800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/pm_static_llvm.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x9800
2+
address: 0x7800
33
region: flash_primary
4-
size: 0xf7800
4+
size: 0xf8800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x9000
8+
size: 0x7000
99
mcuboot_pad:
10-
address: 0x9000
10+
address: 0x7000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x9000
14+
address: 0x7000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf8000
19+
size: 0xf9000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x9800
22+
address: 0x7800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf7800
26+
size: 0xf8800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x101000
29+
address: 0x100000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf8000
34+
size: 0xf9000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x101000
38+
address: 0x100000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x101800
43-
size: 0xf7800
42+
address: 0x100800
43+
size: 0xf8800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

applications/nrf_desktop/configuration/nrf54lm20dk_nrf54lm20a_cpuapp/pm_static_release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x7800
2+
address: 0x5800
33
region: flash_primary
4-
size: 0xf8800
4+
size: 0xf9800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x7000
8+
size: 0x5000
99
mcuboot_pad:
10-
address: 0x7000
10+
address: 0x5000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x7000
14+
address: 0x5000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf9000
19+
size: 0xfa000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x7800
22+
address: 0x5800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf8800
26+
size: 0xf9800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x100000
29+
address: 0xff000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf9000
34+
size: 0xfa000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x100000
38+
address: 0xff000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x100800
43-
size: 0xf8800
42+
address: 0xff800
43+
size: 0xf9800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/pm_static.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x7800
2+
address: 0x5800
33
region: flash_primary
4-
size: 0xf8800
4+
size: 0xf9800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x7000
8+
size: 0x5000
99
mcuboot_pad:
10-
address: 0x7000
10+
address: 0x5000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x7000
14+
address: 0x5000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf9000
19+
size: 0xfa000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x7800
22+
address: 0x5800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf8800
26+
size: 0xf9800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x100000
29+
address: 0xff000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf9000
34+
size: 0xfa000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x100000
38+
address: 0xff000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x100800
43-
size: 0xf8800
42+
address: 0xff800
43+
size: 0xf9800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/pm_static_llvm.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x9800
2+
address: 0x7800
33
region: flash_primary
4-
size: 0xf7800
4+
size: 0xf8800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x9000
8+
size: 0x7000
99
mcuboot_pad:
10-
address: 0x9000
10+
address: 0x7000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x9000
14+
address: 0x7000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf8000
19+
size: 0xf9000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x9800
22+
address: 0x7800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf7800
26+
size: 0xf8800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x101000
29+
address: 0x100000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf8000
34+
size: 0xf9000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x101000
38+
address: 0x100000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x101800
43-
size: 0xf7800
42+
address: 0x100800
43+
size: 0xf8800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/pm_static_release.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
app:
2-
address: 0x7800
2+
address: 0x5800
33
region: flash_primary
4-
size: 0xf8800
4+
size: 0xf9800
55
mcuboot:
66
address: 0x0
77
region: flash_primary
8-
size: 0x7000
8+
size: 0x5000
99
mcuboot_pad:
10-
address: 0x7000
10+
address: 0x5000
1111
region: flash_primary
1212
size: 0x800
1313
mcuboot_primary:
14-
address: 0x7000
14+
address: 0x5000
1515
orig_span: &id001
1616
- app
1717
- mcuboot_pad
1818
region: flash_primary
19-
size: 0xf9000
19+
size: 0xfa000
2020
span: *id001
2121
mcuboot_primary_app:
22-
address: 0x7800
22+
address: 0x5800
2323
orig_span: &id002
2424
- app
2525
region: flash_primary
26-
size: 0xf8800
26+
size: 0xf9800
2727
span: *id002
2828
mcuboot_secondary:
29-
address: 0x100000
29+
address: 0xff000
3030
orig_span: &id003
3131
- mcuboot_secondary_pad
3232
- mcuboot_secondary_app
3333
region: flash_primary
34-
size: 0xf9000
34+
size: 0xfa000
3535
span: *id003
3636
mcuboot_secondary_pad:
3737
region: flash_primary
38-
address: 0x100000
38+
address: 0xff000
3939
size: 0x800
4040
mcuboot_secondary_app:
4141
region: flash_primary
42-
address: 0x100800
43-
size: 0xf8800
42+
address: 0xff800
43+
size: 0xf9800
4444
settings_storage:
4545
address: 0x1f9000
4646
region: flash_primary

0 commit comments

Comments
 (0)