Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nieldk authored Jan 19, 2020
1 parent a312b07 commit 44d8fd5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,23 @@
# avrdude
avrdude patches for USBASP as a PDI programmer

Instructions:

1. Download AVRDUDE from official sources
$ wget http://download.savannah.gnu.org/releases/avrdude/avrdude-6.3.tar.gz

2. Extract downloade AVRDUDE
$ tar xvf avrdude-6.3.tar.gz

2. change to avrdude directory
$ cd avrdude-6.3

3. Apply patches
$ patch -i usbasp.c.diff
$ patch -i usbasp.h.diff
$ cp <path/to/xmega_pdi.h> .
$ ./bootstrap
$ ./configure
$ make

To create a modified usbasp from a cheap usbasp china clone, look here http://szulat.blogspot.com/2012/08/atxmega-programmer-for-050.html

0 comments on commit 44d8fd5

Please sign in to comment.