- Added a new reset type
RESET_VIA_SECDOMtonrfutil device reset --reset-kind (...). This sends an ADAC request to the Secure Domain firmware (SecDom FW) to do a reset. This is supported only for devices with the SecDom FW, such as nRF54H20. - Added a new reset type
RESET_DEFAULTtonrfutil device reset --reset-kind (...). This selects a default reset type. The current default reset type isRESET_SYSTEMfor most device series andRESET_HARDfor nRF54H. - Added
goandhaltcommands for, respectively, starting and halting execution on CPUs.