Skip to content

Commit

Permalink
samples: bluetooth: fast_pair: locator tag: update nrf54l15 partitions
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
kapi-no authored and rlubos committed Oct 21, 2024
1 parent 76a27e8 commit 9e5b54d
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
mcuboot:
address: 0x0
region: flash_primary
size: 0x4000
size: 0x5000

mcuboot_primary:
address: 0x4000
address: 0x5000
orig_span: &id001
- app
- mcuboot_pad
region: flash_primary
size: 0xb8000
span: *id001
mcuboot_pad:
address: 0x4000
address: 0x5000
region: flash_primary
size: 0x800
app:
address: 0x4800
address: 0x5800
region: flash_primary
size: 0xb7800
mcuboot_primary_app:
address: 0x4800
address: 0x5800
orig_span: &id002
- app
region: flash_primary
size: 0xb7800
span: *id002

mcuboot_secondary:
address: 0xbc000
address: 0xbd000
orig_span: &id003
- mcuboot_secondary_pad
- mcuboot_secondary_app
Expand All @@ -37,19 +37,19 @@ mcuboot_secondary:
span: *id003
mcuboot_secondary_pad:
region: flash_primary
address: 0xbc000
address: 0xbd000
size: 0x800
mcuboot_secondary_app:
region: flash_primary
address: 0xbc800
address: 0xbd800
size: 0xb7800

bt_fast_pair:
address: 0x174000
address: 0x175000
region: flash_primary
size: 0x1000

settings_storage:
address: 0x175000
address: 0x176000
region: flash_primary
size: 0x8000
size: 0x7000

0 comments on commit 9e5b54d

Please sign in to comment.