nrftool

A tool to flash and erase nRF devices


License
MIT
Install
pip install nrftool==0.1.1

Documentation

nrftool

A tool to flash and erase nRF devices

Dependencies

Supported devices

Currently, only the nRF51822 chip is supported.

Usage

To flash new firmware:

$ nrftool flash FIRMWARE ADDRESS [--verbose]

To erase current firmware:

$ nrftool erase [--verbose]

If JLinkExe can't be found in your PATH, it can be specified using --jlinkexe option:

$ nrftool --jlinkexe path/to/your/JLinkExe erase