David Brownell <david-b@pacbell.net>:

Various updates, mostly small/formatting changes:

 * Small content tweaks:
    - Re-title:  "OpenOCD User's Guide".
    - For users, URLS for latest doc and SparkFun forum
    - Mention GIT-SVN
 * Fix some front-matter goofage, matching texinfo docs:
    - "paragraphintent" location matters
    - put release version/date description with the copyright
 * Fix some other stuff matching texinfo docs:
    - no tabs
    - tweak some refs and anchors
 * whitespace-at-end-o-line fixes


git-svn-id: svn://svn.berlios.de/openocd/trunk@1975 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-06-01 03:06:11 +00:00
parent 878d0cb043
commit a066529fa5
1 changed files with 85 additions and 54 deletions

View File

@ -1,18 +1,23 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename openocd.info @setfilename openocd.info
@settitle Open On-Chip Debugger (OpenOCD) @settitle OpenOCD User's Guide
@dircategory Development @dircategory Development
@direntry @direntry
@paragraphindent 0 * OpenOCD: (openocd). OpenOCD User's Guide
* OpenOCD: (openocd). Open On-Chip Debugger.
@end direntry @end direntry
@paragraphindent 0
@c %**end of header @c %**end of header
@include version.texi @include version.texi
@copying @copying
This User's Guide documents
release @value{VERSION},
dated @value{UPDATED},
of the Open On-Chip Debugger (OpenOCD).
@itemize @bullet @itemize @bullet
@item Copyright @copyright{} 2008 The OpenOCD Project @item Copyright @copyright{} 2008 The OpenOCD Project
@item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk} @item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk}
@ -31,9 +36,12 @@ Free Documentation License''.
@end copying @end copying
@titlepage @titlepage
@title Open On-Chip Debugger (OpenOCD) @titlefont{@emph{Open On-Chip Debugger:}}
@subtitle Edition @value{EDITION} for OpenOCD version @value{VERSION} @sp 1
@title OpenOCD User's Guide
@subtitle for release @value{VERSION}
@subtitle @value{UPDATED} @subtitle @value{UPDATED}
@page @page
@vskip 0pt plus 1filll @vskip 0pt plus 1filll
@insertcopying @insertcopying
@ -42,13 +50,12 @@ Free Documentation License''.
@summarycontents @summarycontents
@contents @contents
@node Top, About, , (dir) @ifnottex
@top OpenOCD @node Top
@top OpenOCD User's Guide
This manual documents edition @value{EDITION} of the Open On-Chip Debugger
(OpenOCD) version @value{VERSION}, @value{UPDATED}.
@insertcopying @insertcopying
@end ifnottex
@menu @menu
* About:: About OpenOCD * About:: About OpenOCD
@ -77,6 +84,7 @@ This manual documents edition @value{EDITION} of the Open On-Chip Debugger
* FAQ:: Frequently Asked Questions * FAQ:: Frequently Asked Questions
* Tcl Crash Course:: Tcl Crash Course * Tcl Crash Course:: Tcl Crash Course
* License:: GNU Free Documentation License * License:: GNU Free Documentation License
@comment DO NOT use the plain word ``Index'', reason: CYGWIN filename @comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
@comment case issue with ``Index.html'' and ``index.html'' @comment case issue with ``Index.html'' and ``index.html''
@comment Occurs when creating ``--html --no-split'' output @comment Occurs when creating ``--html --no-split'' output
@ -125,6 +133,24 @@ The OpenOCD web site provides the latest public news from the community:
@uref{http://openocd.berlios.de/web/} @uref{http://openocd.berlios.de/web/}
@section Latest User's Guide:
The user's guide you are now reading may not be the latest one
available. A version for more recent code may be available.
Its HTML form is published irregularly at:
@uref{http://openocd.berlios.de/doc/}
PDF form is likewise published at:
@uref{http://openocd.berlios.de/doc/pdf/}
@section OpenOCD User's Forum
There is an OpenOCD forum (phpBB) hosted by SparkFun:
@uref{http://forum.sparkfun.com/viewforum.php?f=18}
@node Developers @node Developers
@chapter OpenOCD Developer Resources @chapter OpenOCD Developer Resources
@ -174,6 +200,7 @@ SVN commits to keep pace with the ongoing changes:
@uref{https://lists.berlios.de/mailman/listinfo/openocd-svn} @uref{https://lists.berlios.de/mailman/listinfo/openocd-svn}
@node Building OpenOCD @node Building OpenOCD
@chapter Building OpenOCD @chapter Building OpenOCD
@cindex building @cindex building
@ -247,7 +274,14 @@ current directory):
svn checkout svn://svn.berlios.de/openocd/trunk openocd svn checkout svn://svn.berlios.de/openocd/trunk openocd
@end example @end example
Building OpenOCD requires a recent version of the GNU autotools (autoconf >= 2.59 and automake >= 1.9). If you prefer GIT based tools, the @command{git-svn} package works too:
@example
git svn clone -s svn://svn.berlios.de/openocd
@end example
Building OpenOCD from a repository requires a recent version of the
GNU autotools (autoconf >= 2.59 and automake >= 1.9).
For building on Windows, For building on Windows,
you have to use Cygwin. Make sure that your @env{PATH} environment variable contains no you have to use Cygwin. Make sure that your @env{PATH} environment variable contains no
other locations with Unix utils (like UnxUtils) - these can't handle the Cygwin other locations with Unix utils (like UnxUtils) - these can't handle the Cygwin
@ -1155,7 +1189,7 @@ can type a Tcl for() loop, set variables, etc.
@* JIM-Tcl was introduced to OpenOCD in spring 2008. @* JIM-Tcl was introduced to OpenOCD in spring 2008.
@item @b{Need a crash course in Tcl?} @item @b{Need a crash course in Tcl?}
@* See: @xref{Tcl Crash Course}. @*@xref{Tcl Crash Course}.
@end itemize @end itemize
@node Daemon Configuration @node Daemon Configuration
@ -1232,8 +1266,8 @@ When not specified during the configuration stage,
the port @var{number} defaults to 4444. the port @var{number} defaults to 4444.
@end deffn @end deffn
@section GDB Configuration
@anchor{GDB Configuration} @anchor{GDB Configuration}
@section GDB Configuration
@cindex GDB @cindex GDB
@cindex GDB configuration @cindex GDB configuration
You can reconfigure some GDB behaviors if needed. You can reconfigure some GDB behaviors if needed.
@ -1241,8 +1275,8 @@ The ones listed here are static and global.
@xref{Target Create}, about declaring individual targets. @xref{Target Create}, about declaring individual targets.
@xref{Target Events}, about configuring target-specific event handling. @xref{Target Events}, about configuring target-specific event handling.
@deffn {Command} gdb_breakpoint_override <hard|soft|disable>
@anchor{gdb_breakpoint_override} @anchor{gdb_breakpoint_override}
@deffn {Command} gdb_breakpoint_override <hard|soft|disable>
Force breakpoint type for gdb @command{break} commands. Force breakpoint type for gdb @command{break} commands.
The raison d'etre for this option is to support GDB GUI's which don't The raison d'etre for this option is to support GDB GUI's which don't
distinguish hard versus soft breakpoints, if the default OpenOCD and distinguish hard versus soft breakpoints, if the default OpenOCD and
@ -1258,8 +1292,8 @@ Configures what OpenOCD will do when GDB detaches from the daemon.
Default behaviour is @var{resume}. Default behaviour is @var{resume}.
@end deffn @end deffn
@deffn {Config command} gdb_flash_program <enable|disable>
@anchor{gdb_flash_program} @anchor{gdb_flash_program}
@deffn {Config command} gdb_flash_program <enable|disable>
Set to @var{enable} to cause OpenOCD to program the flash memory when a Set to @var{enable} to cause OpenOCD to program the flash memory when a
vFlash packet is received. vFlash packet is received.
The default behaviour is @var{enable}. The default behaviour is @var{enable}.
@ -1508,8 +1542,8 @@ The OpenOCD default value is 2 and for some systems a value of 10 has proved use
@cindex ep93xx options @cindex ep93xx options
Currently, there are no options available for the ep93xx interface. Currently, there are no options available for the ep93xx interface.
@section JTAG Speed
@anchor{JTAG Speed} @anchor{JTAG Speed}
@section JTAG Speed
JTAG clock setup is part of system setup. JTAG clock setup is part of system setup.
It @emph{does not belong with interface setup} since any interface It @emph{does not belong with interface setup} since any interface
only knows a few of the constraints for the JTAG clock speed. only knows a few of the constraints for the JTAG clock speed.
@ -2120,9 +2154,9 @@ with odd reset situations and are not documented here.
@* Invokes the specific event manually for the target @* Invokes the specific event manually for the target
@end itemize @end itemize
@anchor{Target Events}
@section Target Events @section Target Events
@cindex events @cindex events
@anchor{Target Events}
At various times, certain things can happen, or you want them to happen. At various times, certain things can happen, or you want them to happen.
Examples: Examples:
@ -2243,8 +2277,8 @@ jtag configure DOTTED.NAME -event tap-disable @{
@end example @end example
@end itemize @end itemize
@section Target Create
@anchor{Target Create} @anchor{Target Create}
@section Target Create
@cindex target @cindex target
@cindex target creation @cindex target creation
@ -2455,8 +2489,7 @@ One feature distinguishing NOR flash from NAND or serial flash technologies
is that for read access, it acts exactly like any other addressible memory. is that for read access, it acts exactly like any other addressible memory.
This means you can use normal memory read commands like @command{mdw} or This means you can use normal memory read commands like @command{mdw} or
@command{dump_image} with it, with no special @command{flash} subcommands. @command{dump_image} with it, with no special @command{flash} subcommands.
@xref{Memory access}. @xref{Memory access}, and @ref{Image access}.
@xref{Image access}.
Write access works differently. Flash memory normally needs to be erased Write access works differently. Flash memory normally needs to be erased
before it's written. Erasing a sector turns all of its bits to ones, and before it's written. Erasing a sector turns all of its bits to ones, and
@ -2570,8 +2603,8 @@ The @var{num} parameter is a value shown by @command{flash banks}.
@comment @option{flash erase_sector} using the same syntax. @comment @option{flash erase_sector} using the same syntax.
@end deffn @end deffn
@section Flash Drivers, Options, and Commands
@anchor{Flash Driver List} @anchor{Flash Driver List}
@section Flash Drivers, Options, and Commands
As noted above, the @command{flash bank} command requires a driver name, As noted above, the @command{flash bank} command requires a driver name,
and allows driver-specific options and behaviors. and allows driver-specific options and behaviors.
Some drivers also activate driver-specific commands. Some drivers also activate driver-specific commands.
@ -3273,8 +3306,8 @@ bypassing hardware ECC logic.
with the wrong ECC data can cause them to be marked as bad. with the wrong ECC data can cause them to be marked as bad.
@end deffn @end deffn
@section NAND Drivers, Options, and Commands
@anchor{NAND Driver List} @anchor{NAND Driver List}
@section NAND Drivers, Options, and Commands
As noted above, the @command{nand device} command allows As noted above, the @command{nand device} command allows
driver-specific options and behaviors. driver-specific options and behaviors.
Some controllers also activate controller-specific commands. Some controllers also activate controller-specific commands.
@ -3376,9 +3409,9 @@ port is 5555.
@cindex shutdown @cindex shutdown
@*Close the OpenOCD daemon, disconnecting all clients (GDB, telnet, other). @*Close the OpenOCD daemon, disconnecting all clients (GDB, telnet, other).
@anchor{debug_level}
@subsection debug_level [@var{n}] @subsection debug_level [@var{n}]
@cindex debug_level @cindex debug_level
@anchor{debug_level}
@*Display or adjust debug level to n<0-3> @*Display or adjust debug level to n<0-3>
@subsection fast [@var{enable|disable}] @subsection fast [@var{enable|disable}]
@ -3485,8 +3518,8 @@ the code that was executed may have left the hardware in an unknown
state. state.
@section Memory access commands
@anchor{Memory access} @anchor{Memory access}
@section Memory access commands
@subsection meminfo @subsection meminfo
display available RAM memory on OpenOCD host. Used in OpenOCD regression testing scripts. Mainly display available RAM memory on OpenOCD host. Used in OpenOCD regression testing scripts. Mainly
useful on embedded targets, PC type hosts have complimentary tools like Valgrind to address useful on embedded targets, PC type hosts have complimentary tools like Valgrind to address
@ -3523,17 +3556,16 @@ SDRAM controller to enable SDRAM.
@*write memory byte (8bit) @*write memory byte (8bit)
@end itemize @end itemize
@section Image loading commands
@anchor{Image access} @anchor{Image access}
@section Image loading commands
@anchor{load_image}
@subsection load_image @subsection load_image
@b{load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}] @b{load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
@cindex load_image @cindex load_image
@anchor{load_image}
@*Load image <@var{file}> to target memory at <@var{address}> @*Load image <@var{file}> to target memory at <@var{address}>
@subsection fast_load_image @subsection fast_load_image
@b{fast_load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}] @b{fast_load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
@cindex fast_load_image @cindex fast_load_image
@anchor{fast_load_image}
@*Normally you should be using @b{load_image} or GDB load. However, for @*Normally you should be using @b{load_image} or GDB load. However, for
testing purposes or when I/O overhead is significant(OpenOCD running on an embedded testing purposes or when I/O overhead is significant(OpenOCD running on an embedded
host), storing the image in memory and uploading the image to the target host), storing the image in memory and uploading the image to the target
@ -3545,12 +3577,11 @@ separately.
@subsection fast_load @subsection fast_load
@b{fast_load} @b{fast_load}
@cindex fast_image @cindex fast_image
@anchor{fast_image}
@*Loads an image stored in memory by @b{fast_load_image} to the current target. Must be preceeded by fast_load_image. @*Loads an image stored in memory by @b{fast_load_image} to the current target. Must be preceeded by fast_load_image.
@anchor{dump_image}
@subsection dump_image @subsection dump_image
@b{dump_image} <@var{file}> <@var{address}> <@var{size}> @b{dump_image} <@var{file}> <@var{address}> <@var{size}>
@cindex dump_image @cindex dump_image
@anchor{dump_image}
@*Dump <@var{size}> bytes of target memory starting at <@var{address}> to a @*Dump <@var{size}> bytes of target memory starting at <@var{address}> to a
(binary) <@var{file}>. (binary) <@var{file}>.
@subsection verify_image @subsection verify_image
@ -4299,9 +4330,9 @@ openocd -f interface/parport.cfg -f target/at91r40008.cfg \
OpenOCD complies with the remote gdbserver protocol, and as such can be used OpenOCD complies with the remote gdbserver protocol, and as such can be used
to debug remote targets. to debug remote targets.
@anchor{Connecting to GDB}
@section Connecting to GDB @section Connecting to GDB
@cindex Connecting to GDB @cindex Connecting to GDB
@anchor{Connecting to GDB}
Use GDB 6.7 or newer with OpenOCD if you run into trouble. For Use GDB 6.7 or newer with OpenOCD if you run into trouble. For
instance GDB 6.3 has a known bug that produces bogus memory access instance GDB 6.3 has a known bug that produces bogus memory access
errors, which has since been fixed: look up 1836 in errors, which has since been fixed: look up 1836 in
@ -4555,8 +4586,8 @@ halt
@chapter FAQ @chapter FAQ
@cindex faq @cindex faq
@enumerate @enumerate
@item @b{RTCK, also known as: Adaptive Clocking - What is it?}
@anchor{FAQ RTCK} @anchor{FAQ RTCK}
@item @b{RTCK, also known as: Adaptive Clocking - What is it?}
@cindex RTCK @cindex RTCK
@cindex adaptive clocking @cindex adaptive clocking
@* @*