From 3ab364bbee1bdd1272264eea9dc037ac13dfc692 Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 12 Jul 2023 16:35:00 +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 c9e812b5b21ce5..ad2b232257e5eb 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: 0x6800 region: flash_primary mcuboot_pad: - address: 0x7000 + address: 0x6800 size: 0x200 app: - address: 0x7200 - size: 0xf3e00 + address: 0x6a00 + size: 0xf4600 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x7000 - size: 0xf4000 + address: 0x6800 + size: 0xf4800 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x7200 - size: 0xf3e00 + address: 0x6a00 + size: 0xf4600 factory_data: address: 0xfb000 size: 0x1000 @@ -32,11 +32,11 @@ settings_storage: region: flash_primary mcuboot_secondary: address: 0x0 - size: 0xf5000 + size: 0xf4800 device: MX25R64 region: external_flash external_flash: - address: 0xf5000 - size: 0x70b000 + address: 0xf4800 + size: 0x70b800 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 c9e812b5b21ce5..ad2b232257e5eb 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: 0x6800 region: flash_primary mcuboot_pad: - address: 0x7000 + address: 0x6800 size: 0x200 app: - address: 0x7200 - size: 0xf3e00 + address: 0x6a00 + size: 0xf4600 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x7000 - size: 0xf4000 + address: 0x6800 + size: 0xf4800 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x7200 - size: 0xf3e00 + address: 0x6a00 + size: 0xf4600 factory_data: address: 0xfb000 size: 0x1000 @@ -32,11 +32,11 @@ settings_storage: region: flash_primary mcuboot_secondary: address: 0x0 - size: 0xf5000 + size: 0xf4800 device: MX25R64 region: external_flash external_flash: - address: 0xf5000 - size: 0x70b000 + address: 0xf4800 + size: 0x70b800 device: MX25R64 region: external_flash