Changed

nRF Util

tags
nRF Util
  • Running nrfutil device reset without any reset arguments now maps to --reset-kind=RESET_DEFAULT instead of --reset-kind=RESET_SYSTEM.
  • The default reset type when running nrfutil device reset for the nRF54H series is now RESET_HARD instead of RESET_SYSTEM.
  • When nrfutil device creates a batch file for operations, it will set an nrfutil_device_version key in the file to the current nrfutil device version. Batch files with this key will not be executed unless the version number matches the nrfutil device in use. This is because nrfutil device does not maintain backwards compatibility for batch files so this change makes it an error for clarity.

Batch files without the nrfutil_device_key will be processed without error to allow for workflows which generate the batch file separately and without knowledge of the right version number.