Skip to content

Commit

Permalink
samples: matter: Enable Factory Data for nRF54H20 by default.
Browse files Browse the repository at this point in the history
Fixed DAC migration process for nRF54H20 and enabled Factory
Data by default for that SoC.

Signed-off-by: Arkadiusz Balys <[email protected]>
  • Loading branch information
ArekBalysNordic committed Jan 3, 2025
1 parent 9abba20 commit 73e47a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=8
# It should be removed once the proper fix will be applied in Zephyr.
CONFIG_NVS=n

# TODO: Enable factory data once it is available
CONFIG_CHIP_FACTORY_DATA=n

# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
# TODO: Enable DAC key migration once it is supported.
# Currently ITS does not work properly.
CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n

# Disable GPD
Expand Down
4 changes: 2 additions & 2 deletions samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ CONFIG_SETTINGS_ZMS_SECTOR_COUNT=8
# It should be removed once the proper fix will be applied in Zephyr.
CONFIG_NVS=n

# TODO: Enable factory data once it is available
CONFIG_CHIP_FACTORY_DATA=n
# TODO: Enable DAC key migration once it is supported.
# Currently ITS does not work properly.
CONFIG_CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY=n

# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ CONFIG_NVS=n
# It will add the application firmware to the cache partition.
CONFIG_SUIT_DFU_CACHE_EXTRACT_IMAGE=y

# TODO: Enable factory data and DAC key migration once it is available
CONFIG_CHIP_FACTORY_DATA=n
# TODO: Enable DAC key migration once it is supported.
# Currently ITS does not work properly.
CONFIG_CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY=n

# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ manifest:
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
revision: 2340e0aad89bd415a3a1faa0af0da69169c8aa4a
revision: ad8ba68fd93b25f3fc0c0093bdaade96439b3987
west-commands: scripts/west/west-commands.yml
submodules:
- name: nlio
Expand Down

0 comments on commit 73e47a6

Please sign in to comment.