Fix fuse bit setting example. This closes bug #4027 submitted by
(unknown). git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@350 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
3c507aee9e
commit
f2a77c44f0
|
@ -756,8 +756,8 @@ avrdude>
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
Program the fuse bits of an ATmega128 (disable M103 compatibility,
|
Program the fuse bits of an ATmega128 (disable M103 compatibility,
|
||||||
enable high speed external crystal, enable brown-out detection). First
|
enable high speed external crystal, enable brown-out detection, slowly
|
||||||
display the factory defaults, then reprogram:
|
rising power). First display the factory defaults, then reprogram:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
@cartouche
|
@cartouche
|
||||||
|
@ -784,8 +784,8 @@ avrdude> w efuse 0 0xff
|
||||||
avrdude> w hfuse 0 0x89
|
avrdude> w hfuse 0 0x89
|
||||||
>>> w hfuse 0 0x89
|
>>> w hfuse 0 0x89
|
||||||
|
|
||||||
avrdude> w lfuse 0 0x2e
|
avrdude> w lfuse 0 0x2f
|
||||||
>>> w lfuse 0 0x2e
|
>>> w lfuse 0 0x2f
|
||||||
|
|
||||||
avrdude>
|
avrdude>
|
||||||
@end cartouche
|
@end cartouche
|
||||||
|
|
Loading…
Reference in New Issue