Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 596 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 596 Bytes

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