From 136efe7949e598cf99c159408f70089c7bd8e0a8 Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 12 Jul 2023 11:38:13 +0800 Subject: [PATCH] Modify the flash settings of nrf52840dk_nrf52840 --- .../nrf52840dk_nrf52840/pm_static_dfu.yml | 22 +++++++++---------- .../nrf52840dk_nrf52840/pm_static_dfu.yml | 22 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/examples/all-clusters-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml b/examples/all-clusters-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml index ce42b39e55ee87..a6219762d1d291 100644 --- a/examples/all-clusters-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml +++ b/examples/all-clusters-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml @@ -1,27 +1,27 @@ mcuboot: address: 0x0 - size: 0x7000 + size: 0x6000 region: flash_primary mcuboot_pad: - address: 0x7000 + address: 0x6000 size: 0x200 app: - address: 0x7200 - size: 0xf3e00 + address: 0x6200 + size: 0xf4e00 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x7000 - size: 0xf4000 + address: 0x6000 + size: 0xf5000 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x7200 - size: 0xf3e00 + address: 0x6200 + size: 0xf4e00 factory_data: address: 0xfb000 size: 0x1000 @@ -32,11 +32,11 @@ settings_storage: region: flash_primary mcuboot_secondary: address: 0x0 - size: 0xf4000 + size: 0xf5000 device: MX25R64 region: external_flash external_flash: - address: 0xf4000 - size: 0x70c000 + address: 0xf5000 + size: 0x70b000 device: MX25R64 region: external_flash diff --git a/examples/all-clusters-minimal-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml b/examples/all-clusters-minimal-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml index ce42b39e55ee87..a6219762d1d291 100644 --- a/examples/all-clusters-minimal-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml +++ b/examples/all-clusters-minimal-app/nrfconnect/configuration/nrf52840dk_nrf52840/pm_static_dfu.yml @@ -1,27 +1,27 @@ mcuboot: address: 0x0 - size: 0x7000 + size: 0x6000 region: flash_primary mcuboot_pad: - address: 0x7000 + address: 0x6000 size: 0x200 app: - address: 0x7200 - size: 0xf3e00 + address: 0x6200 + size: 0xf4e00 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x7000 - size: 0xf4000 + address: 0x6000 + size: 0xf5000 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x7200 - size: 0xf3e00 + address: 0x6200 + size: 0xf4e00 factory_data: address: 0xfb000 size: 0x1000 @@ -32,11 +32,11 @@ settings_storage: region: flash_primary mcuboot_secondary: address: 0x0 - size: 0xf4000 + size: 0xf5000 device: MX25R64 region: external_flash external_flash: - address: 0xf4000 - size: 0x70c000 + address: 0xf5000 + size: 0x70b000 device: MX25R64 region: external_flash