Basic usage examples

nRF Util

tags
nRF Util

Here are some basic usage examples of the device command:

  • Check the version information for your installed device command. This also shows your installed J-Link version:

    nrfutil device --version
    
  • List all devices with a SEGGER J-Link on-board debugger:

    nrfutil device list --traits seggerUsb
    
  • Program a specific device with serial number 000683298616:

    nrfutil device program --serial-number 000683298616 --firmware path_to_some_firmware.hex
    
  • Program all devices with a Nordic DFU trigger interface:

    nrfutil device program --traits nordicDfu --firmware path_to_some_dfu_package.zip