Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

homersoft/nrfjprog.sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

nrfprog.sh

This is a loose shell port of the nrfjprog.exe program distributed by Nordic. It relies on JLinkExe (from https://www.segger.com/jlink-software.html) to interface with the JLink hardware.

The generated scripts were basically lifted from the Makefiles distributed with the nrf51-pure-gcc-setup project, so much thanks to @hlnd.

usage:

nrfjprog.sh <action> [hexfile]

where action is one of:

  • --reset
  • --pin-reset
  • --erase-all
  • --flash
  • --flash-softdevice

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%