Skip to content

Commit 6495d32

Browse files
doublemis1rlubos
authored andcommitted
matter: samples: disable GPD for nRF54H20
To have the bootable apps on nRF54H20 on Matter need to disable GPD. Signed-off-by: Michał Szablowski <[email protected]>
1 parent 6985c36 commit 6495d32

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

applications/matter_bridge/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,6 @@ CONFIG_CHIP_FACTORY_DATA=n
1818

1919
# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
2020
CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
21+
22+
# Disable GPD
23+
CONFIG_SOC_NRF54H20_GPD=n

samples/matter/lock/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ CONFIG_CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY=n
2424

2525
# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
2626
CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
27+
28+
# Disable GPD
29+
CONFIG_SOC_NRF54H20_GPD=n

samples/matter/template/boards/nrf54h20dk_nrf54h20_cpuapp.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ CONFIG_CHIP_CRYPTO_PSA_MIGRATE_DAC_PRIV_KEY=n
2424

2525
# TODO: Workaround to be removed once Zephyr's CONFIG_FPROTECT is supported on nRF54H20.
2626
CONFIG_CHIP_FACTORY_DATA_WRITE_PROTECT=n
27+
28+
# Disable GPD
29+
CONFIG_SOC_NRF54H20_GPD=n

0 commit comments

Comments
 (0)