Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.77 KB

File metadata and controls

50 lines (34 loc) · 1.77 KB

Fork version to be used for updating Terabee "follow me 2" devices

Installation

Note: Do not use the --user parameter when running setup.py script on Windows.

pip install -r requirements-dev.txt
python setup.py install --user

Usage

nrfutil dfu usb-serial -pkg <firmware.zip> -p <COM_PORT>

Example linux

nrfutil dfu usb-serial -pkg firmware.zip -p /dev/ttyUSB0



nRF Util

Latest version License Build Status

nRF Util is a Python package and command-line utility that supports Device Firmware Updates (DFU) and cryptographic functionality.

screenshot

Documentation

See the InfoCenter pages for information on how to install and use nRF Util.

Feedback

Please report issues on the DevZone portal.

Contributing

Feel free to propose changes by creating a pull request.

If you plan to make any non-trivial changes, please start out small and ask seek an agreement before putting too much work in it. A pull request can be declined if it does not fit well within the current product roadmap.

In order to accept your pull request, we need you to sign our Contributor License Agreement (CLA). You will see instructions for doing this after having submitted your first pull request.

License

See the LICENSE file for details.