Skip to content

Commit c8161ff

Browse files
committed
[nrf fromlist] samples: smp_svr: nrf54h20dk 'iron' board serial DFU
Adding sample configuration for nRF54H20dk 'iron' board. Upstream PR #: 88298 Signed-off-by: Michal Kozikowski <[email protected]> (cherry picked from commit c83e43b89df2a7eb05e856eeb0aefe57d21c7afc)
1 parent 90ad2e7 commit c8161ff

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
config SMP_SVR_NRF54H20_SAMPLE
5+
bool
6+
default y if SOC_NRF54H20_CPUAPP
7+
select EXPERIMENTAL
8+
9+
source "Kconfig.zephyr"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Disable GPD because no IPC is enabled in SSDFW
2+
CONFIG_SOC_NRF54H20_GPD=n
3+
CONFIG_PM=n
4+
5+
# If cpusec_cpuapp_ipc node is present in dtc, it automatically enables canonical ZCBOR encoding.
6+
# Canonical ZCBOR encoding needs legacy RC behaviour to work with mcumgr-client and other PC tools.
7+
# When tools are updated, this can be removed.
8+
CONFIG_MCUMGR_SMP_LEGACY_RC_BEHAVIOUR=y

samples/subsys/mgmt/mcumgr/smp_svr/sample.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ tests:
8888
- mimxrt685_evk/mimxrt685s/cm33
8989
- rd_rw612_bga
9090
- nrf52840dk/nrf52840
91+
- nrf54h20dk/nrf54h20/cpuapp/iron
9192
- pinnacle_100_dvk
9293
- mg100
9394
integration_platforms:

0 commit comments

Comments
 (0)