Document the stk500pp support.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@593 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
392d9d4e8c
commit
c2c6e20613
|
@ -7,6 +7,8 @@
|
||||||
* avrpart.h: (Ditto.)
|
* avrpart.h: (Ditto.)
|
||||||
* avrdude.conf.in: Use the new PP mode parameters; add PP mode
|
* avrdude.conf.in: Use the new PP mode parameters; add PP mode
|
||||||
definitions for AT90S8515.
|
definitions for AT90S8515.
|
||||||
|
* avrdude.1: Document the stk500pp support.
|
||||||
|
* doc/avrdude.texi: (Ditto.)
|
||||||
|
|
||||||
2006-07-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
2006-07-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
.\"
|
.\"
|
||||||
.\" $Id$
|
.\" $Id$
|
||||||
.\"
|
.\"
|
||||||
.Dd DATE May 25, 2006
|
.Dd DATE July 19, 2006
|
||||||
.Os
|
.Os
|
||||||
.Dt AVRDUDE 1
|
.Dt AVRDUDE 1
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -99,6 +99,8 @@ Atmel's STK500 programmer is also supported and connects to a serial
|
||||||
port.
|
port.
|
||||||
Both, firmware versions 1.x and 2.x can be handled, but require a
|
Both, firmware versions 1.x and 2.x can be handled, but require a
|
||||||
different programmer type specification (by now).
|
different programmer type specification (by now).
|
||||||
|
Using firmware version 2, parallel programming is also supported
|
||||||
|
(programmer type stk500pp).
|
||||||
.Pp
|
.Pp
|
||||||
The simple serial programmer described in Atmel's application note
|
The simple serial programmer described in Atmel's application note
|
||||||
AVR910, and the bootloader described in Atmel's application note
|
AVR910, and the bootloader described in Atmel's application note
|
||||||
|
@ -662,6 +664,7 @@ Page-mode programming the EEPROM through JTAG (i.e. through an
|
||||||
.Fl U
|
.Fl U
|
||||||
option) requires a prior chip erase.
|
option) requires a prior chip erase.
|
||||||
This is an inherent feature of the way JTAG EEPROM programming works.
|
This is an inherent feature of the way JTAG EEPROM programming works.
|
||||||
|
This also applies to the STK500 in parallel programming mode.
|
||||||
.Pp
|
.Pp
|
||||||
The device IDs used by AVR910 and AVR109 do not match, so the
|
The device IDs used by AVR910 and AVR109 do not match, so the
|
||||||
avr109 (aka. butterfly) programmer might report
|
avr109 (aka. butterfly) programmer might report
|
||||||
|
|
|
@ -499,6 +499,10 @@ STK200
|
||||||
@itemx stk500
|
@itemx stk500
|
||||||
Atmel STK500
|
Atmel STK500
|
||||||
|
|
||||||
|
@itemx stk500pp
|
||||||
|
Atmel STK500 in parallel programming mode (version 2.x
|
||||||
|
firmware only)
|
||||||
|
|
||||||
@itemx stk500v2
|
@itemx stk500v2
|
||||||
Atmel STK500, running a version 2.x firmware
|
Atmel STK500, running a version 2.x firmware
|
||||||
|
|
||||||
|
@ -1894,6 +1898,7 @@ programming works, and is documented that way in the Atmel AVR
|
||||||
datasheets.
|
datasheets.
|
||||||
In order to successfully program the EEPROM that way, a prior chip
|
In order to successfully program the EEPROM that way, a prior chip
|
||||||
erase (with the EESAVE fuse unprogrammed) is required.
|
erase (with the EESAVE fuse unprogrammed) is required.
|
||||||
|
This also applies to the STK500 in parallel programming mode.
|
||||||
|
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
Loading…
Reference in New Issue