- Running
nrfutil device resetwithout any reset arguments now maps to--reset-kind=RESET_DEFAULTinstead of--reset-kind=RESET_SYSTEM. - The default reset type when running
nrfutil device resetfor the nRF54H series is nowRESET_HARDinstead ofRESET_SYSTEM. - When nrfutil device creates a batch file for operations, it will set an
nrfutil_device_versionkey 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.