Add jtag2updi programmer to docs
This commit is contained in:
parent
a2a276a8cc
commit
f5bec43812
|
@ -233,6 +233,13 @@ In a nutshell, this programmer consists of simple USB->UART adapter, diode
|
||||||
and couple of resistors. It uses serial connection to provide UPDI interface.
|
and couple of resistors. It uses serial connection to provide UPDI interface.
|
||||||
See the texinfo documentation for more details and known issues.
|
See the texinfo documentation for more details and known issues.
|
||||||
.Pp
|
.Pp
|
||||||
|
The jtag2updi programmer is supported,
|
||||||
|
and can program AVRs with a UPDI interface.
|
||||||
|
Jtag2updi is just a firmware that can be uploaded to an AVR,
|
||||||
|
which enables it to interface with avrdude using the jtagice mkii protocol
|
||||||
|
via a serial link.
|
||||||
|
.Li https://github.com/ElTangas/jtag2updi
|
||||||
|
.Pp
|
||||||
Input files can be provided, and output files can be written in
|
Input files can be provided, and output files can be written in
|
||||||
different file formats, such as raw binary files containing the data
|
different file formats, such as raw binary files containing the data
|
||||||
to download to the chip, Intel hex format, or Motorola S-record
|
to download to the chip, Intel hex format, or Motorola S-record
|
||||||
|
|
|
@ -315,6 +315,12 @@ In a nutshell, this programmer consists of simple USB->UART adapter, diode
|
||||||
and couple of resistors. It uses serial connection to provide UPDI interface.
|
and couple of resistors. It uses serial connection to provide UPDI interface.
|
||||||
@xref{SerialUPDI programmer} for more details and known issues.
|
@xref{SerialUPDI programmer} for more details and known issues.
|
||||||
|
|
||||||
|
The jtag2updi programmer is supported,
|
||||||
|
and can program AVRs with a UPDI interface.
|
||||||
|
Jtag2updi is just a firmware that can be uploaded to an AVR,
|
||||||
|
which enables it to interface with avrdude using the jtagice mkii protocol
|
||||||
|
via a serial link (@url{https://github.com/ElTangas/jtag2updi}).
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* History::
|
* History::
|
||||||
@end menu
|
@end menu
|
||||||
|
|
Loading…
Reference in New Issue