Added

nRF Util

tags
nRF Util
  • Added new 'device-info' command to retreive detailed information about device(s). This replaces the jlink and hwInfo objects from nrfutil device list --json in previous versions of nrfutil-device.

New 'device-info' command result:

"deviceInfo": {
    "jlink": {
        "boardVersion": "PCA10056",
        "deviceFamily": "NRF52_FAMILY",
        "deviceVersion": "NRF52840_xxAA_REV2",
        "jlinkObFirmwareVersion": "J-Link OB-SAM3U128-V2-NordicSemi compiled Nov  7 2022 16:21:57",
        "serialNumber": "000683281753"
    }
}