Corrected wrong programmer parameter.

This commit is contained in:
2006-10-01 16:28:01 +00:00
parent 9a5b35168d
commit 33028777f8
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
$Id: Readme.txt,v 1.1 2006/09/26 18:18:27 rschaten Exp $
$Id: Readme.txt,v 1.2 2006/10/01 16:28:01 rschaten Exp $
For full documentation and examples, take a look at htmldoc/index.html.
@@ -73,8 +73,8 @@ avrdude with a parallel connection to an stk200-compatible programmer.
If working with a brand-new controller, you may have to set the fuse-bits to
use the external crystal:
avrdude -p atmega8 -P /dev/parport0 -c sp12 -U hfuse:w:0xC9:m \
-U lfuse:w:0x9F:m
avrdude -p atmega8 -P /dev/parport0 -c stk200 -U hfuse:w:0xC9:m \
-U lfuse:w:0x9F:m
Afterwards, you can compile and flash to the device: