2022-03-06 23:09:47 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
< html >
2022-03-17 06:21:33 +00:00
<!-- Created on March 17, 2022 by texi2html 5.0
2022-03-06 23:09:47 +00:00
texi2html was written by:
Lionel Cons < Lionel.Cons @ cern . ch > (original author)
Karl Berry < karl @ freefriends . org >
Olaf Bachmann < obachman @ mathematik . uni-kl . de >
and many others.
Maintained by: Many creative people.
Send bugs and suggestions to < texi2html-bug @ nongnu . org >
-->
< head >
< title > AVRDUDE: Table of Contents< / title >
< meta name = "description" content = "AVRDUDE: Table of Contents" >
< meta name = "keywords" content = "AVRDUDE: Table of Contents" >
< meta name = "resource-type" content = "document" >
< meta name = "distribution" content = "global" >
< meta name = "Generator" content = "texi2html 5.0" >
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" >
< style type = "text/css" >
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:pre}
span.nolinebreak {white-space:pre}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
2022-03-16 22:22:14 +00:00
body { background-color: #ffd; }
h1 { text-shadow: .05em .05em #ccc; }
table {
border: 3px solid #ccf;
background-color: white;
}
2022-03-17 06:21:33 +00:00
div.smallexample {
background-color: #dfd;
border: 3px solid #cfc;
}
2022-03-16 22:22:14 +00:00
div.example {
background-color: #dfd;
border: 3px solid #cfc;
}
samp {
color: blue;
}
code {
color: green;
}
2022-03-06 23:09:47 +00:00
-->
< / style >
< / head >
< body lang = "en" bgcolor = "#FFFFFF" text = "#000000" link = "#0000FF" vlink = "#800080" alink = "#FF0000" >
< a name = "SEC_Contents" > < / a >
< table class = "header" cellpadding = "1" cellspacing = "1" border = "0" >
< tr > < td valign = "middle" align = "left" > [< a href = "avrdude.html#Introduction" title = "Cover (top) of document" > Top< / a > ]< / td >
< td valign = "middle" align = "left" > [< a href = "#SEC_Contents" title = "Table of contents" > Contents< / a > ]< / td >
< td valign = "middle" align = "left" > [Index]< / td >
< td valign = "middle" align = "left" > [< a href = "avrdude_abt.html#SEC_About" title = "About (help)" > ? < / a > ]< / td >
< / tr > < / table >
2022-03-16 22:22:14 +00:00
< hr >
2022-03-06 23:09:47 +00:00
< h1 > Table of Contents< / h1 >
< div class = "contents" >
< ul class = "no-bullet" >
< li > < a name = "toc-Introduction-1" href = "avrdude.html#Introduction" > 1 Introduction< / a >
< ul class = "no-bullet" >
< li > < a name = "toc-History-and-Credits" href = "avrdude_1.html#History" > 1.1 History and Credits< / a > < / li >
< / ul > < / li >
< li > < a name = "toc-Command-Line-Options-1" href = "avrdude_2.html#Command-Line-Options" > 2 Command Line Options< / a >
< ul class = "no-bullet" >
< li > < a name = "toc-Option-Descriptions-1" href = "avrdude_3.html#Option-Descriptions" > 2.1 Option Descriptions< / a > < / li >
< li > < a name = "toc-Programmers-accepting-extended-parameters-1" href = "avrdude_4.html#Programmers-accepting-extended-parameters" > 2.2 Programmers accepting extended parameters< / a > < / li >
< li > < a name = "toc-Example-Command-Line-Invocations-1" href = "avrdude_5.html#Example-Command-Line-Invocations" > 2.3 Example Command Line Invocations< / a > < / li >
< / ul > < / li >
< li > < a name = "toc-Terminal-Mode-Operation-1" href = "avrdude_6.html#Terminal-Mode-Operation" > 3 Terminal Mode Operation< / a >
< ul class = "no-bullet" >
< li > < a name = "toc-Terminal-Mode-Commands-1" href = "avrdude_7.html#Terminal-Mode-Commands" > 3.1 Terminal Mode Commands< / a > < / li >
< li > < a name = "toc-Terminal-Mode-Examples-1" href = "avrdude_8.html#Terminal-Mode-Examples" > 3.2 Terminal Mode Examples< / a > < / li >
< / ul > < / li >
< li > < a name = "toc-Configuration-File-1" href = "avrdude_9.html#Configuration-File" > 4 Configuration File< / a >
< ul class = "no-bullet" >
< li > < a name = "toc-AVRDUDE-Defaults-1" href = "avrdude_10.html#AVRDUDE-Defaults" > 4.1 AVRDUDE Defaults< / a > < / li >
< li > < a name = "toc-Programmer-Definitions-1" href = "avrdude_11.html#Programmer-Definitions" > 4.2 Programmer Definitions< / a > < / li >
< li > < a name = "toc-Part-Definitions-1" href = "avrdude_12.html#Part-Definitions" > 4.3 Part Definitions< / a >
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Parent-Part-1" href = "avrdude_13.html#Parent-Part" > 4.3.1 Parent Part< / a > < / li >
< li > < a name = "toc-Instruction-Format-1" href = "avrdude_14.html#Instruction-Format" > 4.3.2 Instruction Format< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Other-Notes-1" href = "avrdude_15.html#Other-Notes" > 4.4 Other Notes< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Programmer-Specific-Information-1" href = "avrdude_16.html#Programmer-Specific-Information" > 5 Programmer Specific Information< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Atmel-STK600-1" href = "avrdude_17.html#Atmel-STK600" > 5.1 Atmel STK600< / a > < / li >
< li > < a name = "toc-Atmel-DFU-bootloader-using-FLIP-version-1-1" href = "avrdude_18.html#Atmel-DFU-bootloader-using-FLIP-version-1" > 5.2 Atmel DFU bootloader using FLIP version 1< / a > < / li >
< li > < a name = "toc-SerialUPDI-programmer-1" href = "avrdude_19.html#SerialUPDI-programmer" > 5.3 SerialUPDI programmer< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Platform-Dependent-Information-1" href = "avrdude_20.html#Platform-Dependent-Information" > Appendix A Platform Dependent Information< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Unix-1" href = "avrdude_21.html#Unix" > A.1 Unix< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Unix-Installation-1" href = "avrdude_22.html#Unix-Installation" > A.1.1 Unix Installation< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-FreeBSD-Installation-1" href = "avrdude_23.html#FreeBSD-Installation" > A.1.1.1 FreeBSD Installation< / a > < / li >
< li > < a name = "toc-Linux-Installation-1" href = "avrdude_24.html#Linux-Installation" > A.1.1.2 Linux Installation< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Unix-Configuration-Files-1" href = "avrdude_25.html#Unix-Configuration-Files" > A.1.2 Unix Configuration Files< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-FreeBSD-Configuration-Files-1" href = "avrdude_26.html#FreeBSD-Configuration-Files" > A.1.2.1 FreeBSD Configuration Files< / a > < / li >
< li > < a name = "toc-Linux-Configuration-Files-1" href = "avrdude_27.html#Linux-Configuration-Files" > A.1.2.2 Linux Configuration Files< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Unix-Port-Names-1" href = "avrdude_28.html#Unix-Port-Names" > A.1.3 Unix Port Names< / a > < / li >
< li > < a name = "toc-Unix-Documentation-1" href = "avrdude_29.html#Unix-Documentation" > A.1.4 Unix Documentation< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Windows-1" href = "avrdude_30.html#Windows" > A.2 Windows< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Installation" href = "avrdude_31.html#Windows-Installation" > A.2.1 Installation< / a > < / li >
< li > < a name = "toc-Configuration-Files" href = "avrdude_32.html#Windows-Configuration-Files" > A.2.2 Configuration Files< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Configuration-file-names-1" href = "avrdude_33.html#Configuration-file-names" > A.2.2.1 Configuration file names< / a > < / li >
< li > < a name = "toc-How-AVRDUDE-finds-the-configuration-files_002e-1" href = "avrdude_34.html#How-AVRDUDE-finds-the-configuration-files_002e" > A.2.2.2 How AVRDUDE finds the configuration files.< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Port-Names" href = "avrdude_35.html#Windows-Port-Names" > A.2.3 Port Names< / a >
2022-03-06 23:09:47 +00:00
< ul class = "no-bullet" >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Serial-Ports-1" href = "avrdude_36.html#Serial-Ports" > A.2.3.1 Serial Ports< / a > < / li >
< li > < a name = "toc-Parallel-Ports-1" href = "avrdude_37.html#Parallel-Ports" > A.2.3.2 Parallel Ports< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Documentation-1" href = "avrdude_38.html#Documentation" > A.2.4 Documentation< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul >
< / li >
< / ul > < / li >
2022-03-16 22:22:14 +00:00
< li > < a name = "toc-Troubleshooting-1" href = "avrdude_39.html#Troubleshooting" > Appendix B Troubleshooting< / a > < / li >
2022-03-06 23:09:47 +00:00
< / ul >
< / div >
< hr >
< table class = "header" cellpadding = "1" cellspacing = "1" border = "0" >
< tr > < td valign = "middle" align = "left" > [< a href = "avrdude.html#Introduction" title = "Cover (top) of document" > Top< / a > ]< / td >
< td valign = "middle" align = "left" > [< a href = "#SEC_Contents" title = "Table of contents" > Contents< / a > ]< / td >
< td valign = "middle" align = "left" > [Index]< / td >
< td valign = "middle" align = "left" > [< a href = "avrdude_abt.html#SEC_About" title = "About (help)" > ? < / a > ]< / td >
< / tr > < / table >
< p >
< font size = "-1" >
2022-03-17 06:21:33 +00:00
This document was generated on < i > March 17, 2022< / i > using < a href = "http://www.nongnu.org/texi2html/" > < i > texi2html 5.0< / i > < / a > .
2022-03-06 23:09:47 +00:00
< / font >
< br >
< / p >
< / body >
< / html >