From 2e13c372f1419f08dab7797b244681f889dd9bcf Mon Sep 17 00:00:00 2001 From: Michal Hanus Date: Mon, 14 Apr 2025 22:04:32 +0200 Subject: nrfdemo --- nrfdemo/build/partitions.yml | 179 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 nrfdemo/build/partitions.yml (limited to 'nrfdemo/build/partitions.yml') 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 -- cgit v1.2.3