Advanced usage

nRF Util

tags
nRF Util
  • Reset a device with a specific reset kind:

    nrfutil device reset --reset-kind RESET_PIN --serial-number <serial_number>
    
  • Reset a specific core on a multi-core device:

    nrfutil device reset --core network --serial-number <serial_number>
    
  • Reset a device connected to a remote J-Link probe over the network. See device --remote-jlink:

    nrfutil device reset --remote-jlink 192.168.1.55 --serial-number <serial_number>
    
  • Reset all connected J-Link devices and collect results in JSON. See Printing output in JSON:

    nrfutil device reset --json --traits jlink