Here are some advanced usage examples for nrfutil device list:
-
Filter the list to devices with a J-Link probe:
nrfutil device list --traits jlink -
List devices with a Nordic DFU trigger interface, for example the nRF52840 Dongle:
nrfutil device list --traits nordicDfu -
Output device information as JSON for use in scripts. See Printing output in JSON:
nrfutil device list --json --skip-overhead -
Monitor connect and disconnect events for devices. The command runs until you stop it, for example with Ctrl+C:
nrfutil device list --hotplug