Skip to content

Commit 9e5b54d

Browse files
kapi-norlubos
authored andcommitted
samples: bluetooth: fast_pair: locator tag: update nrf54l15 partitions
Updated the partition map for the nRF54L15 DK in the Fast Pair Locator Tag sample to provide more space for the MCUboot bootloader. Ref: NCSDK-29504 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 76a27e8 commit 9e5b54d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
mcuboot:
22
address: 0x0
33
region: flash_primary
4-
size: 0x4000
4+
size: 0x5000
55

66
mcuboot_primary:
7-
address: 0x4000
7+
address: 0x5000
88
orig_span: &id001
99
- app
1010
- mcuboot_pad
1111
region: flash_primary
1212
size: 0xb8000
1313
span: *id001
1414
mcuboot_pad:
15-
address: 0x4000
15+
address: 0x5000
1616
region: flash_primary
1717
size: 0x800
1818
app:
19-
address: 0x4800
19+
address: 0x5800
2020
region: flash_primary
2121
size: 0xb7800
2222
mcuboot_primary_app:
23-
address: 0x4800
23+
address: 0x5800
2424
orig_span: &id002
2525
- app
2626
region: flash_primary
2727
size: 0xb7800
2828
span: *id002
2929

3030
mcuboot_secondary:
31-
address: 0xbc000
31+
address: 0xbd000
3232
orig_span: &id003
3333
- mcuboot_secondary_pad
3434
- mcuboot_secondary_app
@@ -37,19 +37,19 @@ mcuboot_secondary:
3737
span: *id003
3838
mcuboot_secondary_pad:
3939
region: flash_primary
40-
address: 0xbc000
40+
address: 0xbd000
4141
size: 0x800
4242
mcuboot_secondary_app:
4343
region: flash_primary
44-
address: 0xbc800
44+
address: 0xbd800
4545
size: 0xb7800
4646

4747
bt_fast_pair:
48-
address: 0x174000
48+
address: 0x175000
4949
region: flash_primary
5050
size: 0x1000
5151

5252
settings_storage:
53-
address: 0x175000
53+
address: 0x176000
5454
region: flash_primary
55-
size: 0x8000
55+
size: 0x7000

0 commit comments

Comments
 (0)