Skip to content

Commit c98c5f6

Browse files
committed
sample: Enable VID and CID checks
Enable VID and CID checks inside smp_svr sample for nRF54H20. Ref: NCSDK-34175 Signed-off-by: Tomasz Chyrowicz <[email protected]>
1 parent cc5fbbe commit c98c5f6

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

samples/zephyr/subsys/mgmt/mcumgr/smp_svr/prj.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,8 @@ CONFIG_MCUBOOT_UTIL_LOG_LEVEL_WRN=y
3939

4040
# Disable debug logging
4141
CONFIG_LOG_MAX_LEVEL=3
42+
43+
CONFIG_MCUBOOT_IMGTOOL_UUID_VID=y
44+
CONFIG_MCUBOOT_IMGTOOL_UUID_VID_NAME="nordicsemi.com"
45+
CONFIG_MCUBOOT_IMGTOOL_UUID_CID=y
46+
CONFIG_MCUBOOT_IMGTOOL_UUID_CID_NAME="nRF54H20_sample_app"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
CONFIG_MCUBOOT_IMGTOOL_UUID_VID=y
2+
CONFIG_MCUBOOT_IMGTOOL_UUID_VID_NAME="nordicsemi.com"
3+
CONFIG_MCUBOOT_IMGTOOL_UUID_CID=y
4+
CONFIG_MCUBOOT_IMGTOOL_UUID_CID_NAME="nRF54H20_sample_rad"
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
CONFIG_MCUBOOT_UUID_VID=y
2+
CONFIG_MCUBOOT_UUID_VID_VALUE="nordicsemi.com"
3+
4+
CONFIG_MCUBOOT_UUID_CID=y
5+
CONFIG_MCUBOOT_UUID_CID_IMAGE_0_VALUE="nRF54H20_sample_app"
6+
CONFIG_MCUBOOT_UUID_CID_IMAGE_1_VALUE="nRF54H20_sample_rad"

0 commit comments

Comments
 (0)