Skip to content

Shell port of the nrfjprog.exe program distributed by Nordic. Derived from the @ssrff one.

License

Notifications You must be signed in to change notification settings

marcorussi/nrfjprog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

nrfjprog

Shell port of the nrfjprog.exe program distributed by Nordic. Thanks to ssfrr. Go to https://github.com/ssfrr/nrfjprog.sh for the original repository.

Changes:

Added following functionalities:

  • write 4 bytes to a flash memory address
  • launch JLink GDB server for debugging with GDB

Usage:

nrfjprog.sh <action> [<params>]

where action and params are one row of these:

  • --reset
  • --pin-reset
  • --erase-all
  • --flash <hexfile>
  • --flash-softdevice <hexfile>
  • --write <address_hex> <value_hex>
  • --debug <outfile>
  • --rtt

ATTENTION: RTT functionality has not been well tested.

About

Shell port of the nrfjprog.exe program distributed by Nordic. Derived from the @ssrff one.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages