One small error in previous patch.
Index: openocd.texi
===================================================================
--- openocd.texi (revision 1087)
+++ openocd.texi (working copy)
@@ -479,7 +479,7 @@
@cindex altium
Altium Universal JTAG cable.
@end itemize
[EMAIL PROTECTED] @b{parport_write_on_exit} <@var{on|off}>
[EMAIL PROTECTED] @b{parport_write_on_exit} <@var{on}|@var{off}>
@cindex parport_write_on_exit
@*This will configure the parallel driver to write a known value to the
parallel
interface on exiting OpenOCD
@@ -499,6 +499,10 @@
@cindex ft2232_device_desc
@*The USB device description of the FTDI FT2232 device. If not specified, the
FTDI
default value is used. This setting is only valid if compiled with FTD2XX
support.
[EMAIL PROTECTED] @b{ft2232_serial} <@var{serial-number}>
[EMAIL PROTECTED] ft2232_serial
[EMAIL PROTECTED] serial number of the FTDI FT2232 device. If not specified,
the FTDI default
+values are used.
@item @b{ft2232_layout} <@var{name}>
@cindex ft2232_layout
@*The layout of the FT2232 GPIO signals used to control output-enables and
reset
@@ -582,8 +586,7 @@
@option{pre_resume} or @option{gdb_program_config}.
@option{post_reset} and @option{reset} will produce the same results.
[EMAIL PROTECTED] @b{working_area} <@var{target#}> <@var{address}> <@var{size}>
-<@var{backup}|@var{nobackup}>
[EMAIL PROTECTED] @b{working_area} <@var{target#}> <@var{address}> <@var{size}>
<@var{backup}|@var{nobackup}> [EMAIL PROTECTED] address}]
@cindex working_area
@*Specifies a working area for the debugger to use. This may be used to
speed-up
downloads to target memory and flash operations, or to perform otherwise
unavailable
@@ -835,6 +838,12 @@
@subsection Target state handling
@itemize @bullet
[EMAIL PROTECTED] @b{power} <@var{on}|@var{off}>
[EMAIL PROTECTED] reg
[EMAIL PROTECTED] power switch to target on/off.
+No arguments: print status.
+
+
@item @b{reg} [EMAIL PROTECTED]|@option{name}] [value]
@cindex reg
@*Access a single register by its [EMAIL PROTECTED] or by its [EMAIL PROTECTED]
@@ -894,6 +903,11 @@
@end itemize
@subsection Memory access commands
[EMAIL PROTECTED] @bullet
[EMAIL PROTECTED] @b{meminfo}
+
+display available ram memory.
[EMAIL PROTECTED] itemize
These commands allow accesses of a specific size to the memory system:
@itemize @bullet
@item @b{mdw} <@var{addr}> [EMAIL PROTECTED]
@@ -919,6 +933,14 @@
@cindex load_image
@anchor{load_image}
@*Load image <@var{file}> to target memory at <@var{address}>
[EMAIL PROTECTED] @b{fast_load_image} <@var{file}> <@var{address}> [EMAIL
PROTECTED]|@option{ihex}|@option{elf}]
[EMAIL PROTECTED] fast_load_image
[EMAIL PROTECTED]
[EMAIL PROTECTED] functionality and arguments as load_image, but image is
stored in memory
[EMAIL PROTECTED] @b{fast_load}
[EMAIL PROTECTED] fast_image
[EMAIL PROTECTED]
[EMAIL PROTECTED] active fast load image to current target
@item @b{dump_image} <@var{file}> <@var{address}> <@var{size}>
@cindex dump_image
@anchor{dump_image}
@@ -1328,6 +1350,14 @@
The "-event" option less you specify a TCL command to occur when a specific
event occurs.
[EMAIL PROTECTED] Other Target Commands
[EMAIL PROTECTED] Other Target Commands
[EMAIL PROTECTED]
[EMAIL PROTECTED] @b{profile} <@var{seconds}> <@var{gmon.out}>
+
+Profiling samples the CPU PC as quickly as OpenOCD is able, which will be used
as a random sampling of PC.
[EMAIL PROTECTED] itemize
+
@subsection Target Events
@cindex Target Events
@@ -1959,6 +1989,18 @@
Low level commands are prefixed with "openocd_", e.g. openocd_flash_banks
is the low level API upon which "flash banks" is implemented.
[EMAIL PROTECTED] @bullet
[EMAIL PROTECTED] @b{ocd_mem2array} <@var{varname}> <@var{width}> <@var{addr}>
<@var{nelems}>
+
+Read memory and return as a TCL array for script processing
[EMAIL PROTECTED] @b{ocd_array2mem} <@var{varname}> <@var{width}> <@var{addr}>
<@var{nelems}>
+
+Convert a TCL array to memory locations and write the values
[EMAIL PROTECTED] @b{ocd_flash_banks} <@var{driver}> <@var{base}> <@var{size}>
<@var{chip_width}> <@var{bus_width}> <@var{target}> [EMAIL PROTECTED] options}
...]
+
+Return information about the flash banks
[EMAIL PROTECTED] itemize
+
OpenOCD commands can consist of two words, e.g. "flash banks". The
startup.tcl "unknown" proc will translate this into a tcl proc
called "flash_banks".
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development