Fixed

nRF Util

tags
nRF Util
  • Fixed an issue with the net_core_upload_delay option in nrfutil device program --options (...). The option was not being respected when programming multi-image firmware ZIP files to devices over MCUBoot. The issue is relevant mainly for Thingy:53 and was introduced in the v2.12.9.
  • nRF54LM20: Fixed an issue with the SEED slot populated by the key provisioning where it would not work in applications.
  • nRF54H Series: Updated the erase value for standalone UICR erases towards nRF54H with IronSide SE. The previous value risked bricking the device in some states. This change influences nrfutil device erase --uicr. Using a normal ERASEALL operation through for example nrfutil device erase or nrfutil device erase --all leaves the erase semantics for the UICR to the IronSide SE, which has the correct behavior.
  • Fixed an issue with executing IronSide boot commands when there were application domain boot errors.
  • Fixed several issues with external memory page erases with nrfutil device program --options ext_mem_erase_mode=ERASE_RANGES_TOUCHED_BY_FIRMWARE:

  • The erase order was previously random. It is now deterministic.

  • Parts of a page range could be erased multiple times. Each page range is now erased only once.
  • Improved the progress report granularity.