Changed

nRF Util

tags
nRF Util
  • The executable nrfutil-device will now self-terminate if the PID of the parent process is changed while it is running. This fix only applies if nrfutil-device is run directly from .nrfutil/bin/nrfutil-device, and will not apply if device is run as a subcommand of nrfutil (nrfutil device).

  • The output for the fw-info command has been changed to allow it to more flexibly report firmware information from different kinds of firmware. Data previously displayed as:

serial_number: 000960065746
      bootloaderType: NRFDL_BOOTLOADER_TYPE_NONE
              NRFDL_IMAGE_TYPE_SOFTDEVICE: 0

Now displays as:

serial_number: 000960065746
      bootloaderType: NRFDL_BOOTLOADER_TYPE_NONE
      image:
              imageType: NRFDL_IMAGE_TYPE_SOFTDEVICE
              version: 0
              versionFormat: incremental

The --json output remains the same.