This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
Releases: NordicSemiconductor/pc-nrfutil
Releases · NordicSemiconductor/pc-nrfutil
v5.2.0
Features
- Added a masterkey option for thread dfu (#182)
Bugfixes/improvements
- Fixed loading of libusb library (#215)
- DFU trigger will attempt to resolve bootloader port even without reciving a libusb disconnection event (#221)
- Fixed error with uploading images with size being multiple of 64 bytes (#223)
Note
- antlib module needs to be installed before doing ant DFU feature (#218)
v5.1.0
Features
- Revert "Placing public key in RAM if Oberon crypto backend is used." (#150)
- Remove required-flag from some options (#184)
- Tone down warning about overwriting nRF DFU settings backup page (#185)
- Perform address argument validation (#187)
- Addition of ANT transport for DFU (#189)
- Implement DFU trigger interface (#190 , #193 #196)
- Added libusb1 binaries for Windows and MacOS.
- Implemented device lister.
-snr
(serial number) can be provided instead of-p
(port) fornrfutil dfu [usb-]serial
.
- ATT MTU can be changed when performing
dfu ble
using-mtu
argument (#197) - Add options to configure serial update timeouts (#199)
- Change uart connect timeout (#201)
- Added EUI64 randomization to the Zigbee OTA DFU (#202, #204)
Security
v5.0.0
Features
- Security Updates to Zigbee External Application and Boot Validation (#175)
- Generate Zigbee production config binary (#167)
Bugfixes
- Improper handling of trigger requests during Thread DFU (#169)
Note
The major version number was increased in this release is because of a change in DFU protocol, and the need to differentiate between SDK versions. More info in readme/versions.
v4.0.0
Features
- Add Zigbee DFU image support (experimental) (#161)
- Update sd-req list (#156)
- Update pc-ble-driver-py version
Note
The reason for the major version change of this release is because of a change in DFU protocol, and the need to differentiate between SDK versions. After SDK 15.1 release, there is an additional page used in order to backup Bootloader DFU settings during value updates. nrfutil introduces a new flag, --no-backup, for compatibility with SDK version 12.0 to 15.0.
More info in readme.
v3.5.1
v3.5.0
Features
v3.4.0
Features
- Added
usb_serial
DFU mode - Added NRF52810 and NRF52QFAB families (for bootloader settings generation)
- Added Thread multicast DFU support
- Allow creating DFU packages without a cryptographic signature
- Updated SoftDevice IDs for S132
- Expanded some of the inline help
nrfutil v3.3.2
Bugfixes
- Upgrade pc-ble-driver-py dependency to v0.11.3. This comes with connectivity firmware v1.2.0 that fixes an issue with buffer sizes related to ATT MTU and serialization. (NordicSemiconductor/pc-ble-driver#47)
- Fix issue where service changed characteristic was enabled when not present (#92)
nrfutil v3.3.1
Bugfixes
- Upgrade pc-ble-driver-py dependency to v0.11.2 which fixes a data_length_changed issue (NordicSemiconductor/pc-ble-driver-py#39)
nrfutil v3.3.0
Features
- Buttonless DFU and long MTU (#90)