Document that the JTAG ICE mkII code currently cannot write to flash
one byte at a time. Also mention the bug tracker interface on savannah. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@471 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
8387b93696
commit
c51374cfe2
|
@ -1,3 +1,10 @@
|
||||||
|
2005-05-19 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
* avrdude.1:
|
||||||
|
* doc/avrdude.texi: Document that the JTAG ICE mkII code currently
|
||||||
|
cannot write to flash one byte at a time. Also mention the bug
|
||||||
|
tracker interface on savannah.
|
||||||
|
|
||||||
2005/05/14 Brian S. Dean <bsd@bsdhome.com>
|
2005/05/14 Brian S. Dean <bsd@bsdhome.com>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -543,4 +543,10 @@ This man page by
|
||||||
.ie t J\(:org Wunsch.
|
.ie t J\(:org Wunsch.
|
||||||
.el Joerg Wunsch.
|
.el Joerg Wunsch.
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Please report bugs to avrdude-dev@nongnu.org.
|
Please report bugs via
|
||||||
|
.Dl "http://savannah.nongnu.org/bugs/?group=avrdude" .
|
||||||
|
.Pp
|
||||||
|
The JTAGICE mkII programmer currently cannot write to the flash ROM
|
||||||
|
one byte at a time.
|
||||||
|
For that reason, updating the flash ROM from terminal mode does not
|
||||||
|
work.
|
||||||
|
|
|
@ -1608,6 +1608,11 @@ line driven and for writing the batch files.
|
||||||
@node Troubleshooting, ,Platform Dependent Information ,Top
|
@node Troubleshooting, ,Platform Dependent Information ,Top
|
||||||
@appendix Troubleshooting
|
@appendix Troubleshooting
|
||||||
|
|
||||||
|
@noindent
|
||||||
|
In general, please report any bugs encountered via
|
||||||
|
@url{http://savannah.nongnu.org/bugs/?group=avrdude}.
|
||||||
|
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
@ -1656,6 +1661,12 @@ response to a number of occasions when an AVR had stopped responding because the
|
||||||
by an error caused by the programmer. Programmer of course meaning both the physical device, and the
|
by an error caused by the programmer. Programmer of course meaning both the physical device, and the
|
||||||
person sitting at the keyboard.
|
person sitting at the keyboard.
|
||||||
|
|
||||||
|
@item
|
||||||
|
Problem: Updating the flash ROM from terminal mode does not work with the
|
||||||
|
JTAG ICE mkII.
|
||||||
|
|
||||||
|
Solution: None at this time. Currently, the JTAG ICE mkII code cannot
|
||||||
|
write to the flash ROM one byte at a time.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue