Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions samples/dfu/ab_split/sysbuild.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ SB_CONFIG_MCUBOOT_SIGN_MERGED_BINARY=n

# Enable manifest-based updates
SB_CONFIG_MCUBOOT_MANIFEST_UPDATES=y

# Enable HW-based rollback protection
SB_CONFIG_MCUBOOT_HARDWARE_DOWNGRADE_PREVENTION=y
5 changes: 5 additions & 0 deletions samples/dfu/ab_split/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ CONFIG_RETENTION=y
CONFIG_BOOT_SHARE_DATA=y
CONFIG_BOOT_SHARE_DATA_BOOTINFO=y
CONFIG_BOOT_SHARE_BACKEND_RETENTION=y

# Enable IronSide service
CONFIG_NRF_IRONSIDE_COUNTER_SERVICE=y
# Enable MCUboot counter implementation that uses IronSide counters
CONFIG_NRF_MCUBOOT_IRONSIDE_COUNTERS=y
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: dc05376c170fc2739a4881629caf49c40d485a9e
revision: pull/3545/head
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down
Loading