summaryrefslogtreecommitdiff
path: root/nrfdemo/build/partitions.yml
diff options
context:
space:
mode:
authorMichal Hanus <mikehanus@protonmail.com>2025-04-14 22:04:32 +0200
committerMichal Hanus <mikehanus@protonmail.com>2025-04-14 22:04:32 +0200
commit2e13c372f1419f08dab7797b244681f889dd9bcf (patch)
tree995a31c40f13068c4135c213e938e0a2a9ed05a3 /nrfdemo/build/partitions.yml
parent620dfd94019f3c7e3022fa5a5fb9c9b51491062d (diff)
nrfdemo
Diffstat (limited to 'nrfdemo/build/partitions.yml')
-rw-r--r--nrfdemo/build/partitions.yml179
1 files changed, 179 insertions, 0 deletions
diff --git a/nrfdemo/build/partitions.yml b/nrfdemo/build/partitions.yml
new file mode 100644
index 0000000..ea7e56c
--- /dev/null
+++ b/nrfdemo/build/partitions.yml
@@ -0,0 +1,179 @@
+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
+ - tfm
+ - app
+ - mcuboot_pad
+ 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