From 4fc1ff9651e16edfed0028264578bc50dbdba9f8 Mon Sep 17 00:00:00 2001 From: Hare Date: Wed, 12 Jul 2023 13:25:57 +0800 Subject: [PATCH] Modify the flash settings of nrf52840dk_nrf52840 --- .../nrf52840dk_nrf52840/pm_static_dfu.yml | 16 ++++++++-------- .../nrf52840dk_nrf52840/pm_static_dfu.yml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 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 a6219762d1d291..c9e812b5b21ce5 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: 0x6000 + size: 0x7000 region: flash_primary mcuboot_pad: - address: 0x6000 + address: 0x7000 size: 0x200 app: - address: 0x6200 - size: 0xf4e00 + address: 0x7200 + size: 0xf3e00 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x6000 - size: 0xf5000 + address: 0x7000 + size: 0xf4000 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x6200 - size: 0xf4e00 + address: 0x7200 + size: 0xf3e00 factory_data: address: 0xfb000 size: 0x1000 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 a6219762d1d291..c9e812b5b21ce5 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: 0x6000 + size: 0x7000 region: flash_primary mcuboot_pad: - address: 0x6000 + address: 0x7000 size: 0x200 app: - address: 0x6200 - size: 0xf4e00 + address: 0x7200 + size: 0xf3e00 mcuboot_primary: orig_span: &id001 - mcuboot_pad - app span: *id001 - address: 0x6000 - size: 0xf5000 + address: 0x7000 + size: 0xf4000 region: flash_primary mcuboot_primary_app: orig_span: &id002 - app span: *id002 - address: 0x6200 - size: 0xf4e00 + address: 0x7200 + size: 0xf3e00 factory_data: address: 0xfb000 size: 0x1000