https://github.com/fpoussin/nrfdfu_ng
https://github.com/fpoussin/nrfdfu_ng
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fpoussin/nrfdfu_ng
- Owner: fpoussin
- License: other
- Created: 2019-06-07T22:47:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T22:47:32.000Z (almost 7 years ago)
- Last Synced: 2025-06-14T22:08:34.285Z (12 months ago)
- Language: C
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
## nrfdfu_ng
A Linux utility for performing Bluetooth DFU firmware upgrades for Nordic Semiconductor nRF52 and probably nRF51 using a regular BT interface. This i s rewrite of [http://git.panaceas.org/cgit.cgi/nRF51/nrfdfu/](http://git.panaceas.org/cgit.cgi/nRF51/nrfdfu/) to support newer SDKs.
This work has been "sponsored" by the company I currently work for [https://ztove.com/](https://ztove.com/) as we needed the command line tool. And is provided here in case it is useful for anyone else.
It has been written for a nRF5_SDK_14.2.0_17b948a based firmware, but should work for previous and later SDKs as long as they use the same scheme for DFU.
### License
I have asked the original author on [https://devzone.nordicsemi.com/f/nordic-q-a/1620/linux-dfu-client-for-nrf51822-over-the-air-bootloader](https://devzone.nordicsemi.com/f/nordic-q-a/1620/linux-dfu-client-for-nrf51822-over-the-air-bootloader) about the original license.
As of writing this I have not received an answer but it is probably something along "GPL-2 or later" as most files in bluez is released under this license and the original code is supposed to be based on bluez code.