summaryrefslogtreecommitdiff
path: root/nrfdemo/builddk/partitions.yml
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-19 22:50:44 +0200
commit9078b7ec09b135f091cb951ed234bf013c9c838e (patch)
treeba953e144c2dd42d327a83720cdfc9fb5bb9fe34 /nrfdemo/builddk/partitions.yml
parent2e13c372f1419f08dab7797b244681f889dd9bcf (diff)
bme680 added
Diffstat (limited to 'nrfdemo/builddk/partitions.yml')
-rw-r--r--nrfdemo/builddk/partitions.yml179
1 files changed, 0 insertions, 179 deletions
diff --git a/nrfdemo/builddk/partitions.yml b/nrfdemo/builddk/partitions.yml
deleted file mode 100644
index f6e5307..0000000
--- a/nrfdemo/builddk/partitions.yml
+++ /dev/null
@@ -1,179 +0,0 @@
-EMPTY_0:
- address: 0xc000
- end_address: 0x10000
- placement:
- before:
- - mcuboot_pad
- region: flash_primary
- size: 0x4000
-app:
- address: 0x18000
- end_address: 0x88000
- region: flash_primary
- size: 0x70000
-mcuboot:
- address: 0x0
- end_address: 0xc000
- placement:
- before:
- - mcuboot_primary
- region: flash_primary
- size: 0xc000
-mcuboot_pad:
- address: 0x10000
- end_address: 0x10200
- placement:
- align:
- start: 0x8000
- before:
- - mcuboot_primary_app
- region: flash_primary
- size: 0x200
-mcuboot_primary:
- address: 0x10000
- end_address: 0x88000
- orig_span: &id001
- - mcuboot_pad
- - app
- - tfm
- region: flash_primary
- sharers: 0x1
- size: 0x78000
- span: *id001
-mcuboot_primary_app:
- address: 0x10200
- end_address: 0x88000
- orig_span: &id002
- - app
- - tfm
- region: flash_primary
- size: 0x77e00
- span: *id002
-mcuboot_secondary:
- address: 0x88000
- end_address: 0x100000
- placement:
- after:
- - mcuboot_primary
- align:
- start: 0x8000
- align_next: 0x8000
- region: flash_primary
- share_size:
- - mcuboot_primary
- size: 0x78000
-mcuboot_sram:
- address: 0x20000000
- end_address: 0x20008000
- orig_span: &id003
- - tfm_sram
- region: sram_primary
- size: 0x8000
- span: *id003
-nrf_modem_lib_ctrl:
- address: 0x20008000
- end_address: 0x200084e8
- inside:
- - sram_nonsecure
- placement:
- after:
- - tfm_sram
- - start
- region: sram_primary
- size: 0x4e8
-nrf_modem_lib_rx:
- address: 0x2000a568
- end_address: 0x2000c568
- inside:
- - sram_nonsecure
- placement:
- after:
- - nrf_modem_lib_tx
- region: sram_primary
- size: 0x2000
-nrf_modem_lib_sram:
- address: 0x20008000
- end_address: 0x2000c568
- orig_span: &id004
- - nrf_modem_lib_ctrl
- - nrf_modem_lib_tx
- - nrf_modem_lib_rx
- region: sram_primary
- size: 0x4568
- span: *id004
-nrf_modem_lib_tx:
- address: 0x200084e8
- end_address: 0x2000a568
- inside:
- - sram_nonsecure
- placement:
- after:
- - nrf_modem_lib_ctrl
- region: sram_primary
- size: 0x2080
-otp:
- address: 0xff8108
- end_address: 0xff83fc
- region: otp
- size: 0x2f4
-sram_nonsecure:
- address: 0x20008000
- end_address: 0x20040000
- orig_span: &id005
- - sram_primary
- - nrf_modem_lib_ctrl
- - nrf_modem_lib_tx
- - nrf_modem_lib_rx
- region: sram_primary
- size: 0x38000
- span: *id005
-sram_primary:
- address: 0x2000c568
- end_address: 0x20040000
- region: sram_primary
- size: 0x33a98
-sram_secure:
- address: 0x20000000
- end_address: 0x20008000
- orig_span: &id006
- - tfm_sram
- region: sram_primary
- size: 0x8000
- span: *id006
-tfm:
- address: 0x10200
- end_address: 0x18000
- inside:
- - mcuboot_primary_app
- placement:
- before:
- - app
- region: flash_primary
- size: 0x7e00
-tfm_nonsecure:
- address: 0x18000
- end_address: 0x88000
- orig_span: &id007
- - app
- region: flash_primary
- size: 0x70000
- span: *id007
-tfm_secure:
- address: 0x10000
- end_address: 0x18000
- orig_span: &id008
- - mcuboot_pad
- - tfm
- region: flash_primary
- size: 0x8000
- span: *id008
-tfm_sram:
- address: 0x20000000
- end_address: 0x20008000
- inside:
- - sram_secure
- placement:
- after:
- - start
- region: sram_primary
- size: 0x8000