Skip to content
/ edbg Public
forked from ataradov/edbg

Simple utility for programming Atmel MCUs though EDBG interface. Works on Linux, MAC and Windows.

Notifications You must be signed in to change notification settings

sabinoj/edbg

 
 

Repository files navigation

Atmel EDBG prgammer

This is a simple command line utility for programming Atmel MCUs though EDBG interface. It works on Linux, MAC and Windows.

Installation

Simply run 'make all' and you will get a small binary. The dependencies are minimal and it will be obvious if you are missing something.

Usage

Usage: edbg [options]
Options:
  -h, --help                 print this help message and exit
  -e, --erase                perform a chip erase before programming
  -p, --program              program the chip
  -v, --verify               verify memory
  -k, --lock                 lock the chip (set security bit)
  -r, --read                 read the contents of the chip
  -f, --file <file>          binary file to be programmed or verified
  -l, --list                 list all available debuggers
  -s, --serial <number>      use a debugger with a specified serial number
  -b, --verbose              print verbose messages

About

Simple utility for programming Atmel MCUs though EDBG interface. Works on Linux, MAC and Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%