Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Releases: NordicSemiconductor/pc-nrfutil

v5.2.0

17 Apr 12:27
Compare
Choose a tag to compare

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

05 Mar 12:55
Compare
Choose a tag to compare

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) for nrfutil 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

  • Update required version of pyyaml (#205)
  • Add version specifiers to pip requirements (#192)

v5.0.0

21 Jan 14:45
Compare
Choose a tag to compare

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

25 Sep 08:10
Compare
Choose a tag to compare

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

15 May 14:58
Compare
Choose a tag to compare

Features

  • Application valid flag not set when generating settings without app (#140)
  • Updated firmware IDs (#141)
  • Updated text for dfu bootloader version (#142)
  • Detecting and warning user if this is a legacy version of nrfutil (#143)
  • Updated unit tests (#136, #144)

v3.5.0

02 Mar 06:46
f2a2111
Compare
Choose a tag to compare

Features

  • Ultra-verbosity for showing all bytes sent/received over serial (#121)
  • Update error string for invalid signature in init packet (#122)
  • Add start address option for bootloader settings (#128)
  • Allow customizing delay between DFU connections (#129)
  • Add info about MSD in certain error scenarios (#130)

v3.4.0

05 Dec 14:48
Compare
Choose a tag to compare

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

27 Sep 12:54
Compare
Choose a tag to compare

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

26 Sep 07:34
Compare
Choose a tag to compare

Bugfixes

nrfutil v3.3.0

15 Sep 14:09
Compare
Choose a tag to compare

Features

  • Buttonless DFU and long MTU (#90)