List manifests on the device

nRF Util

tags
nRF Util

The following command lists all manifests on the device connected to the serial port COM7 on Windows (run nrfutil device list to check the serial port name for your OS):

nrfutil suit manifests --serial-port COM7

The --serial-port argument can also take other values. Use the --help argument with your command to list them.

This command prints output similar to the following one:

role(10) (Nordic Top)
    classId: f03d385e-a731-5605-b15d-037f6da6097f (Nrf54H20NordicTop)
    vendorId: 7617daa5-71fd-5a85-8f94-e28d735ce9f4 (Nordicsemi)
    downgradePreventionPolicy: downgrade forbidden
    independentUpdateabilityPolicy: independent update allowed
    signatureVerificationPolicy: signature verification on update and boot
    digest: 3eb71834b18c42acbab67d844bb2086fd719f77a9f0f3904b27cc085f246c07f
    digestAlgorithm: sha256
    signatureCheck: signature check not performed
    sequenceNumber: 394496
    semantic version: 0.6.5
role(11) (SDFW and SDFW recovery updates)
    classId: d96b40b7-092b-5cd1-a59f-9af80c337eba (Nrf54H20Sec)
    vendorId: 7617daa5-71fd-5a85-8f94-e28d735ce9f4 (Nordicsemi)
    downgradePreventionPolicy: downgrade forbidden
    independentUpdateabilityPolicy: independent update forbidden
    signatureVerificationPolicy: signature verification on update and boot
    digest: 094eb166f60d4412e4229589cf1209b4401ad6d0130e74996d8ab109377db10e
    digestAlgorithm: sha256
    signatureCheck: signature check not performed
    sequenceNumber: 117440768
    semantic version: 7.0.1
role(12) (System Controller Manifest)
    classId: c08a25d7-35e6-592c-b7ad-43acc8d1d1c8 (Nrf54H20Sys)
    vendorId: 7617daa5-71fd-5a85-8f94-e28d735ce9f4 (Nordicsemi)
    downgradePreventionPolicy: downgrade forbidden
    independentUpdateabilityPolicy: independent update forbidden
    signatureVerificationPolicy: signature verification on update and boot
    digest: f9b490c772f5b8729e1e6437139f621e94b1ddfe55a3cba91ed308eff00e4afb
    digestAlgorithm: sha256
    signatureCheck: signature check not performed
    sequenceNumber: 33949440
    semantic version: 2.6.7

[...]