2008-02-28 07:44:13 +00:00
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename openocd.info
2008-05-01 21:29:05 +00:00
@settitle Open On-Chip Debugger (OpenOCD)
2008-02-28 07:44:13 +00:00
@dircategory Development
@direntry
2008-11-30 22:25:43 +00:00
@paragraphindent 0
2008-02-28 07:44:13 +00:00
* OpenOCD: (openocd). Open On-Chip Debugger.
@end direntry
@c %**end of header
@include version.texi
2008-02-29 18:10:46 +00:00
@copying
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item Copyright @copyright{} 2008 The OpenOCD Project
2008-12-15 09:43:26 +00:00
@item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk}
2008-11-30 22:25:43 +00:00
@item Copyright @copyright{} 2008 Oyvind Harboe @email{oyvind.harboe@@zylin.com}
@item Copyright @copyright{} 2008 Duane Ellis @email{openocd@@duaneellis.com}
@end itemize
2008-02-29 18:10:46 +00:00
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the section entitled ``GNU
Free Documentation License''.
@end quotation
@end copying
2008-02-28 07:44:13 +00:00
@titlepage
2008-05-01 21:29:05 +00:00
@title Open On-Chip Debugger (OpenOCD)
@subtitle Edition @value{EDITION} for OpenOCD version @value{VERSION}
2008-02-28 07:44:13 +00:00
@subtitle @value{UPDATED}
@page
@vskip 0pt plus 1filll
2008-02-29 18:10:46 +00:00
@insertcopying
2008-02-28 07:44:13 +00:00
@end titlepage
2008-11-30 22:25:43 +00:00
@summarycontents
2008-02-28 07:44:13 +00:00
@contents
@node Top, About, , (dir)
@top OpenOCD
2008-02-29 18:10:46 +00:00
This manual documents edition @value{EDITION} of the Open On-Chip Debugger
2008-05-01 21:29:05 +00:00
(OpenOCD) version @value{VERSION}, @value{UPDATED}.
2008-02-29 18:10:46 +00:00
@insertcopying
2008-02-28 07:44:13 +00:00
@menu
2009-03-23 07:43:46 +00:00
* About:: About OpenOCD
2009-03-20 13:27:02 +00:00
* Developers:: OpenOCD Developers
2009-05-24 01:33:54 +00:00
* Building OpenOCD:: Building OpenOCD From SVN
2008-11-30 22:25:43 +00:00
* JTAG Hardware Dongles:: JTAG Hardware Dongles
* Running:: Running OpenOCD
* Simple Configuration Files:: Simple Configuration Files
* Config File Guidelines:: Config File Guidelines
* About JIM-Tcl:: About JIM-Tcl
* Daemon Configuration:: Daemon Configuration
* Interface - Dongle Configuration:: Interface - Dongle Configuration
* Reset Configuration:: Reset Configuration
* Tap Creation:: Tap Creation
* Target Configuration:: Target Configuration
* Flash Configuration:: Flash Configuration
2009-05-22 02:25:18 +00:00
* NAND Flash Commands:: NAND Flash Commands
2008-11-30 22:25:43 +00:00
* General Commands:: General Commands
* JTAG Commands:: JTAG Commands
* Sample Scripts:: Sample Target Scripts
* TFTP:: TFTP
* GDB and OpenOCD:: Using GDB and OpenOCD
2009-03-20 13:27:02 +00:00
* Tcl Scripting API:: Tcl Scripting API
2009-03-23 07:43:46 +00:00
* Upgrading:: Deprecated/Removed Commands
2009-03-20 13:27:02 +00:00
* Target Library:: Target Library
2008-11-30 22:25:43 +00:00
* FAQ:: Frequently Asked Questions
2009-03-20 13:27:02 +00:00
* Tcl Crash Course:: Tcl Crash Course
2008-11-30 22:25:43 +00:00
* License:: GNU Free Documentation License
@comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
@comment case issue with ``Index.html'' and ``index.html''
@comment Occurs when creating ``--html --no-split'' output
@comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
2009-05-22 02:25:18 +00:00
* OpenOCD Concept Index:: Concept Index
* OpenOCD Command Index:: Command Index
2008-02-28 07:44:13 +00:00
@end menu
@node About
@unnumbered About
@cindex about
2009-05-23 22:37:19 +00:00
OpenOCD was created by Dominic Rath as part of a diploma thesis written at the
University of Applied Sciences Augsburg (@uref{http://www.fh-augsburg.de}).
Since that time, the project has grown into an active open-source project,
supported by a diverse community of software and hardware developers from
around the world.
@section What is OpenOCD?
2008-11-30 22:25:43 +00:00
The Open On-Chip Debugger (OpenOCD) aims to provide debugging,
in-system programming and boundary-scan testing for embedded target
devices.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@b{JTAG:} OpenOCD uses a ``hardware interface dongle'' to communicate
2009-03-20 13:27:02 +00:00
with the JTAG (IEEE 1149.1) compliant taps on your target board.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
@b{Dongles:} OpenOCD currently supports many types of hardware dongles: USB
2009-03-23 07:43:46 +00:00
based, parallel port based, and other standalone boxes that run
2009-05-23 22:37:19 +00:00
OpenOCD internally. @xref{JTAG Hardware Dongles}.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
@b{GDB Debug:} It allows ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920T,
ARM922T, ARM926EJ--S, ARM966E--S), XScale (PXA25x, IXP42x) and
2008-11-30 22:25:43 +00:00
Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be
2009-03-23 07:43:46 +00:00
debugged via the GDB protocol.
2008-11-30 22:25:43 +00:00
@b{Flash Programing:} Flash writing is supported for external CFI
2009-05-22 02:25:18 +00:00
compatible NOR flashes (Intel and AMD/Spansion command set) and several
2009-03-23 07:43:46 +00:00
internal flashes (LPC2000, AT91SAM7, STR7x, STR9x, LM3, and
2009-05-22 02:25:18 +00:00
STM32x). Preliminary support for various NAND flash controllers
(LPC3180, Orion, S3C24xx, more) controller is included.
2008-02-28 07:44:13 +00:00
2009-05-23 22:37:19 +00:00
@section OpenOCD Web Site
The OpenOCD web site provides the latest public news from the community:
@uref{http://openocd.berlios.de/web/}
2008-02-28 07:44:13 +00:00
@node Developers
2009-05-23 22:37:19 +00:00
@chapter OpenOCD Developer Resources
2008-02-28 07:44:13 +00:00
@cindex developers
2009-05-23 22:37:19 +00:00
If you are interested in improving the state of OpenOCD's debugging and
testing support, new contributions will be welcome. Motivated developers
can produce new target, flash or interface drivers, improve the
documentation, as well as more conventional bug fixes and enhancements.
2008-02-28 07:44:13 +00:00
2009-05-23 22:37:19 +00:00
The resources in this chapter are available for developers wishing to explore
or expand the OpenOCD source code.
2008-02-28 07:44:13 +00:00
2009-05-23 22:37:19 +00:00
@section OpenOCD Subversion Repository
2008-05-01 21:29:05 +00:00
2009-05-24 01:33:54 +00:00
The ``Building From Source'' section provides instructions to retrieve
and and build the latest version of the OpenOCD source code.
@xref{Building OpenOCD}.
2009-04-03 12:55:25 +00:00
2009-05-23 22:37:19 +00:00
Developers that want to contribute patches to the OpenOCD system are
@b{strongly} encouraged to base their work off of the most recent trunk
revision. Patches created against older versions may require additional
work from their submitter in order to be updated for newer releases.
2009-04-03 12:55:25 +00:00
2009-05-23 22:37:19 +00:00
@section Doxygen Developer Manual
2009-04-03 12:55:25 +00:00
2009-05-23 22:37:19 +00:00
During the development of the 0.2.0 release, the OpenOCD project began
providing a Doxygen reference manual. This document contains more
technical information about the software internals, development
processes, and similar documentation:
2009-04-03 12:55:25 +00:00
2009-05-23 22:37:19 +00:00
@uref{http://openocd.berlios.de/doc/doxygen/index.html}
This document is a work-in-progress, but contributions would be welcome
to fill in the gaps. All of the source files are provided in-tree,
listed in the Doxyfile configuration in the top of the repository trunk.
@section OpenOCD Developer Mailing List
The OpenOCD Developer Mailing List provides the primary means of
communication between developers:
@uref{https://lists.berlios.de/mailman/listinfo/openocd-development}
All drivers developers are enouraged to also subscribe to the list of
SVN commits to keep pace with the ongoing changes:
@uref{https://lists.berlios.de/mailman/listinfo/openocd-svn}
2009-04-03 12:55:25 +00:00
2009-05-24 01:33:54 +00:00
@node Building OpenOCD
2009-05-23 22:37:19 +00:00
@chapter Building OpenOCD
@cindex building
2008-02-28 07:44:13 +00:00
2008-12-27 01:15:50 +00:00
@section Pre-Built Tools
2008-10-14 09:37:44 +00:00
If you are interested in getting actual work done rather than building
OpenOCD, then check if your interface supplier provides binaries for
you. Chances are that that binary is from some SVN version that is more
stable than SVN trunk where bleeding edge development takes place.
2008-12-27 21:00:16 +00:00
@section Packagers Please Read!
2009-03-23 07:43:46 +00:00
You are a @b{PACKAGER} of OpenOCD if you
2008-12-27 21:00:16 +00:00
@enumerate
@item @b{Sell dongles} and include pre-built binaries
2009-03-20 13:27:02 +00:00
@item @b{Supply tools} i.e.: A complete development solution
2008-12-27 21:00:16 +00:00
@item @b{Supply IDEs} like Eclipse, or RHIDE, etc.
2009-03-20 13:27:02 +00:00
@item @b{Build packages} i.e.: RPM files, or DEB files for a Linux Distro
2008-12-27 21:00:16 +00:00
@end enumerate
2009-05-23 22:37:19 +00:00
As a @b{PACKAGER}, you will experience first reports of most issues.
When you fix those problems for your users, your solution may help
prevent hundreds (if not thousands) of other questions from other users.
If something does not work for you, please work to inform the OpenOCD
developers know how to improve the system or documentation to avoid
future problems, and follow-up to help us ensure the issue will be fully
resolved in our future releases.
That said, the OpenOCD developers would also like you to follow a few
2008-12-27 21:00:16 +00:00
suggestions:
@enumerate
2009-03-23 07:43:46 +00:00
@item @b{Always build with printer ports enabled.}
@item @b{Try to use LIBFTDI + LIBUSB where possible. You cover more bases.}
2008-12-27 21:00:16 +00:00
@end enumerate
@itemize @bullet
2009-03-23 07:43:46 +00:00
@item @b{Why YES to LIBFTDI + LIBUSB?}
2008-12-27 21:00:16 +00:00
@itemize @bullet
@item @b{LESS} work - libusb perhaps already there
2009-03-23 07:43:46 +00:00
@item @b{LESS} work - identical code, multiple platforms
2008-12-27 21:00:16 +00:00
@item @b{MORE} dongles are supported
@item @b{MORE} platforms are supported
@item @b{MORE} complete solution
@end itemize
2009-03-23 07:43:46 +00:00
@item @b{Why not LIBFTDI + LIBUSB} (i.e.: ftd2xx instead)?
2008-12-27 21:00:16 +00:00
@itemize @bullet
2009-03-23 07:43:46 +00:00
@item @b{LESS} speed - some say it is slower
2008-12-27 21:00:16 +00:00
@item @b{LESS} complex to distribute (external dependencies)
@end itemize
@end itemize
2008-12-27 01:15:50 +00:00
@section Building From Source
2008-10-14 09:37:44 +00:00
2009-03-23 07:43:46 +00:00
You can download the current SVN version with an SVN client of your choice from the
2008-02-28 07:44:13 +00:00
following repositories:
2009-03-20 13:27:02 +00:00
@uref{svn://svn.berlios.de/openocd/trunk}
2008-02-28 07:44:13 +00:00
or
2009-03-20 13:27:02 +00:00
@uref{http://svn.berlios.de/svnroot/repos/openocd/trunk}
2008-02-28 07:44:13 +00:00
2008-05-01 21:29:05 +00:00
Using the SVN command line client, you can use the following command to fetch the
2008-02-28 07:44:13 +00:00
latest version (make sure there is no (non-svn) directory called "openocd" in the
current directory):
2008-11-30 22:25:43 +00:00
@example
2008-02-28 11:52:26 +00:00
svn checkout svn://svn.berlios.de/openocd/trunk openocd
2008-11-30 22:25:43 +00:00
@end example
2008-02-28 07:44:13 +00:00
2009-03-23 07:43:46 +00:00
Building OpenOCD requires a recent version of the GNU autotools (autoconf >= 2.59 and automake >= 1.9).
For building on Windows,
2008-02-28 07:44:13 +00:00
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
paths, resulting in obscure dependency errors (This is an observation I've gathered
from the logs of one user - correct me if I'm wrong).
You further need the appropriate driver files, if you want to build support for
a FTDI FT2232 based interface:
2009-03-23 07:43:46 +00:00
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item @b{ftdi2232} libftdi (@uref{http://www.intra2net.com/opensource/ftdi/})
@item @b{ftd2xx} libftd2xx (@uref{http://www.ftdichip.com/Drivers/D2XX.htm})
@item When using the Amontec JTAGkey, you have to get the drivers from the Amontec
2009-03-23 07:43:46 +00:00
homepage (@uref{http://www.amontec.com}), as the JTAGkey uses a non-standard VID/PID.
2008-02-28 07:44:13 +00:00
@end itemize
2009-03-23 07:43:46 +00:00
libftdi is supported under Windows. Do not use versions earlier than 0.14.
2008-02-28 07:44:13 +00:00
In general, the D2XX driver provides superior performance (several times as fast),
2008-05-01 21:29:05 +00:00
but has the draw-back of being binary-only - though that isn't that bad, as it isn't
2008-02-28 07:44:13 +00:00
a kernel module, only a user space library.
To build OpenOCD (on both Linux and Cygwin), use the following commands:
2009-03-23 07:43:46 +00:00
2008-11-30 22:25:43 +00:00
@example
2008-02-28 07:44:13 +00:00
./bootstrap
2008-11-30 22:25:43 +00:00
@end example
2009-03-23 07:43:46 +00:00
2008-02-28 07:44:13 +00:00
Bootstrap generates the configure script, and prepares building on your system.
2009-03-23 07:43:46 +00:00
2008-11-30 22:25:43 +00:00
@example
2008-12-27 01:15:50 +00:00
./configure [options, see below]
2008-11-30 22:25:43 +00:00
@end example
2009-03-23 07:43:46 +00:00
2008-02-28 11:52:26 +00:00
Configure generates the Makefiles used to build OpenOCD.
2009-03-23 07:43:46 +00:00
2008-11-30 22:25:43 +00:00
@example
2008-02-28 07:44:13 +00:00
make
2008-12-27 01:15:50 +00:00
make install
2008-11-30 22:25:43 +00:00
@end example
2009-03-23 07:43:46 +00:00
2008-12-27 01:15:50 +00:00
Make builds OpenOCD, and places the final executable in ./src/, the last step, ``make install'' is optional.
2008-02-28 07:44:13 +00:00
The configure script takes several options, specifying which JTAG interfaces
2009-03-23 07:43:46 +00:00
should be included (among other things):
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item
2009-03-23 07:43:46 +00:00
@option{--enable-parport} - Enable building the PC parallel port driver.
@item
@option{--enable-parport_ppdev} - Enable use of ppdev (/dev/parportN) for parport.
2008-02-28 07:44:13 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-parport_giveio} - Enable use of giveio for parport instead of ioperm.
2008-02-28 07:44:13 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-amtjtagaccel} - Enable building the Amontec JTAG-Accelerator driver.
2008-04-05 10:07:12 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-ecosboard} - Enable building support for eCosBoard based JTAG debugger.
2008-02-28 07:44:13 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-ioutil} - Enable ioutil functions - useful for standalone OpenOCD implementations.
2008-02-28 07:44:13 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-httpd} - Enable builtin httpd server - useful for standalone OpenOCD implementations.
@item
@option{--enable-ep93xx} - Enable building support for EP93xx based SBCs.
@item
@option{--enable-at91rm9200} - Enable building support for AT91RM9200 based SBCs.
@item
@option{--enable-gw16012} - Enable building support for the Gateworks GW16012 JTAG programmer.
@item
@option{--enable-ft2232_ftd2xx} - Numerous USB type ARM JTAG dongles use the FT2232C chip from this FTDICHIP.COM chip (closed source).
@item
@option{--enable-ft2232_libftdi} - An open source (free) alternative to FTDICHIP.COM ftd2xx solution (Linux, MacOS, Cygwin).
2008-02-28 07:44:13 +00:00
@item
2008-12-27 01:15:50 +00:00
@option{--with-ftd2xx-win32-zipdir=PATH} - If using FTDICHIP.COM ft2232c, point at the directory where the Win32 FTDICHIP.COM 'CDM' driver zip file was unpacked.
@item
2009-03-23 07:43:46 +00:00
@option{--with-ftd2xx-linux-tardir=PATH} - Linux only. Equivalent of @option{--with-ftd2xx-win32-zipdir}, where you unpacked the TAR.GZ file.
2008-12-27 01:15:50 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--with-ftd2xx-lib=shared|static} - Linux only. Default: static. Specifies how the FTDICHIP.COM libftd2xx driver should be linked. Note: 'static' only works in conjunction with @option{--with-ftd2xx-linux-tardir}. The 'shared' value is supported (12/26/2008), however you must manually install the required header files and shared libraries in an appropriate place. This uses ``libusb'' internally.
2008-03-22 14:09:27 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-presto_libftdi} - Enable building support for ASIX Presto programmer using the libftdi driver.
2008-03-22 14:09:27 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-presto_ftd2xx} - Enable building support for ASIX Presto programmer using the FTD2XX driver.
2008-03-22 14:09:27 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-usbprog} - Enable building support for the USBprog JTAG programmer.
2008-03-22 14:09:27 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-oocd_trace} - Enable building support for the OpenOCD+trace ETM capture device.
2008-05-14 14:13:38 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-jlink} - Enable building support for the Segger J-Link JTAG programmer.
2008-12-19 04:25:22 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-vsllink} - Enable building support for the Versaloon-Link JTAG programmer.
2008-12-27 02:56:55 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-rlink} - Enable building support for the Raisonance RLink JTAG programmer.
2009-03-08 15:14:18 +00:00
@item
2009-03-23 07:43:46 +00:00
@option{--enable-arm-jtag-ew} - Enable building support for the Olimex ARM-JTAG-EW programmer.
@item
@option{--enable-dummy} - Enable building the dummy port driver.
2008-02-28 07:44:13 +00:00
@end itemize
2008-12-27 01:15:50 +00:00
@section Parallel Port Dongles
2008-02-28 07:44:13 +00:00
If you want to access the parallel port using the PPDEV interface you have to specify
both the @option{--enable-parport} AND the @option{--enable-parport_ppdev} option since
the @option{--enable-parport_ppdev} option actually is an option to the parport driver
(see @uref{http://forum.sparkfun.com/viewtopic.php?t=3795} for more info).
2009-03-23 07:43:46 +00:00
The same is true for the @option{--enable-parport_giveio} option, you have to
use both the @option{--enable-parport} AND the @option{--enable-parport_giveio} option if you want to use giveio instead of ioperm parallel port access method.
2008-12-27 01:15:50 +00:00
@section FT2232C Based USB Dongles
There are 2 methods of using the FTD2232, either (1) using the
FTDICHIP.COM closed source driver, or (2) the open (and free) driver
libftdi. Some claim the (closed) FTDICHIP.COM solution is faster.
2009-03-20 13:27:02 +00:00
The FTDICHIP drivers come as either a (win32) ZIP file, or a (Linux)
2008-12-27 01:15:50 +00:00
TAR.GZ file. You must unpack them ``some where'' convient. As of this
writing (12/26/2008) FTDICHIP does not supply means to install these
files ``in an appropriate place'' As a result, there are two
``./configure'' options that help.
Below is an example build process:
1) Check out the latest version of ``openocd'' from SVN.
2009-03-23 07:43:46 +00:00
2) Download & unpack either the Windows or Linux FTD2xx drivers
(@uref{http://www.ftdichip.com/Drivers/D2XX.htm}).
2008-12-27 01:15:50 +00:00
@example
/home/duane/ftd2xx.win32 => the Cygwin/Win32 ZIP file contents.
2009-03-23 07:43:46 +00:00
/home/duane/libftd2xx0.4.16 => the Linux TAR.GZ file contents.
2008-12-27 01:15:50 +00:00
@end example
3) Configure with these options:
@example
2009-03-23 07:43:46 +00:00
Cygwin FTDICHIP solution:
./configure --prefix=/home/duane/mytools \
--enable-ft2232_ftd2xx \
--with-ftd2xx-win32-zipdir=/home/duane/ftd2xx.win32
2008-12-27 01:15:50 +00:00
2009-03-23 07:43:46 +00:00
Linux FTDICHIP solution:
2008-12-27 01:15:50 +00:00
./configure --prefix=/home/duane/mytools \
2009-03-23 07:43:46 +00:00
--enable-ft2232_ftd2xx \
--with-ft2xx-linux-tardir=/home/duane/libftd2xx0.4.16
2008-12-27 01:15:50 +00:00
2009-03-23 07:43:46 +00:00
Cygwin/Linux LIBFTDI solution:
2008-12-27 01:15:50 +00:00
Assumes:
2009-03-20 13:27:02 +00:00
1a) For Windows: The Windows port of LIBUSB is in place.
2009-03-23 07:43:46 +00:00
1b) For Linux: libusb has been built/installed and is in place.
2008-12-27 01:15:50 +00:00
2) And libftdi has been built and installed
Note: libftdi - relies upon libusb.
./configure --prefix=/home/duane/mytools \
2009-03-23 07:43:46 +00:00
--enable-ft2232_libftdi
2008-12-27 01:15:50 +00:00
@end example
4) Then just type ``make'', and perhaps ``make install''.
2008-02-28 07:44:13 +00:00
2009-03-23 07:43:46 +00:00
@section Miscellaneous Configure Options
2008-08-06 14:36:37 +00:00
@itemize @bullet
@item
2009-03-23 07:43:46 +00:00
@option{--disable-option-checking} - Ignore unrecognized @option{--enable} and @option{--with} options.
@item
@option{--enable-gccwarnings} - Enable extra gcc warnings during build.
2009-01-20 09:08:39 +00:00
Default is enabled.
@item
2009-03-23 07:43:46 +00:00
@option{--enable-release} - Enable building of an OpenOCD release, generally
2009-01-20 09:08:39 +00:00
this is for developers. It simply omits the svn version string when the
openocd @option{-v} is executed.
2008-08-06 14:36:37 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@node JTAG Hardware Dongles
@chapter JTAG Hardware Dongles
@cindex dongles
2009-03-20 13:27:02 +00:00
@cindex FTDI
2008-11-30 22:25:43 +00:00
@cindex wiggler
@cindex zy1000
@cindex printer port
2009-03-20 13:27:02 +00:00
@cindex USB Adapter
2008-11-30 22:25:43 +00:00
@cindex rtck
Defined: @b{dongle}: A small device that plugins into a computer and serves as
an adapter .... [snip]
In the OpenOCD case, this generally refers to @b{a small adapater} one
attaches to your computer via USB or the Parallel Printer Port. The
execption being the Zylin ZY1000 which is a small box you attach via
2009-03-30 13:35:38 +00:00
an ethernet cable. The Zylin ZY1000 has the advantage that it does not
require any drivers to be installed on the developer PC. It also has
a built in web interface. It supports RTCK/RCLK or adaptive clocking
and has a built in relay to power cycle targets remotely.
2008-11-30 22:25:43 +00:00
@section Choosing a Dongle
There are three things you should keep in mind when choosing a dongle.
@enumerate
@item @b{Voltage} What voltage is your target? 1.8, 2.8, 3.3, or 5V? Does your dongle support it?
@item @b{Connection} Printer Ports - Does your computer have one?
@item @b{Connection} Is that long printer bit-bang cable practical?
@item @b{RTCK} Do you require RTCK? Also known as ``adaptive clocking''
@end enumerate
@section Stand alone Systems
@b{ZY1000} See: @url{http://www.zylin.com/zy1000.html} Technically, not a
2009-03-30 13:35:38 +00:00
dongle, but a standalone box. The ZY1000 has the advantage that it does
not require any drivers installed on the developer PC. It also has
a built in web interface. It supports RTCK/RCLK or adaptive clocking
and has a built in relay to power cycle targets remotely.
2008-11-30 22:25:43 +00:00
@section USB FT2232 Based
2009-03-20 13:27:02 +00:00
There are many USB JTAG dongles on the market, many of them are based
2008-11-30 22:25:43 +00:00
on a chip from ``Future Technology Devices International'' (FTDI)
known as the FTDI FT2232.
See: @url{http://www.ftdichip.com} or @url{http://www.ftdichip.com/Products/FT2232H.htm}
As of 28/Nov/2008, the following are supported:
@itemize @bullet
@item @b{usbjtag}
2008-12-11 23:36:51 +00:00
@* Link @url{http://www.hs-augsburg.de/~hhoegl/proj/usbjtag/usbjtag.html}
2008-11-30 22:25:43 +00:00
@item @b{jtagkey}
@* See: @url{http://www.amontec.com/jtagkey.shtml}
@item @b{oocdlink}
2008-12-05 00:46:10 +00:00
@* See: @url{http://www.oocdlink.com} By Joern Kaipf
2008-11-30 22:25:43 +00:00
@item @b{signalyzer}
@* See: @url{http://www.signalyzer.com}
@item @b{evb_lm3s811}
@* See: @url{http://www.luminarymicro.com} - The Luminary Micro Stellaris LM3S811 eval board has an FTD2232C chip built in.
@item @b{olimex-jtag}
@* See: @url{http://www.olimex.com}
@item @b{flyswatter}
@* See: @url{http://www.tincantools.com}
@item @b{turtelizer2}
@* See: @url{http://www.ethernut.de}, or @url{http://www.ethernut.de/en/hardware/turtelizer/index.html}
@item @b{comstick}
@* Link: @url{http://www.hitex.com/index.php?id=383}
@item @b{stm32stick}
2008-12-11 23:22:16 +00:00
@* Link @url{http://www.hitex.com/stm32-stick}
@item @b{axm0432_jtag}
@* Axiom AXM-0432 Link @url{http://www.axman.com}
2008-11-30 22:25:43 +00:00
@end itemize
@section USB JLINK based
There are several OEM versions of the Segger @b{JLINK} adapter. It is
an example of a micro controller based JTAG adapter, it uses an
AT91SAM764 internally.
@itemize @bullet
@item @b{ATMEL SAMICE} Only works with ATMEL chips!
@* Link: @url{http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3892}
@item @b{SEGGER JLINK}
@* Link: @url{http://www.segger.com/jlink.html}
@item @b{IAR J-Link}
@* Link: @url{http://www.iar.com/website1/1.0.1.0/369/1/index.php}
@end itemize
2008-12-19 04:25:22 +00:00
@section USB RLINK based
Raisonance has an adapter called @b{RLink}. It exists in a stripped-down form on the STM32 Primer, permanently attached to the JTAG lines. It also exists on the STM32 Primer2, but that is wired for SWD and not JTAG, thus not supported.
@itemize @bullet
@item @b{Raisonance RLink}
@* Link: @url{http://www.raisonance.com/products/RLink.php}
@item @b{STM32 Primer}
@* Link: @url{http://www.stm32circle.com/resources/stm32primer.php}
@item @b{STM32 Primer2}
@* Link: @url{http://www.stm32circle.com/resources/stm32primer2.php}
@end itemize
2008-11-30 22:25:43 +00:00
@section USB Other
@itemize @bullet
@item @b{USBprog}
@* Link: @url{http://www.embedded-projects.net/usbprog} - which uses an Atmel MEGA32 and a UBN9604
@item @b{USB - Presto}
@* Link: @url{http://tools.asix.net/prg_presto.htm}
2008-12-27 02:56:55 +00:00
@item @b{Versaloon-Link}
@* Link: @url{http://www.simonqian.com/en/Versaloon}
2009-03-08 15:14:18 +00:00
@item @b{ARM-JTAG-EW}
@* Link: @url{http://www.olimex.com/dev/arm-jtag-ew.html}
2008-11-30 22:25:43 +00:00
@end itemize
@section IBM PC Parallel Printer Port Based
The two well known ``JTAG Parallel Ports'' cables are the Xilnx DLC5
and the MacGraigor Wiggler. There are many clones and variations of
these on the market.
@itemize @bullet
@item @b{Wiggler} - There are many clones of this.
@* Link: @url{http://www.macraigor.com/wiggler.htm}
@item @b{DLC5} - From XILINX - There are many clones of this
@* Link: Search the web for: ``XILINX DLC5'' - it is no longer
produced, PDF schematics are easily found and it is easy to make.
@item @b{Amontec - JTAG Accelerator}
@* Link: @url{http://www.amontec.com/jtag_accelerator.shtml}
@item @b{GW16402}
@* Link: @url{http://www.gateworks.com/products/avila_accessories/gw16042.php}
@item @b{Wiggler2}
@* Link: @url{http://www.ccac.rwth-aachen.de/~michaels/index.php/hardware/armjtag}
@item @b{Wiggler_ntrst_inverted}
@* Yet another variation - See the source code, src/jtag/parport.c
@item @b{old_amt_wiggler}
@* Unknown - probably not on the market today
@item @b{arm-jtag}
@* Link: Most likely @url{http://www.olimex.com/dev/arm-jtag.html} [another wiggler clone]
@item @b{chameleon}
@* Link: @url{http://www.amontec.com/chameleon.shtml}
@item @b{Triton}
@* Unknown.
@item @b{Lattice}
2008-12-11 23:22:16 +00:00
@* ispDownload from Lattice Semiconductor @url{http://www.latticesemi.com/lit/docs/devtools/dlcable.pdf}
2008-11-30 22:25:43 +00:00
@item @b{flashlink}
@* From ST Microsystems, link:
@url{http://www.st.com/stonline/products/literature/um/7889.pdf}
Title: FlashLINK JTAG programing cable for PSD and uPSD
@end itemize
@section Other...
@itemize @bullet
@item @b{ep93xx}
2009-03-20 13:27:02 +00:00
@* An EP93xx based Linux machine using the GPIO pins directly.
2008-11-30 22:25:43 +00:00
@item @b{at91rm9200}
@* Like the EP93xx - but an ATMEL AT91RM9200 based solution using the GPIO pins on the chip.
@end itemize
2008-02-28 07:44:13 +00:00
@node Running
@chapter Running
2008-05-01 21:29:05 +00:00
@cindex running OpenOCD
2008-02-28 07:44:13 +00:00
@cindex --configfile
@cindex --debug_level
@cindex --logfile
@cindex --search
2008-11-30 22:25:43 +00:00
The @option{--help} option shows:
@verbatim
bash$ openocd --help
--help | -h display this help
--version | -v display OpenOCD version
--file | -f use configuration file <name>
--search | -s dir to search for config files and scripts
--debug | -d set debug level <0-3>
--log_output | -l redirect log output to file <name>
--command | -c run <command>
2008-12-15 09:43:26 +00:00
--pipe | -p use pipes when talking to gdb
2008-11-30 22:25:43 +00:00
@end verbatim
2008-12-15 09:43:26 +00:00
By default OpenOCD reads the file configuration file ``openocd.cfg''
2008-11-30 22:25:43 +00:00
in the current directory. To specify a different (or multiple)
configuration file, you can use the ``-f'' option. For example:
@example
openocd -f config1.cfg -f config2.cfg -f config3.cfg
@end example
Once started, OpenOCD runs as a daemon, waiting for connections from
clients (Telnet, GDB, Other).
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
If you are having problems, you can enable internal debug messages via
the ``-d'' option.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Also it is possible to interleave commands w/config scripts using the
@option{-c} command line switch.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
To enable debug output (when reporting problems or working on OpenOCD
itself), use the @option{-d} command line switch. This sets the
@option{debug_level} to "3", outputting the most information,
including debug messages. The default setting is "2", outputting only
informational messages, warnings and errors. You can also change this
setting from within a telnet or gdb session using @option{debug_level
<n>} @xref{debug_level}.
You can redirect all output from the daemon to a file using the
@option{-l <logfile>} switch.
2008-02-28 07:44:13 +00:00
2008-05-01 21:29:05 +00:00
Search paths for config/script files can be added to OpenOCD by using
2008-11-30 22:25:43 +00:00
the @option{-s <search>} switch. The current directory and the OpenOCD
target library is in the search path by default.
2008-04-14 06:02:11 +00:00
2008-12-15 09:43:26 +00:00
For details on the @option{-p} option. @xref{Connecting to GDB}.
2008-11-30 22:25:43 +00:00
Note! OpenOCD will launch the GDB & telnet server even if it can not
establish a connection with the target. In general, it is possible for
the JTAG controller to be unresponsive until the target is set up
correctly via e.g. GDB monitor commands in a GDB init script.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@node Simple Configuration Files
@chapter Simple Configuration Files
2008-02-28 07:44:13 +00:00
@cindex configuration
2008-11-30 22:25:43 +00:00
@section Outline
2008-12-15 09:43:26 +00:00
There are 4 basic ways of ``configurating'' OpenOCD to run, they are:
2008-11-30 22:25:43 +00:00
@enumerate
@item A small openocd.cfg file which ``sources'' other configuration files
@item A monolithic openocd.cfg file
@item Many -f filename options on the command line
@item Your Mixed Solution
@end enumerate
@section Small configuration file method
2009-03-20 13:27:02 +00:00
This is the preferred method. It is simple and works well for many
people. The developers of OpenOCD would encourage you to use this
2008-11-30 22:25:43 +00:00
method. If you create a new configuration please email new
configurations to the development list.
Here is an example of an openocd.cfg file for an ATMEL at91sam7x256
@example
source [find interface/signalyzer.cfg]
# Change the default telnet port...
telnet_port 4444
# GDB connects here
gdb_port 3333
# GDB can also flash my flash!
gdb_memory_map enable
gdb_flash_program enable
source [find target/sam7x256.cfg]
@end example
There are many example configuration scripts you can work with. You
should look in the directory: @t{$(INSTALLDIR)/lib/openocd}. You
should find:
@enumerate
@item @b{board} - eval board level configurations
@item @b{interface} - specific dongle configurations
@item @b{target} - the target chips
@item @b{tcl} - helper scripts
@item @b{xscale} - things specific to the xscale.
@end enumerate
Look first in the ``boards'' area, then the ``targets'' area. Often a board
configuration is a good example to work from.
@section Many -f filename options
Some believe this is a wonderful solution, others find it painful.
You can use a series of ``-f filename'' options on the command line,
OpenOCD will read each filename in sequence, for example:
@example
openocd -f file1.cfg -f file2.cfg -f file2.cfg
@end example
You can also intermix various commands with the ``-c'' command line
option.
@section Monolithic file
The ``Monolithic File'' dispenses with all ``source'' statements and
puts everything in one self contained (monolithic) file. This is not
encouraged.
Please try to ``source'' various files or use the multiple -f
technique.
@section Advice for you
Often, one uses a ``mixed approach''. Where possible, please try to
``source'' common things, and if needed cut/paste parts of the
standard distribution configuration files as needed.
@b{REMEMBER:} The ``important parts'' of your configuration file are:
@enumerate
@item @b{Interface} - Defines the dongle
@item @b{Taps} - Defines the JTAG Taps
@item @b{GDB Targets} - What GDB talks to
@item @b{Flash Programing} - Very Helpful
@end enumerate
Some key things you should look at and understand are:
@enumerate
2009-03-20 13:27:02 +00:00
@item The reset configuration of your debug environment as a whole
2008-12-16 19:29:50 +00:00
@item Is there a ``work area'' that OpenOCD can use?
2008-11-30 22:25:43 +00:00
@* For ARM - work areas mean up to 10x faster downloads.
2009-03-20 13:27:02 +00:00
@item For MMU/MPU based ARM chips (i.e.: ARM9 and later) will that work area still be available?
2008-11-30 22:25:43 +00:00
@item For complex targets (multiple chips) the JTAG SPEED becomes an issue.
@end enumerate
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@node Config File Guidelines
@chapter Config File Guidelines
This section/chapter is aimed at developers and integrators of
OpenOCD. These are guidelines for creating new boards and new target
configurations as of 28/Nov/2008.
2009-03-20 13:27:02 +00:00
However, you, the user of OpenOCD, should be somewhat familiar with
2008-11-30 22:25:43 +00:00
this section as it should help explain some of the internals of what
you might be looking at.
2009-03-20 13:27:02 +00:00
The user should find the following directories under @t{$(INSTALLDIR)/lib/openocd} :
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{interface}
2009-03-20 13:27:02 +00:00
@*Think JTAG Dongle. Files that configure the JTAG dongle go here.
2008-11-30 22:25:43 +00:00
@item @b{board}
2009-03-20 13:27:02 +00:00
@* Think Circuit Board, PWA, PCB, they go by many names. Board files
2008-11-30 22:25:43 +00:00
contain initialization items that are specific to a board - for
example: The SDRAM initialization sequence for the board, or the type
of external flash and what address it is found at. Any initialization
2009-03-20 13:27:02 +00:00
sequence to enable that external flash or SDRAM should be found in the
board file. Boards may also contain multiple targets, i.e.: Two CPUs, or
2008-11-30 22:25:43 +00:00
a CPU and an FPGA or CPLD.
@item @b{target}
2009-03-20 13:27:02 +00:00
@* Think chip. The ``target'' directory represents a JTAG tap (or
2008-11-30 22:25:43 +00:00
chip) OpenOCD should control, not a board. Two common types of targets
are ARM chips and FPGA or CPLD chips.
@end itemize
@b{If needed...} The user in their ``openocd.cfg'' file or the board
file might override a specific feature in any of the above files by
setting a variable or two before sourcing the target file. Or adding
various commands specific to their situation.
@section Interface Config Files
The user should be able to source one of these files via a command like this:
@example
source [find interface/FOOBAR.cfg]
Or:
openocd -f interface/FOOBAR.cfg
@end example
A preconfigured interface file should exist for every interface in use
today, that said, perhaps some interfaces have only been used by the
sole developer who created it.
2009-03-20 13:27:02 +00:00
@b{FIXME/NOTE:} We need to add support for a variable like Tcl variable
2008-11-30 22:25:43 +00:00
tcl_platform(platform), it should be called jim_platform (because it
is jim, not real tcl) and it should contain 1 of 3 words: ``linux'',
``cygwin'' or ``mingw''
Interface files should be found in @t{$(INSTALLDIR)/lib/openocd/interface}
@section Board Config Files
@b{Note: BOARD directory NEW as of 28/nov/2008}
The user should be able to source one of these files via a command like this:
@example
source [find board/FOOBAR.cfg]
Or:
openocd -f board/FOOBAR.cfg
@end example
The board file should contain one or more @t{source [find
target/FOO.cfg]} statements along with any board specific things.
2009-03-20 13:27:02 +00:00
In summary the board files should contain (if present)
2008-11-30 22:25:43 +00:00
@enumerate
2009-05-22 02:25:18 +00:00
@item External flash configuration (i.e.: NOR flash on CS0, two NANDs on CS2)
2009-03-20 13:27:02 +00:00
@item SDRAM configuration (size, speed, etc.
@item Board specific IO configuration (i.e.: GPIO pins might disable a 2nd flash)
2008-11-30 22:25:43 +00:00
@item Multiple TARGET source statements
@item All things that are not ``inside a chip''
@item Things inside a chip go in a 'target' file
@end enumerate
@section Target Config Files
The user should be able to source one of these files via a command like this:
@example
source [find target/FOOBAR.cfg]
Or:
openocd -f target/FOOBAR.cfg
@end example
2009-03-20 13:27:02 +00:00
In summary the target files should contain
2008-11-30 22:25:43 +00:00
@enumerate
2009-03-20 13:27:02 +00:00
@item Set defaults
@item Create taps
@item Reset configuration
@item Work areas
@item CPU/Chip/CPU-Core specific features
@item On-Chip flash
2008-11-30 22:25:43 +00:00
@end enumerate
@subsection Important variable names
By default, the end user should never need to set these
variables. However, if the user needs to override a setting they only
need to set the variable in a simple way.
@itemize @bullet
@item @b{CHIPNAME}
@* This gives a name to the overall chip, and is used as part of the
tap identifier dotted name.
@item @b{ENDIAN}
@* By default little - unless the chip or board is not normally used that way.
@item @b{CPUTAPID}
@* When OpenOCD examines the JTAG chain, it will attempt to identify
every chip. If the @t{-expected-id} is nonzero, OpenOCD attempts
to verify the tap id number verses configuration file and may issue an
2009-03-20 13:27:02 +00:00
error or warning like this. The hope is that this will help to pinpoint
problems in OpenOCD configurations.
2008-11-30 22:25:43 +00:00
@example
Info: JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3)
Error: ERROR: Tap: sam7x256.cpu - Expected id: 0x12345678, Got: 0x3f0f0f0f
Error: ERROR: expected: mfg: 0x33c, part: 0x2345, ver: 0x1
Error: ERROR: got: mfg: 0x787, part: 0xf0f0, ver: 0x3
@end example
@item @b{_TARGETNAME}
@* By convention, this variable is created by the target configuration
script. The board configuration file may make use of this variable to
configure things like a ``reset init'' script, or other things
specific to that board and that target.
If the chip has 2 targets, use the names @b{_TARGETNAME0},
@b{_TARGETNAME1}, ... etc.
@b{Remember:} The ``board file'' may include multiple targets.
At no time should the name ``target0'' (the default target name if
none was specified) be used. The name ``target0'' is a hard coded name
- the next target on the board will be some other number.
2009-05-18 04:44:28 +00:00
In the same way, avoid using target numbers even when they are
permitted; use the right target name(s) for your board.
2008-11-30 22:25:43 +00:00
The user (or board file) should reasonably be able to:
@example
source [find target/FOO.cfg]
$_TARGETNAME configure ... FOO specific parameters
source [find target/BAR.cfg]
$_TARGETNAME configure ... BAR specific parameters
@end example
@end itemize
2009-03-20 13:27:02 +00:00
@subsection Tcl Variables Guide Line
2008-11-30 22:25:43 +00:00
The Full Tcl/Tk language supports ``namespaces'' - JIM-Tcl does not.
Thus the rule we follow in OpenOCD is this: Variables that begin with
2009-03-20 13:27:02 +00:00
a leading underscore are temporary in nature, and can be modified and
used at will within a ?TARGET? configuration file.
2008-11-30 22:25:43 +00:00
@b{EXAMPLE:} The user should be able to do this:
@example
# Board has 3 chips,
# PXA270 #1 network side, big endian
# PXA270 #2 video side, little endian
# Xilinx Glue logic
set CHIPNAME network
set ENDIAN big
source [find target/pxa270.cfg]
# variable: _TARGETNAME = network.cpu
# other commands can refer to the "network.cpu" tap.
2009-03-20 13:27:02 +00:00
$_TARGETNAME configure .... params for this CPU..
2008-11-30 22:25:43 +00:00
set ENDIAN little
set CHIPNAME video
source [find target/pxa270.cfg]
# variable: _TARGETNAME = video.cpu
# other commands can refer to the "video.cpu" tap.
2009-03-20 13:27:02 +00:00
$_TARGETNAME configure .... params for this CPU..
2008-11-30 22:25:43 +00:00
unset ENDIAN
set CHIPNAME xilinx
source [find target/spartan3.cfg]
# Since $_TARGETNAME is temporal..
# these names still work!
network.cpu configure ... params
video.cpu configure ... params
@end example
@subsection Default Value Boiler Plate Code
All target configuration files should start with this (or a modified form)
@example
# SIMPLE example
if @{ [info exists CHIPNAME] @} @{
set _CHIPNAME $CHIPNAME
@} else @{
set _CHIPNAME sam7x256
@}
if @{ [info exists ENDIAN] @} @{
set _ENDIAN $ENDIAN
@} else @{
set _ENDIAN little
@}
if @{ [info exists CPUTAPID ] @} @{
set _CPUTAPID $CPUTAPID
@} else @{
set _CPUTAPID 0x3f0f0f0f
@}
@end example
@subsection Creating Taps
2009-03-20 13:27:02 +00:00
After the ``defaults'' are choosen [see above] the taps are created.
2008-11-30 22:25:43 +00:00
@b{SIMPLE example:} such as an Atmel AT91SAM7X256
@example
# for an ARM7TDMI.
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
@end example
@b{COMPLEX example:}
This is an SNIP/example for an STR912 - which has 3 internal taps. Key features shown:
@enumerate
@item @b{Unform tap names} - See: Tap Naming Convention
@item @b{_TARGETNAME} is created at the end where used.
@end enumerate
@example
if @{ [info exists FLASHTAPID ] @} @{
set _FLASHTAPID $FLASHTAPID
@} else @{
set _FLASHTAPID 0x25966041
@}
jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0x1 -expected-id $_FLASHTAPID
if @{ [info exists CPUTAPID ] @} @{
set _CPUTAPID $CPUTAPID
@} else @{
set _CPUTAPID 0x25966041
@}
jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_CPUTAPID
if @{ [info exists BSTAPID ] @} @{
set _BSTAPID $BSTAPID
@} else @{
set _BSTAPID 0x1457f041
@}
jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_BSTAPID
set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
@end example
@b{Tap Naming Convention}
2009-03-20 13:27:02 +00:00
See the command ``jtag newtap'' for detail, but in brief the names you should use are:
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item @b{tap}
@item @b{cpu}
@item @b{flash}
@item @b{bs}
2009-05-18 04:40:11 +00:00
@item @b{etb}
2008-11-30 22:25:43 +00:00
@item @b{jrc}
@item @b{unknownN} - it happens :-(
@end itemize
@subsection Reset Configuration
Some chips have specific ways the TRST and SRST signals are
managed. If these are @b{CHIP SPECIFIC} they go here, if they are
@b{BOARD SPECIFIC} they go in the board file.
@subsection Work Areas
Work areas are small RAM areas used by OpenOCD to speed up downloads,
2009-03-20 13:27:02 +00:00
and to download small snippets of code to program flash chips.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
If the chip includes a form of ``on-chip-ram'' - and many do - define
2008-11-30 22:25:43 +00:00
a reasonable work area and use the ``backup'' option.
@b{PROBLEMS:} On more complex chips, this ``work area'' may become
2009-03-20 13:27:02 +00:00
inaccessible if/when the application code enables or disables the MMU.
2008-11-30 22:25:43 +00:00
@subsection ARM Core Specific Hacks
2009-03-20 13:27:02 +00:00
If the chip has a DCC, enable it. If the chip is an ARM9 with some
special high speed download features - enable it.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
If the chip has an ARM ``vector catch'' feature - by default enable
2008-11-30 22:25:43 +00:00
it for Undefined Instructions, Data Abort, and Prefetch Abort, if the
user is really writing a handler for those situations - they can
easily disable it. Experiance has shown the ``vector catch'' is
helpful - for common programing errors.
If present, the MMU, the MPU and the CACHE should be disabled.
2009-05-18 04:40:11 +00:00
Some ARM cores are equipped with trace support, which permits
examination of the instruction and data bus activity. Trace
activity is controlled through an ``Embedded Trace Module'' (ETM)
on one of the core's scan chains. The ETM emits voluminous data
through a ``trace port''. The trace port is accessed in one
of two ways. When its signals are pinned out from the chip,
boards may provide a special high speed debugging connector;
software support for this is not configured by default, use
the ``--enable-oocd_trace'' option. Alternatively, trace data
may be stored an on-chip SRAM which is packaged as an ``Embedded
Trace Buffer'' (ETB). An ETB has its own TAP, usually right after
its associated ARM core. OpenOCD supports the ETM, and your
target configuration should set it up with the relevant trace
port: ``etb'' for chips which use that, else the board-specific
option will be either ``oocd_trace'' or ``dummy''.
@example
etm config $_TARGETNAME 16 normal full etb
etb config $_TARGETNAME $_CHIPNAME.etb
@end example
2008-11-30 22:25:43 +00:00
@subsection Internal Flash Configuration
This applies @b{ONLY TO MICROCONTROLLERS} that have flash built in.
@b{Never ever} in the ``target configuration file'' define any type of
2009-05-22 02:25:18 +00:00
flash that is external to the chip. (For example a BOOT flash on
Chip Select 0.) Such flash information goes in a board file - not
2008-11-30 22:25:43 +00:00
the TARGET (chip) file.
Examples:
@itemize @bullet
@item at91sam7x256 - has 256K flash YES enable it.
@item str912 - has flash internal YES enable it.
@item imx27 - uses boot flash on CS0 - it goes in the board file.
@item pxa270 - again - CS0 flash - it goes in the board file.
@end itemize
@node About JIM-Tcl
@chapter About JIM-Tcl
@cindex JIM Tcl
@cindex tcl
OpenOCD includes a small ``TCL Interpreter'' known as JIM-TCL. You can
learn more about JIM here: @url{http://jim.berlios.de}
@itemize @bullet
2009-03-20 13:27:02 +00:00
@item @b{JIM vs. Tcl}
2008-11-30 22:25:43 +00:00
@* JIM-TCL is a stripped down version of the well known Tcl language,
which can be found here: @url{http://www.tcl.tk}. JIM-Tcl has far
fewer features. JIM-Tcl is a single .C file and a single .H file and
2009-03-20 13:27:02 +00:00
impliments the basic Tcl command set along. In contrast: Tcl 8.6 is a
4.2 MB .zip file containing 1540 files.
2008-11-30 22:25:43 +00:00
@item @b{Missing Features}
2009-03-20 13:27:02 +00:00
@* Our practice has been: Add/clone the real Tcl feature if/when
2008-11-30 22:25:43 +00:00
needed. We welcome JIM Tcl improvements, not bloat.
@item @b{Scripts}
@* OpenOCD configuration scripts are JIM Tcl Scripts. OpenOCD's
2009-03-20 13:27:02 +00:00
command interpreter today (28/nov/2008) is a mixture of (newer)
JIM-Tcl commands, and (older) the orginal command interpreter.
2008-11-30 22:25:43 +00:00
@item @b{Commands}
2008-12-15 09:43:26 +00:00
@* At the OpenOCD telnet command line (or via the GDB mon command) one
2008-11-30 22:25:43 +00:00
can type a Tcl for() loop, set variables, etc.
@item @b{Historical Note}
2009-03-20 13:27:02 +00:00
@* JIM-Tcl was introduced to OpenOCD in spring 2008.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
@item @b{Need a crash course in Tcl?}
@* See: @xref{Tcl Crash Course}.
2008-11-30 22:25:43 +00:00
@end itemize
@node Daemon Configuration
@chapter Daemon Configuration
2008-12-16 19:29:50 +00:00
The commands here are commonly found in the openocd.cfg file and are
2008-11-30 22:25:43 +00:00
used to specify what TCP/IP ports are used, and how GDB should be
supported.
@section init
2008-04-14 06:02:11 +00:00
@cindex init
2008-11-30 22:25:43 +00:00
This command terminates the configuration stage and
enters the normal command mode. This can be useful to add commands to
the startup scripts and commands such as resetting the target,
programming flash, etc. To reset the CPU upon startup, add "init" and
"reset" at the end of the config script or at the end of the OpenOCD
command line using the @option{-c} command line switch.
If this command does not appear in any startup/configuration file
OpenOCD executes the command for you after processing all
configuration files and/or command line options.
@b{NOTE:} This command normally occurs at or near the end of your
openocd.cfg file to force OpenOCD to ``initialize'' and make the
targets ready. For example: If your openocd.cfg file needs to
read/write memory on your target - the init command must occur before
2009-05-22 02:25:18 +00:00
the memory read/write commands. This includes @command{nand probe}.
2008-11-30 22:25:43 +00:00
@section TCP/IP Ports
@itemize @bullet
2008-02-28 07:44:13 +00:00
@item @b{telnet_port} <@var{number}>
@cindex telnet_port
2008-11-30 22:25:43 +00:00
@*Intended for a human. Port on which to listen for incoming telnet connections.
2008-10-15 15:11:36 +00:00
@item @b{tcl_port} <@var{number}>
@cindex tcl_port
2008-11-30 22:25:43 +00:00
@*Intended as a machine interface. Port on which to listen for
2009-03-20 13:27:02 +00:00
incoming Tcl syntax. This port is intended as a simplified RPC
2008-11-30 22:25:43 +00:00
connection that can be used by clients to issue commands and get the
2009-03-20 13:27:02 +00:00
output from the Tcl engine.
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@item @b{gdb_port} <@var{number}>
@cindex gdb_port
2008-10-15 21:07:42 +00:00
@*First port on which to listen for incoming GDB connections. The GDB port for the
2008-02-28 07:44:13 +00:00
first target will be gdb_port, the second target will listen on gdb_port + 1, and so on.
2008-11-30 22:25:43 +00:00
@end itemize
@section GDB Items
@itemize @bullet
2009-03-18 11:59:31 +00:00
@item @b{gdb_breakpoint_override} <@var{hard|soft|disable}>
2008-08-13 21:08:14 +00:00
@cindex gdb_breakpoint_override
2008-10-16 21:02:44 +00:00
@anchor{gdb_breakpoint_override}
2008-10-15 21:07:42 +00:00
@*Force breakpoint type for gdb 'break' commands.
2008-08-13 21:08:14 +00:00
The raison d'etre for this option is to support GDB GUI's without
a hard/soft breakpoint concept where the default OpenOCD and
2009-03-20 10:29:12 +00:00
GDB behaviour is not sufficient. Note that GDB will use hardware
2008-08-13 21:08:14 +00:00
breakpoints if the memory map has been set up for flash regions.
This option replaces older arm7_9 target commands that addressed
the same issue.
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@item @b{gdb_detach} <@var{resume|reset|halt|nothing}>
@cindex gdb_detach
2009-03-20 13:27:02 +00:00
@*Configures what OpenOCD will do when GDB detaches from the daemon.
2009-03-20 10:29:12 +00:00
Default behaviour is <@var{resume}>
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@item @b{gdb_memory_map} <@var{enable|disable}>
@cindex gdb_memory_map
2009-03-20 13:27:02 +00:00
@*Set to <@var{enable}> to cause OpenOCD to send the memory configuration to GDB when
requested. GDB will then know when to set hardware breakpoints, and program flash
using the GDB load command. @option{gdb_flash_program enable} must also be enabled
2008-10-17 12:26:27 +00:00
for flash programming to work.
2009-03-20 10:29:12 +00:00
Default behaviour is <@var{enable}>
2008-10-17 12:26:27 +00:00
@xref{gdb_flash_program}.
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@item @b{gdb_flash_program} <@var{enable|disable}>
@cindex gdb_flash_program
2008-10-15 21:07:42 +00:00
@anchor{gdb_flash_program}
@*Set to <@var{enable}> to cause OpenOCD to program the flash memory when a
2008-02-28 07:44:13 +00:00
vFlash packet is received.
2009-03-20 10:29:12 +00:00
Default behaviour is <@var{enable}>
2008-11-30 22:25:43 +00:00
@comment END GDB Items
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@node Interface - Dongle Configuration
@chapter Interface - Dongle Configuration
Interface commands are normally found in an interface configuration
file which is sourced by your openocd.cfg file. These commands tell
OpenOCD what type of JTAG dongle you have and how to talk to it.
@section Simple Complete Interface Examples
@b{A Turtelizer FT2232 Based JTAG Dongle}
@verbatim
#interface
interface ft2232
ft2232_device_desc "Turtelizer JTAG/RS232 Adapter A"
ft2232_layout turtelizer2
ft2232_vid_pid 0x0403 0xbdc8
@end verbatim
@b{A SEGGER Jlink}
@verbatim
# jlink interface
interface jlink
@end verbatim
2008-12-19 04:25:22 +00:00
@b{A Raisonance RLink}
@verbatim
# rlink interface
interface rlink
@end verbatim
2008-11-30 22:25:43 +00:00
@b{Parallel Port}
@verbatim
interface parport
parport_port 0xc8b8
parport_cable wiggler
jtag_speed 0
@end verbatim
2009-03-08 15:14:18 +00:00
@b{ARM-JTAG-EW}
@verbatim
interface arm-jtag-ew
@end verbatim
2009-03-20 13:27:02 +00:00
@section Interface Command
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
The interface command tells OpenOCD what type of JTAG dongle you are
using. Depending on the type of dongle, you may need to have one or
2008-11-30 22:25:43 +00:00
more additional commands.
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@item @b{interface} <@var{name}>
@cindex interface
2008-11-30 22:25:43 +00:00
@*Use the interface driver <@var{name}> to connect to the
target. Currently supported interfaces are
2008-02-28 07:44:13 +00:00
@itemize @minus
2008-11-30 22:25:43 +00:00
2008-03-22 14:09:27 +00:00
@item @b{parport}
2008-11-30 22:25:43 +00:00
@* PC parallel port bit-banging (Wigglers, PLD download cable, ...)
2008-03-22 14:09:27 +00:00
@item @b{amt_jtagaccel}
2008-11-30 22:25:43 +00:00
@* Amontec Chameleon in its JTAG Accelerator configuration connected to a PC's EPP
2008-02-28 07:44:13 +00:00
mode parallel port
2008-11-30 22:25:43 +00:00
2008-03-22 14:09:27 +00:00
@item @b{ft2232}
2008-11-30 22:25:43 +00:00
@* FTDI FT2232 (USB) based devices using either the open-source libftdi or the binary only
2008-02-28 07:44:13 +00:00
FTD2XX driver. The FTD2XX is superior in performance, but not available on every
platform. The libftdi uses libusb, and should be portable to all systems that provide
libusb.
2008-11-30 22:25:43 +00:00
2008-03-22 14:09:27 +00:00
@item @b{ep93xx}
2008-11-30 22:25:43 +00:00
@*Cirrus Logic EP93xx based single-board computer bit-banging (in development)
2008-03-22 14:09:27 +00:00
@item @b{presto}
2008-11-30 22:25:43 +00:00
@* ASIX PRESTO USB JTAG programmer.
2008-03-22 14:09:27 +00:00
@item @b{usbprog}
2008-11-30 22:25:43 +00:00
@* usbprog is a freely programmable USB adapter.
2008-03-22 14:09:27 +00:00
@item @b{gw16012}
2008-11-30 22:25:43 +00:00
@* Gateworks GW16012 JTAG programmer.
2008-05-14 14:13:38 +00:00
@item @b{jlink}
2009-03-20 13:27:02 +00:00
@* Segger jlink USB adapter
2008-12-19 04:25:22 +00:00
@item @b{rlink}
2009-03-20 13:27:02 +00:00
@* Raisonance RLink USB adapter
2008-12-27 02:56:55 +00:00
@item @b{vsllink}
@* vsllink is part of Versaloon which is a versatile USB programmer.
2009-03-08 15:14:18 +00:00
@item @b{arm-jtag-ew}
2009-03-20 13:27:02 +00:00
@* Olimex ARM-JTAG-EW USB adapter
2008-11-30 22:25:43 +00:00
@comment - End parameters
2008-05-14 14:13:38 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@comment - End Interface
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@subsection parport options
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{parport_port} <@var{number}>
@cindex parport_port
@*Either the address of the I/O port (default: 0x378 for LPT1) or the number of
the @file{/dev/parport} device
2008-02-28 07:44:13 +00:00
When using PPDEV to access the parallel port, use the number of the parallel port:
@option{parport_port 0} (the default). If @option{parport_port 0x378} is specified
you may encounter a problem.
@item @b{parport_cable} <@var{name}>
@cindex parport_cable
2008-10-15 21:07:42 +00:00
@*The layout of the parallel port cable used to connect to the target.
2008-02-28 07:44:13 +00:00
Currently supported cables are
@itemize @minus
2008-03-22 14:09:27 +00:00
@item @b{wiggler}
2008-02-28 07:44:13 +00:00
@cindex wiggler
2008-05-01 21:29:05 +00:00
The original Wiggler layout, also supported by several clones, such
2008-02-28 07:44:13 +00:00
as the Olimex ARM-JTAG
2008-08-20 10:51:45 +00:00
@item @b{wiggler2}
@cindex wiggler2
Same as original wiggler except an led is fitted on D5.
@item @b{wiggler_ntrst_inverted}
@cindex wiggler_ntrst_inverted
Same as original wiggler except TRST is inverted.
2008-03-22 14:09:27 +00:00
@item @b{old_amt_wiggler}
2008-02-28 07:44:13 +00:00
@cindex old_amt_wiggler
The Wiggler configuration that comes with Amontec's Chameleon Programmer. The new
version available from the website uses the original Wiggler layout ('@var{wiggler}')
2008-03-22 14:09:27 +00:00
@item @b{chameleon}
2008-02-28 07:44:13 +00:00
@cindex chameleon
2008-08-20 10:51:45 +00:00
The Amontec Chameleon's CPLD when operated in configuration mode. This is only used to
program the Chameleon itself, not a connected target.
2008-03-22 14:09:27 +00:00
@item @b{dlc5}
2008-02-28 07:44:13 +00:00
@cindex dlc5
2008-05-01 21:29:05 +00:00
The Xilinx Parallel cable III.
2008-03-22 14:09:27 +00:00
@item @b{triton}
2008-02-28 07:44:13 +00:00
@cindex triton
The parallel port adapter found on the 'Karo Triton 1 Development Board'.
This is also the layout used by the HollyGates design
(see @uref{http://www.lartmaker.nl/projects/jtag/}).
2008-03-22 14:09:27 +00:00
@item @b{flashlink}
2008-02-28 07:44:13 +00:00
@cindex flashlink
2008-08-20 10:51:45 +00:00
The ST Parallel cable.
@item @b{arm-jtag}
@cindex arm-jtag
Same as original wiggler except SRST and TRST connections reversed and
TRST is also inverted.
@item @b{altium}
@cindex altium
Altium Universal JTAG cable.
2008-02-28 07:44:13 +00:00
@end itemize
2008-10-22 10:13:52 +00:00
@item @b{parport_write_on_exit} <@var{on}|@var{off}>
2008-02-28 07:44:13 +00:00
@cindex parport_write_on_exit
2008-10-15 21:07:42 +00:00
@*This will configure the parallel driver to write a known value to the parallel
2008-05-01 21:29:05 +00:00
interface on exiting OpenOCD
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@subsection amt_jtagaccel options
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item @b{parport_port} <@var{number}>
@cindex parport_port
2008-10-15 21:07:42 +00:00
@*Either the address of the I/O port (default: 0x378 for LPT1) or the number of the
2008-02-28 07:44:13 +00:00
@file{/dev/parport} device
@end itemize
2008-11-30 22:25:43 +00:00
@subsection ft2232 options
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item @b{ft2232_device_desc} <@var{description}>
@cindex ft2232_device_desc
2008-11-30 22:25:43 +00:00
@*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.
2009-03-20 13:27:02 +00:00
@b{TODO:} Confirm the following: On Windows the name needs to end with
2008-11-30 22:25:43 +00:00
a ``space A''? Or not? It has to do with the FTD2xx driver. When must
this be added and when must it not be added? Why can't the code in the
2008-12-15 09:43:26 +00:00
interface or in OpenOCD automatically add this if needed? -- Duane.
2008-11-30 22:25:43 +00:00
2008-10-22 10:13:52 +00:00
@item @b{ft2232_serial} <@var{serial-number}>
@cindex ft2232_serial
@*The serial number of the FTDI FT2232 device. If not specified, the FTDI default
values are used.
2008-02-28 07:44:13 +00:00
@item @b{ft2232_layout} <@var{name}>
@cindex ft2232_layout
2008-10-15 21:07:42 +00:00
@*The layout of the FT2232 GPIO signals used to control output-enables and reset
2008-02-28 07:44:13 +00:00
signals. Valid layouts are
@itemize @minus
2008-03-22 14:09:27 +00:00
@item @b{usbjtag}
2008-05-01 21:29:05 +00:00
"USBJTAG-1" layout described in the original OpenOCD diploma thesis
2008-03-22 14:09:27 +00:00
@item @b{jtagkey}
2009-03-20 13:27:02 +00:00
Amontec JTAGkey and JTAGkey-Tiny
2008-03-22 14:09:27 +00:00
@item @b{signalyzer}
2008-02-28 07:44:13 +00:00
Signalyzer
2008-03-22 14:09:27 +00:00
@item @b{olimex-jtag}
2008-02-28 07:44:13 +00:00
Olimex ARM-USB-OCD
2008-03-22 14:09:27 +00:00
@item @b{m5960}
2008-02-28 07:44:13 +00:00
American Microsystems M5960
2008-03-22 14:09:27 +00:00
@item @b{evb_lm3s811}
2008-02-28 07:44:13 +00:00
Luminary Micro EVB_LM3S811 as a JTAG interface (not onboard processor), no TRST or
SRST signals on external connector
2008-03-22 14:09:27 +00:00
@item @b{comstick}
2008-02-28 07:44:13 +00:00
Hitex STR9 comstick
2008-03-22 14:09:27 +00:00
@item @b{stm32stick}
2008-02-28 07:44:13 +00:00
Hitex STM32 Performance Stick
2008-03-22 14:09:27 +00:00
@item @b{flyswatter}
2008-02-28 07:44:13 +00:00
Tin Can Tools Flyswatter
2008-03-22 14:09:27 +00:00
@item @b{turtelizer2}
2008-02-28 07:44:13 +00:00
egnite Software turtelizer2
2008-03-22 14:09:27 +00:00
@item @b{oocdlink}
2008-02-28 07:44:13 +00:00
OOCDLink
2008-12-11 23:36:51 +00:00
@item @b{axm0432_jtag}
Axiom AXM-0432
2008-02-28 07:44:13 +00:00
@end itemize
@item @b{ft2232_vid_pid} <@var{vid}> <@var{pid}>
2008-10-15 21:07:42 +00:00
@*The vendor ID and product ID of the FTDI FT2232 device. If not specified, the FTDI
2009-03-20 13:27:02 +00:00
default values are used. Multiple <@var{vid}>, <@var{pid}> pairs may be given, e.g.
2008-11-30 22:25:43 +00:00
@example
2008-05-02 10:36:12 +00:00
ft2232_vid_pid 0x0403 0xcff8 0x15ba 0x0003
2008-11-30 22:25:43 +00:00
@end example
2008-02-28 07:44:13 +00:00
@item @b{ft2232_latency} <@var{ms}>
2009-03-20 13:27:02 +00:00
@*On some systems using FT2232 based JTAG interfaces the FT_Read function call in
2008-02-28 07:44:13 +00:00
ft2232_read() fails to return the expected number of bytes. This can be caused by
USB communication delays and has proved hard to reproduce and debug. Setting the
2009-03-20 13:27:02 +00:00
FT2232 latency timer to a larger value increases delays for short USB packets but it
2008-02-28 07:44:13 +00:00
also reduces the risk of timeouts before receiving the expected number of bytes.
2009-03-20 13:27:02 +00:00
The OpenOCD default value is 2 and for some systems a value of 10 has proved useful.
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@subsection ep93xx options
2008-02-28 07:44:13 +00:00
@cindex ep93xx options
Currently, there are no options available for the ep93xx interface.
2008-11-30 22:25:43 +00:00
@section JTAG Speed
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{jtag_khz} <@var{reset speed kHz}>
@cindex jtag_khz
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
It is debatable if this command belongs here - or in a board
2009-03-20 13:27:02 +00:00
configuration file. In fact, in some situations the JTAG speed is
changed during the target initialisation process (i.e.: (1) slow at
reset, (2) program the CPU clocks, (3) run fast)
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Speed 0 (khz) selects RTCK method. A non-zero speed is in KHZ. Hence: 3000 is 3mhz.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Not all interfaces support ``rtck''. If the interface device can not
support the rate asked for, or can not translate from kHz to
jtag_speed, then an error is returned.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
Make sure the JTAG clock is no more than @math{1/6th CPU-Clock}. This is
2008-11-30 22:25:43 +00:00
especially true for synthesized cores (-S). Also see RTCK.
2008-04-29 06:56:03 +00:00
2008-11-30 22:25:43 +00:00
@b{NOTE: Script writers} If the target chip requires/uses RTCK -
2009-03-20 13:27:02 +00:00
please use the command: 'jtag_rclk FREQ'. This Tcl proc (in
2008-11-30 22:25:43 +00:00
startup.tcl) attempts to enable RTCK, if that fails it falls back to
the specified frequency.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@example
# Fall back to 3mhz if RCLK is not supported
jtag_rclk 3000
@end example
2008-11-05 06:39:33 +00:00
2009-03-20 13:27:02 +00:00
@item @b{DEPRECATED} @b{jtag_speed} - please use jtag_khz above.
2008-11-30 22:25:43 +00:00
@cindex jtag_speed
@*Limit the maximum speed of the JTAG interface. Usually, a value of zero means maximum
speed. The actual effect of this option depends on the JTAG interface used.
2008-11-05 06:39:33 +00:00
2008-11-30 22:25:43 +00:00
The speed used during reset can be adjusted using setting jtag_speed during
pre_reset and post_reset events.
@itemize @minus
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@item wiggler: maximum speed / @var{number}
@item ft2232: 6MHz / (@var{number}+1)
@item amt jtagaccel: 8 / 2**@var{number}
@item jlink: maximum speed in kHz (0-12000), 0 will use RTCK
2008-12-19 04:25:22 +00:00
@item rlink: 24MHz / @var{number}, but only for certain values of @var{number}
2008-11-30 22:25:43 +00:00
@comment end speed list.
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@comment END command list
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@node Reset Configuration
@chapter Reset Configuration
2009-03-20 13:27:02 +00:00
@cindex Reset Configuration
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Every system configuration may require a different reset
configuration. This can also be quite confusing. Please see the
various board files for example.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section jtag_nsrst_delay <@var{ms}>
@cindex jtag_nsrst_delay
@*How long (in milliseconds) OpenOCD should wait after deasserting
nSRST before starting new JTAG operations.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section jtag_ntrst_delay <@var{ms}>
@cindex jtag_ntrst_delay
@*Same @b{jtag_nsrst_delay}, but for nTRST
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
The jtag_n[st]rst_delay options are useful if reset circuitry (like a
big resistor/capacitor, reset supervisor, or on-chip features). This
keeps the signal asserted for some time after the external reset got
deasserted.
2008-08-08 14:34:35 +00:00
2008-11-30 22:25:43 +00:00
@section reset_config
2008-08-08 14:34:35 +00:00
2009-03-20 13:27:02 +00:00
@b{Note:} To maintainers and integrators: Where exactly the
2008-11-30 22:25:43 +00:00
``reset configuration'' goes is a good question. It touches several
things at once. In the end, if you have a board file - the board file
should define it and assume 100% that the DONGLE supports
anything. However, that does not mean the target should not also make
not of something the silicon vendor has done inside the
chip. @i{Grr.... nothing is every pretty.}
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@* @b{Problems:}
@enumerate
2009-03-20 13:27:02 +00:00
@item Every JTAG Dongle is slightly different, some dongles implement reset differently.
2008-11-30 22:25:43 +00:00
@item Every board is also slightly different; some boards tie TRST and SRST together.
@item Every chip is slightly different; some chips internally tie the two signals together.
2009-03-20 13:27:02 +00:00
@item Some may not implement all of the signals the same way.
2008-11-30 22:25:43 +00:00
@item Some signals might be push-pull, others open-drain/collector.
@end enumerate
@b{Best Case:} OpenOCD can hold the SRST (push-button-reset), then
reset the TAP via TRST and send commands through the JTAG tap to halt
the CPU at the reset vector before the 1st instruction is executed,
and finally release the SRST signal.
2009-03-20 13:27:02 +00:00
@*Depending on your board vendor, chip vendor, etc., these
2008-11-30 22:25:43 +00:00
signals may have slightly different names.
OpenOCD defines these signals in these terms:
@itemize @bullet
@item @b{TRST} - is Tap Reset - and should reset only the TAP.
@item @b{SRST} - is System Reset - typically equal to a reset push button.
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
The Command:
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item @b{reset_config} <@var{signals}> [@var{combination}] [@var{trst_type}] [@var{srst_type}]
@cindex reset_config
@* The @t{reset_config} command tells OpenOCD the reset configuration
of your combination of Dongle, Board, and Chips.
If the JTAG interface provides SRST, but the target doesn't connect
that signal properly, then OpenOCD can't use it. <@var{signals}> can
be @option{none}, @option{trst_only}, @option{srst_only} or
@option{trst_and_srst}.
[@var{combination}] is an optional value specifying broken reset
signal implementations. @option{srst_pulls_trst} states that the
2009-03-20 13:27:02 +00:00
test logic is reset together with the reset of the system (e.g. Philips
2008-11-30 22:25:43 +00:00
LPC2000, "broken" board layout), @option{trst_pulls_srst} says that
the system is reset together with the test logic (only hypothetical, I
haven't seen hardware with such a bug, and can be worked around).
2009-03-20 13:27:02 +00:00
@option{combined} implies both @option{srst_pulls_trst} and
2009-03-20 10:29:12 +00:00
@option{trst_pulls_srst}. The default behaviour if no option given is
2008-11-30 22:25:43 +00:00
@option{separate}.
The [@var{trst_type}] and [@var{srst_type}] parameters allow the
driver type of the reset lines to be specified. Possible values are
@option{trst_push_pull} (default) and @option{trst_open_drain} for the
test reset signal, and @option{srst_open_drain} (default) and
@option{srst_push_pull} for the system reset. These values only affect
JTAG interfaces with support for different drivers, like the Amontec
JTAGkey and JTAGAccelerator.
@comment - end command
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@node Tap Creation
@chapter Tap Creation
@cindex tap creation
@cindex tap configuration
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
In order for OpenOCD to control a target, a JTAG tap must be
defined/created.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Commands to create taps are normally found in a configuration file and
are not normally typed by a human.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
When a tap is created a @b{dotted.name} is created for the tap. Other
commands use that dotted.name to manipulate or refer to the tap.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
Tap Uses:
@itemize @bullet
@item @b{Debug Target} A tap can be used by a GDB debug target
2009-05-22 02:25:18 +00:00
@item @b{Flash Programing} Some chips program the flash directly via JTAG,
instead of indirectly by making a CPU do it.
2009-03-20 13:27:02 +00:00
@item @b{Boundry Scan} Some chips support boundary scan.
2008-11-30 22:25:43 +00:00
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section jtag newtap
@b{@t{jtag newtap CHIPNAME TAPNAME configparams ....}}
@cindex jtag_device
@cindex jtag newtap
@cindex tap
@cindex tap order
@cindex tap geometry
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@comment START options
@itemize @bullet
@item @b{CHIPNAME}
@* is a symbolic name of the chip.
@item @b{TAPNAME}
@* is a symbol name of a tap present on the chip.
@item @b{Required configparams}
@* Every tap has 3 required configparams, and several ``optional
parameters'', the required parameters are:
@comment START REQUIRED
@itemize @bullet
2009-02-18 09:09:11 +00:00
@item @b{-irlen NUMBER} - the length in bits of the instruction register, mostly 4 or 5 bits.
@item @b{-ircapture NUMBER} - the IDCODE capture command, usually 0x01.
@item @b{-irmask NUMBER} - the corresponding mask for the IR register. For
some devices, there are bits in the IR that aren't used. This lets you mask
them off when doing comparisons. In general, this should just be all ones for
the size of the IR.
2008-11-30 22:25:43 +00:00
@comment END REQUIRED
@end itemize
2009-03-20 10:29:12 +00:00
An example of a FOOBAR Tap
2008-11-30 22:25:43 +00:00
@example
jtag newtap foobar tap -irlen 7 -ircapture 0x42 -irmask 0x55
@end example
Creates the tap ``foobar.tap'' with the instruction register (IR) is 7
bits long, during Capture-IR 0x42 is loaded into the IR, and bits
[6,4,2,0] are checked.
@item @b{Optional configparams}
@comment START Optional
@itemize @bullet
@item @b{-expected-id NUMBER}
@* By default it is zero. If non-zero represents the
2009-04-23 14:03:42 +00:00
expected tap ID used when the JTAG chain is examined. Repeat
the option as many times as required if multiple id's can be
expected. See below.
2008-11-30 22:25:43 +00:00
@item @b{-disable}
@item @b{-enable}
@* By default not specified the tap is enabled. Some chips have a
2009-03-20 13:27:02 +00:00
JTAG route controller (JRC) that is used to enable and/or disable
specific JTAG taps. You can later enable or disable any JTAG tap via
2008-11-30 22:25:43 +00:00
the command @b{jtag tapenable DOTTED.NAME} or @b{jtag tapdisable
DOTTED.NAME}
@comment END Optional
@end itemize
2008-09-24 22:15:22 +00:00
2008-11-30 22:25:43 +00:00
@comment END OPTIONS
@end itemize
@b{Notes:}
@comment START NOTES
@itemize @bullet
@item @b{Technically}
@* newtap is a sub command of the ``jtag'' command
@item @b{Big Picture Background}
@*GDB Talks to OpenOCD using the GDB protocol via
2009-03-20 13:27:02 +00:00
TCP/IP. OpenOCD then uses the JTAG interface (the dongle) to
2008-11-30 22:25:43 +00:00
control the JTAG chain on your board. Your board has one or more chips
in a @i{daisy chain configuration}. Each chip may have one or more
2009-03-20 13:27:02 +00:00
JTAG taps. GDB ends up talking via OpenOCD to one of the taps.
2008-11-30 22:25:43 +00:00
@item @b{NAME Rules}
@*Names follow ``C'' symbol name rules (start with alpha ...)
@item @b{TAPNAME - Conventions}
@itemize @bullet
@item @b{tap} - should be used only FPGA or CPLD like devices with a single tap.
2009-03-20 13:27:02 +00:00
@item @b{cpu} - the main CPU of the chip, alternatively @b{foo.arm} and @b{foo.dsp}
2008-11-30 22:25:43 +00:00
@item @b{flash} - if the chip has a flash tap, example: str912.flash
@item @b{bs} - for boundary scan if this is a seperate tap.
2009-05-18 04:40:11 +00:00
@item @b{etb} - for an embedded trace buffer (example: an ARM ETB11)
2009-03-20 13:27:02 +00:00
@item @b{jrc} - for JTAG route controller (example: OMAP3530 found on Beagleboards)
2008-11-30 22:25:43 +00:00
@item @b{unknownN} - where N is a number if you have no idea what the tap is for
@item @b{Other names} - Freescale IMX31 has a SDMA (smart dma) with a JTAG tap, that tap should be called the ``sdma'' tap.
2009-03-20 13:27:02 +00:00
@item @b{When in doubt} - use the chip maker's name in their data sheet.
2008-11-30 22:25:43 +00:00
@end itemize
@item @b{DOTTED.NAME}
@* @b{CHIPNAME}.@b{TAPNAME} creates the tap name, aka: the
@b{Dotted.Name} is the @b{CHIPNAME} and @b{TAPNAME} combined with a
dot (period); for example: @b{xilinx.tap}, @b{str912.flash},
@b{omap3530.jrc}, or @b{stm32.cpu} The @b{dotted.name} is used in
numerous other places to refer to various taps.
@item @b{ORDER}
@* The order this command appears via the config files is
important.
@item @b{Multi Tap Example}
@* This example is based on the ST Microsystems STR912. See the ST
document titled: @b{STR91xFAxxx, Section 3.15 Jtag Interface, Page:
2009-03-20 13:27:02 +00:00
28/102, Figure 3: JTAG chaining inside the STR91xFA}.
2008-11-30 22:25:43 +00:00
@url{http://eu.st.com/stonline/products/literature/ds/13495.pdf}
@*@b{checked: 28/nov/2008}
2009-03-20 13:27:02 +00:00
The diagram shows that the TDO pin connects to the flash tap, flash TDI
2008-11-30 22:25:43 +00:00
connects to the CPU debug tap, CPU TDI connects to the boundary scan
tap which then connects to the TDI pin.
@example
# The order is...
# create tap: 'str912.flash'
jtag newtap str912 flash ... params ...
# create tap: 'str912.cpu'
jtag newtap str912 cpu ... params ...
# create tap: 'str912.bs'
jtag newtap str912 bs ... params ...
@end example
@item @b{Note: Deprecated} - Index Numbers
@* Prior to 28/nov/2008, JTAG taps where numbered from 0..N this
feature is still present, however its use is highly discouraged and
2009-05-18 04:44:28 +00:00
should not be counted upon. Update all of your scripts to use
TAP names rather than numbers.
2008-11-30 22:25:43 +00:00
@item @b{Multiple chips}
@* If your board has multiple chips, you should be
able to @b{source} two configuration files, in the proper order, and
have the taps created in the proper order.
@comment END NOTES
@end itemize
@comment at command level
@comment DOCUMENT old command
@section jtag_device - REMOVED
@example
@b{jtag_device} <@var{IR length}> <@var{IR capture}> <@var{IR mask}> <@var{IDCODE instruction}>
@end example
@cindex jtag_device
2008-09-24 22:15:22 +00:00
2008-11-30 22:25:43 +00:00
@* @b{Removed: 28/nov/2008} This command has been removed and replaced
by the ``jtag newtap'' command. The documentation remains here so that
one can easily convert the old syntax to the new syntax. About the old
2009-03-20 13:27:02 +00:00
syntax: The old syntax is positional, i.e.: The 3rd parameter is the
2008-12-16 19:29:50 +00:00
``irmask''. The new syntax requires named prefixes, and supports
2009-01-07 21:16:06 +00:00
additional options, for example ``-expected-id 0x3f0f0f0f''. Please refer to the
2008-12-16 19:29:50 +00:00
@b{jtag newtap} command for details.
2008-11-30 22:25:43 +00:00
@example
2009-01-07 21:16:06 +00:00
OLD: jtag_device 8 0x01 0xe3 0xfe
NEW: jtag newtap CHIPNAME TAPNAME -irlen 8 -ircapture 0x01 -irmask 0xe3
2008-11-30 22:25:43 +00:00
@end example
@section Enable/Disable Taps
@b{Note:} These commands are intended to be used as a machine/script
interface. Humans might find the ``scan_chain'' command more helpful
when querying the state of the JTAG taps.
@b{By default, all taps are enabled}
2008-10-16 06:15:03 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{jtag tapenable} @var{DOTTED.NAME}
@item @b{jtag tapdisable} @var{DOTTED.NAME}
@item @b{jtag tapisenabled} @var{DOTTED.NAME}
2008-10-16 06:15:03 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@cindex tap enable
@cindex tap disable
@cindex JRC
@cindex route controller
2008-04-14 06:02:11 +00:00
2009-03-20 13:27:02 +00:00
These commands are used when your target has a JTAG route controller
that effectively adds or removes a tap from the JTAG chain in a
2008-11-30 22:25:43 +00:00
non-standard way.
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
The ``standard way'' to remove a tap would be to place the tap in
bypass mode. But with the advent of modern chips, this is not always a
good solution. Some taps operate slowly, others operate fast, and
2009-03-20 13:27:02 +00:00
there are other JTAG clock synchronisation problems one must face. To
solve that problem, the JTAG route controller was introduced. Rather
than ``bypass'' the tap, the tap is completely removed from the
2008-11-30 22:25:43 +00:00
circuit and skipped.
2008-04-14 06:02:11 +00:00
2009-03-20 13:27:02 +00:00
From OpenOCD's point of view, a JTAG tap is in one of 3 states:
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item @b{Enabled - Not In ByPass} and has a variable bit length
@item @b{Enabled - In ByPass} and has a length of exactly 1 bit.
@item @b{Disabled} and has a length of ZERO and is removed from the circuit.
@end itemize
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
The IEEE JTAG definition has no concept of a ``disabled'' tap.
@b{Historical note:} this feature was added 28/nov/2008
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
@b{jtag tapisenabled DOTTED.NAME}
2008-04-14 06:02:11 +00:00
2008-12-16 19:29:50 +00:00
This command returns 1 if the named tap is currently enabled, 0 if not.
2008-11-30 22:25:43 +00:00
This command exists so that scripts that manipulate a JRC (like the
2009-03-20 13:27:02 +00:00
OMAP3530 has) can determine if OpenOCD thinks a tap is presently
enabled or disabled.
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
@page
@node Target Configuration
@chapter Target Configuration
2008-04-14 06:02:11 +00:00
2009-03-20 13:27:02 +00:00
This chapter discusses how to create a GDB debug target. Before
creating a ``target'' a JTAG tap DOTTED.NAME must exist first.
2008-04-14 06:02:11 +00:00
2008-11-30 22:25:43 +00:00
@section targets [NAME]
@b{Note:} This command name is PLURAL - not singular.
2008-12-16 19:29:50 +00:00
With NO parameter, this plural @b{targets} command lists all known
2008-11-30 22:25:43 +00:00
targets in a human friendly form.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
With a parameter, this plural @b{targets} command sets the current
target to the given name. (i.e.: If there are multiple debug targets)
2008-11-30 22:25:43 +00:00
Example:
@verbatim
(gdb) mon targets
CmdName Type Endian ChainPos State
-- ---------- ---------- ---------- -------- ----------
0: target0 arm7tdmi little 0 halted
@end verbatim
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section target COMMANDS
@b{Note:} This command name is SINGULAR - not plural. It is used to
manipulate specific targets, to create targets and other things.
2008-07-07 06:29:07 +00:00
2008-11-30 22:25:43 +00:00
Once a target is created, a TARGETNAME (object) command is created;
see below for details.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
The TARGET command accepts these sub-commands:
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{create} .. parameters ..
2009-03-20 13:27:02 +00:00
@* creates a new target, see below for details.
2008-11-30 22:25:43 +00:00
@item @b{types}
@* Lists all supported target types (perhaps some are not yet in this document).
@item @b{names}
@* Lists all current debug target names, for example: 'str912.cpu' or 'pxa27.cpu' example usage:
@verbatim
foreach t [target names] {
puts [format "Target: %s\n" $t]
}
@end verbatim
@item @b{current}
@* Returns the current target. OpenOCD always has, or refers to the ``current target'' in some way.
By default, commands like: ``mww'' (used to write memory) operate on the current target.
@item @b{number} @b{NUMBER}
@* Internally OpenOCD maintains a list of targets - in numerical index
(0..N-1) this command returns the name of the target at index N.
Example usage:
@verbatim
set thename [target number $x]
puts [format "Target %d is: %s\n" $x $thename]
@end verbatim
@item @b{count}
@* Returns the number of targets known to OpenOCD (see number above)
Example:
@verbatim
set c [target count]
for { set x 0 } { $x < $c } { incr x } {
# Assuming you have created this function
print_target_details $x
}
@end verbatim
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section TARGETNAME (object) commands
@b{Use:} Once a target is created, an ``object name'' that represents the
target is created. By convention, the target name is identical to the
tap name. In a multiple target system, one can preceed many common
commands with a specific target name and effect only that target.
@example
str912.cpu mww 0x1234 0x42
omap3530.cpu mww 0x5555 123
@end example
@b{Model:} The Tcl/Tk language has the concept of object commands. A
good example is a on screen button, once a button is created a button
2009-03-20 13:27:02 +00:00
has a name (a path in Tk terms) and that name is useable as a 1st
class command. For example in Tk, one can create a button and later
2008-11-30 22:25:43 +00:00
configure it like this:
@example
# Create
button .foobar -background red -command @{ foo @}
# Modify
.foobar configure -foreground blue
# Query
set x [.foobar cget -background]
# Report
puts [format "The button is %s" $x]
@end example
2008-12-15 09:43:26 +00:00
In OpenOCD's terms, the ``target'' is an object just like a Tcl/Tk
2009-03-20 13:27:02 +00:00
button. Commands available as a ``target object'' are:
2008-11-30 22:25:43 +00:00
@comment START targetobj commands.
@itemize @bullet
@item @b{configure} - configure the target; see Target Config/Cget Options below
@item @b{cget} - query the target configuration; see Target Config/Cget Options below
2009-03-20 13:27:02 +00:00
@item @b{curstate} - current target state (running, halt, etc.
2008-11-30 22:25:43 +00:00
@item @b{eventlist}
@* Intended for a human to see/read the currently configure target events.
@item @b{Various Memory Commands} See the ``mww'' command elsewhere.
@comment start memory
@itemize @bullet
@item @b{mww} ...
@item @b{mwh} ...
@item @b{mwb} ...
@item @b{mdw} ...
@item @b{mdh} ...
@item @b{mdb} ...
@comment end memory
@end itemize
@item @b{Memory To Array, Array To Memory}
@* These are aimed at a machine interface to memory
@itemize @bullet
@item @b{mem2array ARRAYNAME WIDTH ADDRESS COUNT}
@item @b{array2mem ARRAYNAME WIDTH ADDRESS COUNT}
@* Where:
@* @b{ARRAYNAME} is the name of an array variable
@* @b{WIDTH} is 8/16/32 - indicating the memory access size
@* @b{ADDRESS} is the target memory address
@* @b{COUNT} is the number of elements to process
@end itemize
@item @b{Used during ``reset''}
@* These commands are used internally by the OpenOCD scripts to deal
with odd reset situations and are not documented here.
@itemize @bullet
@item @b{arp_examine}
@item @b{arp_poll}
@item @b{arp_reset}
@item @b{arp_halt}
@item @b{arp_waitstate}
@end itemize
@item @b{invoke-event} @b{EVENT-NAME}
@* Invokes the specific event manually for the target
@end itemize
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section Target Events
2008-12-16 19:29:50 +00:00
At various times, certain things can happen, or you want them to happen.
2008-04-23 05:42:42 +00:00
2008-11-30 22:25:43 +00:00
Examples:
@itemize @bullet
@item What should happen when GDB connects? Should your target reset?
@item When GDB tries to flash the target, do you need to enable the flash via a special command?
2008-12-16 19:29:50 +00:00
@item During reset, do you need to write to certain memory location to reconfigure the SDRAM?
2008-11-30 22:25:43 +00:00
@end itemize
2008-04-23 05:42:42 +00:00
2008-11-30 22:25:43 +00:00
All of the above items are handled by target events.
2008-04-23 05:42:42 +00:00
2008-11-30 22:25:43 +00:00
To specify an event action, either during target creation, or later
via ``$_TARGETNAME configure'' see this example.
2008-04-23 05:42:42 +00:00
2008-11-30 22:25:43 +00:00
Syntactially, the option is: ``-event NAME BODY'' where NAME is a
2009-03-20 13:27:02 +00:00
target event name, and BODY is a Tcl procedure or string of commands
2008-11-30 22:25:43 +00:00
to execute.
2008-02-28 07:44:13 +00:00
2008-12-16 19:29:50 +00:00
The programmers model is the ``-command'' option used in Tcl/Tk
2008-11-30 22:25:43 +00:00
buttons and events. Below are two identical examples, the first
creates and invokes small procedure. The second inlines the procedure.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@example
proc my_attach_proc @{ @} @{
puts "RESET...."
reset halt
@}
mychip.cpu configure -event gdb-attach my_attach_proc
mychip.cpu configure -event gdb-attach @{ puts "Reset..." ; reset halt @}
@end example
2008-12-22 14:26:44 +00:00
@section Current Events
The following events are available:
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{debug-halted}
2009-03-20 13:27:02 +00:00
@* The target has halted for debug reasons (i.e.: breakpoint)
2008-11-30 22:25:43 +00:00
@item @b{debug-resumed}
2009-03-20 13:27:02 +00:00
@* The target has resumed (i.e.: gdb said run)
2008-11-30 22:25:43 +00:00
@item @b{early-halted}
@* Occurs early in the halt process
@item @b{examine-end}
@* Currently not used (goal: when JTAG examine completes)
@item @b{examine-start}
@* Currently not used (goal: when JTAG examine starts)
@item @b{gdb-attach}
@* When GDB connects
@item @b{gdb-detach}
@* When GDB disconnects
@item @b{gdb-end}
@* When the taret has halted and GDB is not doing anything (see early halt)
@item @b{gdb-flash-erase-start}
@* Before the GDB flash process tries to erase the flash
@item @b{gdb-flash-erase-end}
@* After the GDB flash process has finished erasing the flash
@item @b{gdb-flash-write-start}
@* Before GDB writes to the flash
@item @b{gdb-flash-write-end}
@* After GDB writes to the flash
@item @b{gdb-start}
2009-03-20 13:27:02 +00:00
@* Before the taret steps, gdb is trying to start/resume the target
2008-11-30 22:25:43 +00:00
@item @b{halted}
@* The target has halted
@item @b{old-gdb_program_config}
@* DO NOT USE THIS: Used internally
@item @b{old-pre_resume}
@* DO NOT USE THIS: Used internally
@item @b{reset-assert-pre}
@* Before reset is asserted on the tap.
@item @b{reset-assert-post}
@* Reset is now asserted on the tap.
@item @b{reset-deassert-pre}
@* Reset is about to be released on the tap
@item @b{reset-deassert-post}
@* Reset has been released on the tap
@item @b{reset-end}
@* Currently not used.
@item @b{reset-halt-post}
@* Currently not usd
@item @b{reset-halt-pre}
@* Currently not used
@item @b{reset-init}
2009-05-22 02:25:18 +00:00
@* Used by @b{reset init} command for board-specific initialization.
This is where you would configure PLLs and clocking, set up DRAM so
you can download programs that don't fit in on-chip SRAM, set up pin
multiplexing, and so on.
2008-11-30 22:25:43 +00:00
@item @b{reset-start}
@* Currently not used
@item @b{reset-wait-pos}
@* Currently not used
@item @b{reset-wait-pre}
@* Currently not used
@item @b{resume-start}
@* Before any target is resumed
@item @b{resume-end}
@* After all targets have resumed
@item @b{resume-ok}
@* Success
@item @b{resumed}
@* Target has resumed
2008-12-22 14:26:44 +00:00
@item @b{tap-enable}
@* Executed by @b{jtag tapenable DOTTED.NAME} command. Example:
@example
jtag configure DOTTED.NAME -event tap-enable @{
puts "Enabling CPU"
...
@}
@end example
@item @b{tap-disable}
@*Executed by @b{jtag tapdisable DOTTED.NAME} command. Example:
@example
jtag configure DOTTED.NAME -event tap-disable @{
puts "Disabling CPU"
...
@}
@end example
2008-11-30 22:25:43 +00:00
@end itemize
2008-10-22 10:13:52 +00:00
2008-11-30 22:25:43 +00:00
@section target create
@cindex target
@cindex target creation
2008-10-17 14:53:08 +00:00
2008-11-30 22:25:43 +00:00
@example
@b{target} @b{create} <@var{NAME}> <@var{TYPE}> <@var{PARAMS ...}>
@end example
@*This command creates a GDB debug target that refers to a specific JTAG tap.
@comment START params
@itemize @bullet
@item @b{NAME}
@* Is the name of the debug target. By convention it should be the tap
2009-05-18 04:44:28 +00:00
DOTTED.NAME. This name is also used to create the target object
command, and in other places the target needs to be identified.
2008-11-30 22:25:43 +00:00
@item @b{TYPE}
2009-03-20 13:27:02 +00:00
@* Specifies the target type, i.e.: ARM7TDMI, or Cortex-M3. Currently supported targets are:
2008-11-30 22:25:43 +00:00
@comment START types
2008-02-28 07:44:13 +00:00
@itemize @minus
2008-11-30 22:25:43 +00:00
@item @b{arm7tdmi}
@item @b{arm720t}
@item @b{arm9tdmi}
@item @b{arm920t}
@item @b{arm922t}
@item @b{arm926ejs}
@item @b{arm966e}
@item @b{cortex_m3}
@item @b{feroceon}
@item @b{xscale}
@item @b{arm11}
@item @b{mips_m4k}
@comment end TYPES
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@item @b{PARAMS}
2009-03-20 13:27:02 +00:00
@*PARAMs are various target configuration parameters. The following ones are mandatory:
2008-12-16 19:29:50 +00:00
@comment START mandatory
2008-10-22 10:13:52 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{-endian big|little}
@item @b{-chain-position DOTTED.NAME}
2008-12-16 19:29:50 +00:00
@comment end MANDATORY
2008-10-22 10:13:52 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@comment END params
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@section Target Config/Cget Options
These options can be specified when the target is created, or later
via the configure option or to query the target via cget.
2009-05-18 04:47:06 +00:00
You should specify a working area if you can; typically it uses some
on-chip SRAM. Such a working area can speed up many things, including bulk
writes to target memory; flash operations like checking to see if memory needs
to be erased; GDB memory checksumming; and may help perform otherwise
unavailable operations (like some coprocessor operations on ARM7/9 systems).
2008-10-17 14:53:08 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{-type} - returns the target type
@item @b{-event NAME BODY} see Target events
2009-05-18 04:47:06 +00:00
@item @b{-work-area-virt [ADDRESS]} specify/set the work area base address
which will be used when an MMU is active.
@item @b{-work-area-phys [ADDRESS]} specify/set the work area base address
which will be used when an MMU is inactive.
2008-11-30 22:25:43 +00:00
@item @b{-work-area-size [ADDRESS]} specify/set the work area
2009-05-18 04:47:06 +00:00
@item @b{-work-area-backup [0|1]} does the work area get backed up;
by default, it doesn't. When possible, use a working_area that doesn't
need to be backed up, since performing a backup slows down operations.
2008-11-30 22:25:43 +00:00
@item @b{-endian [big|little]}
2009-03-20 13:27:02 +00:00
@item @b{-variant [NAME]} some chips have variants OpenOCD needs to know about
2008-11-30 22:25:43 +00:00
@item @b{-chain-position DOTTED.NAME} the tap name this target refers to.
@end itemize
Example:
@example
for @{ set x 0 @} @{ $x < [target count] @} @{ incr x @} @{
set name [target number $x]
set y [$name cget -endian]
set z [$name cget -type]
puts [format "Chip %d is %s, Endian: %s, type: %s" $x $y $z]
@}
@end example
2009-03-20 13:27:02 +00:00
@section Target Variants
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item @b{arm7tdmi}
@* Unknown (please write me)
@item @b{arm720t}
2009-03-20 13:27:02 +00:00
@* Unknown (please write me) (similar to arm7tdmi)
2008-11-30 22:25:43 +00:00
@item @b{arm9tdmi}
2009-03-20 13:27:02 +00:00
@* Variants: @option{arm920t}, @option{arm922t} and @option{arm940t}
2008-11-30 22:25:43 +00:00
This enables the hardware single-stepping support found on these
cores.
@item @b{arm920t}
@* None.
@item @b{arm966e}
@* None (this is also used as the ARM946)
@item @b{cortex_m3}
2009-03-20 13:27:02 +00:00
@* use variant <@var{-variant lm3s}> when debugging Luminary lm3s targets. This will cause
2008-12-15 09:43:26 +00:00
OpenOCD to use a software reset rather than asserting SRST to avoid a issue with clearing
2008-11-30 22:25:43 +00:00
the debug registers. This is fixed in Fury Rev B, DustDevil Rev B, Tempest, these revisions will
2009-03-20 10:29:12 +00:00
be detected and the normal reset behaviour used.
2008-11-30 22:25:43 +00:00
@item @b{xscale}
@* Supported variants are @option{ixp42x}, @option{ixp45x}, @option{ixp46x},@option{pxa250}, @option{pxa255}, @option{pxa26x}.
@item @b{arm11}
@* Supported variants are @option{arm1136}, @option{arm1156}, @option{arm1176}
@item @b{mips_m4k}
@* Use variant @option{ejtag_srst} when debugging targets that do not
provide a functional SRST line on the EJTAG connector. This causes
2008-12-15 09:43:26 +00:00
OpenOCD to instead use an EJTAG software reset command to reset the
2008-11-30 22:25:43 +00:00
processor. You still need to enable @option{srst} on the reset
2008-12-15 09:43:26 +00:00
configuration command to enable OpenOCD hardware reset functionality.
2009-03-20 13:27:02 +00:00
@comment END variants
2008-10-17 14:53:08 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@section working_area - Command Removed
@cindex working_area
@*@b{Please use the ``$_TARGETNAME configure -work-area-... parameters instead}
@* This documentation remains because there are existing scripts that
still use this that need to be converted.
@example
working_area target# address size backup| [virtualaddress]
@end example
@* The target# is a the 0 based target numerical index.
@node Flash Configuration
2009-03-20 13:27:02 +00:00
@chapter Flash programming
2008-11-30 22:25:43 +00:00
@cindex Flash Configuration
2009-05-22 02:25:18 +00:00
OpenOCD has different commands for NOR and NAND flash;
the ``flash'' command works with NOR flash, while
the ``nand'' command works with NAND flash.
This partially reflects different hardware technologies:
NOR flash usually supports direct CPU instruction and data bus access,
while data from a NAND flash must be copied to memory before it can be
used. (SPI flash must also be copied to memory before use.)
However, the documentation also uses ``flash'' as a generic term;
for example, ``Put flash configuration in board-specific files''.
2008-11-30 22:25:43 +00:00
@b{Note:} As of 28/nov/2008 OpenOCD does not know how to program a SPI
2009-03-20 13:27:02 +00:00
flash that a micro may boot from. Perhaps you, the reader, would like to
2008-11-30 22:25:43 +00:00
contribute support for this.
Flash Steps:
@enumerate
@item Configure via the command @b{flash bank}
@* Normally this is done in a configuration file.
@item Operate on the flash via @b{flash SOMECOMMAND}
@* Often commands to manipulate the flash are typed by a human, or run
via a script in some automated way. For example: To program the boot
flash on your board.
@item GDB Flashing
@* Flashing via GDB requires the flash be configured via ``flash
2009-03-20 13:27:02 +00:00
bank'', and the GDB flash features be enabled. See the daemon
2008-11-30 22:25:43 +00:00
configuration section for more details.
@end enumerate
2008-10-17 14:53:08 +00:00
2008-11-30 22:25:43 +00:00
@section Flash commands
2008-02-28 07:44:13 +00:00
@cindex Flash commands
2008-11-30 22:25:43 +00:00
@subsection flash banks
@b{flash banks}
2008-02-28 07:44:13 +00:00
@cindex flash banks
2008-10-15 21:07:42 +00:00
@*List configured flash banks
2008-11-30 22:25:43 +00:00
@*@b{NOTE:} the singular form: 'flash bank' is used to configure the flash banks.
@subsection flash info
@b{flash info} <@var{num}>
2008-02-28 07:44:13 +00:00
@cindex flash info
2008-10-15 21:07:42 +00:00
@*Print info about flash bank <@option{num}>
2008-11-30 22:25:43 +00:00
@subsection flash probe
@b{flash probe} <@var{num}>
2008-02-28 07:44:13 +00:00
@cindex flash probe
2008-10-15 21:07:42 +00:00
@*Identify the flash, or validate the parameters of the configured flash. Operation
2008-02-28 07:44:13 +00:00
depends on the flash type.
2008-11-30 22:25:43 +00:00
@subsection flash erase_check
@b{flash erase_check} <@var{num}>
2008-02-28 07:44:13 +00:00
@cindex flash erase_check
2008-10-15 21:07:42 +00:00
@*Check erase state of sectors in flash bank <@var{num}>. This is the only operation that
2008-02-28 07:44:13 +00:00
updates the erase state information displayed by @option{flash info}. That means you have
to issue an @option{erase_check} command after erasing or programming the device to get
updated information.
2008-11-30 22:25:43 +00:00
@subsection flash protect_check
@b{flash protect_check} <@var{num}>
2008-02-28 07:44:13 +00:00
@cindex flash protect_check
2008-10-15 21:07:42 +00:00
@*Check protection state of sectors in flash bank <num>.
2008-02-28 07:44:13 +00:00
@option{flash erase_sector} using the same syntax.
2008-12-11 15:53:45 +00:00
@subsection flash erase_sector
2008-11-30 22:25:43 +00:00
@b{flash erase_sector} <@var{num}> <@var{first}> <@var{last}>
2008-02-28 07:44:13 +00:00
@cindex flash erase_sector
2008-10-16 21:02:44 +00:00
@anchor{flash erase_sector}
2008-10-15 21:07:42 +00:00
@*Erase sectors at bank <@var{num}>, starting at sector <@var{first}> up to and including
2008-05-01 21:29:05 +00:00
<@var{last}>. Sector numbering starts at 0. Depending on the flash type, erasing may
2008-02-28 07:44:13 +00:00
require the protection to be disabled first (e.g. Intel Advanced Bootblock flash using
the CFI driver).
2008-11-30 22:25:43 +00:00
@subsection flash erase_address
@b{flash erase_address} <@var{address}> <@var{length}>
2008-02-28 07:44:13 +00:00
@cindex flash erase_address
2008-10-15 21:07:42 +00:00
@*Erase sectors starting at <@var{address}> for <@var{length}> bytes
2008-11-30 22:25:43 +00:00
@subsection flash write_bank
@b{flash write_bank} <@var{num}> <@var{file}> <@var{offset}>
2008-03-22 14:09:27 +00:00
@cindex flash write_bank
2008-10-16 21:02:44 +00:00
@anchor{flash write_bank}
2008-10-15 21:07:42 +00:00
@*Write the binary <@var{file}> to flash bank <@var{num}>, starting at
2008-03-22 14:09:27 +00:00
<@option{offset}> bytes from the beginning of the bank.
2008-11-30 22:25:43 +00:00
@subsection flash write_image
@b{flash write_image} [@var{erase}] <@var{file}> [@var{offset}] [@var{type}]
2008-02-28 07:44:13 +00:00
@cindex flash write_image
2008-10-16 21:02:44 +00:00
@anchor{flash write_image}
2008-10-15 21:07:42 +00:00
@*Write the image <@var{file}> to the current target's flash bank(s). A relocation
2008-02-28 07:44:13 +00:00
[@var{offset}] can be specified and the file [@var{type}] can be specified
explicitly as @option{bin} (binary), @option{ihex} (Intel hex), @option{elf}
2008-04-20 10:35:29 +00:00
(ELF file) or @option{s19} (Motorola s19). Flash memory will be erased prior to programming
if the @option{erase} parameter is given.
2008-11-30 22:25:43 +00:00
@subsection flash protect
@b{flash protect} <@var{num}> <@var{first}> <@var{last}> <@option{on}|@option{off}>
2008-02-28 07:44:13 +00:00
@cindex flash protect
2008-10-15 21:07:42 +00:00
@*Enable (@var{on}) or disable (@var{off}) protection of flash sectors <@var{first}> to
2008-04-20 10:35:29 +00:00
<@var{last}> of @option{flash bank} <@var{num}>.
2008-02-28 07:44:13 +00:00
2008-10-16 06:15:03 +00:00
@subsection mFlash commands
@cindex mFlash commands
@itemize @bullet
@item @b{mflash probe}
@cindex mflash probe
Probe mflash.
@item @b{mflash write} <@var{num}> <@var{file}> <@var{offset}>
@cindex mflash write
Write the binary <@var{file}> to mflash bank <@var{num}>, starting at
<@var{offset}> bytes from the beginning of the bank.
@item @b{mflash dump} <@var{num}> <@var{file}> <@var{offset}> <@var{size}>
@cindex mflash dump
Dump <size> bytes, starting at <@var{offset}> bytes from the beginning of the <@var{num}> bank
to a <@var{file}>.
@end itemize
2008-11-30 22:25:43 +00:00
@section flash bank command
2008-12-15 09:43:26 +00:00
The @b{flash bank} command is used to configure one or more flash chips (or banks in OpenOCD terms)
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@example
@b{flash bank} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}>
2009-05-18 04:44:28 +00:00
<@var{bus_width}> <@var{target}> [@var{driver_options ...}]
2008-11-30 22:25:43 +00:00
@end example
@cindex flash bank
@*Configures a flash bank at <@var{base}> of <@var{size}> bytes and <@var{chip_width}>
and <@var{bus_width}> bytes using the selected flash <driver>.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsection External Flash - cfi options
@cindex cfi options
2009-03-20 13:27:02 +00:00
CFI flashes are external flash chips - often they are connected to a
specific chip select on the CPU. By default, at hard reset, most
CPUs have the ablity to ``boot'' from some flash chip - typically
attached to the CPU's CS0 pin.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
For other chip selects: OpenOCD does not know how to configure, or
2009-03-20 13:27:02 +00:00
access a specific chip select. Instead you, the human, might need to
configure additional chip selects via other commands (like: mww) , or
2008-11-30 22:25:43 +00:00
perhaps configure a GPIO pin that controls the ``write protect'' pin
2009-03-20 13:27:02 +00:00
on the flash chip.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@b{flash bank cfi} <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}>
2009-05-18 04:44:28 +00:00
<@var{target}> [@var{jedec_probe}|@var{x16_as_x8}]
@*CFI flashes require the name or number of the target they're connected to
as an additional
2008-11-30 22:25:43 +00:00
argument. The CFI driver makes use of a working area (specified for the target)
to significantly speed up operation.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@var{chip_width} and @var{bus_width} are specified in bytes.
2008-10-16 13:16:49 +00:00
2009-03-20 13:27:02 +00:00
The @var{jedec_probe} option is used to detect certain non-CFI flash ROMs, like AM29LV010 and similar types.
2008-10-22 10:13:52 +00:00
2008-11-30 22:25:43 +00:00
@var{x16_as_x8} ???
2008-10-22 10:13:52 +00:00
2009-03-20 13:27:02 +00:00
@subsection Internal Flash (Microcontrollers)
2008-11-30 22:25:43 +00:00
@subsubsection lpc2000 options
@cindex lpc2000 options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank lpc2000} <@var{base}> <@var{size}> 0 0 <@var{target}> <@var{variant}>
2008-11-30 22:25:43 +00:00
<@var{clock}> [@var{calc_checksum}]
@*LPC flashes don't require the chip and bus width to be specified. Additional
parameters are the <@var{variant}>, which may be @var{lpc2000_v1} (older LPC21xx and LPC22xx)
2009-05-18 04:44:28 +00:00
or @var{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx),
the name or number of the target this flash belongs to (first is 0),
the frequency at which the core
2008-11-30 22:25:43 +00:00
is currently running (in kHz - must be an integral number), and the optional keyword
@var{calc_checksum}, telling the driver to calculate a valid checksum for the exception
vector table.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection at91sam7 options
@cindex at91sam7 options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank at91sam7} 0 0 0 0 <@var{target}>
@*AT91SAM7 flashes only require the @var{target}, all other values are looked up after
2008-11-30 22:25:43 +00:00
reading the chip-id and type.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection str7 options
@cindex str7 options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank str7x} <@var{base}> <@var{size}> 0 0 <@var{target}> <@var{variant}>
2008-11-30 22:25:43 +00:00
@*variant can be either STR71x, STR73x or STR75x.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection str9 options
@cindex str9 options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank str9x} <@var{base}> <@var{size}> 0 0 <@var{target}>
2009-03-20 13:27:02 +00:00
@*The str9 needs the flash controller to be configured prior to Flash programming, e.g.
2008-11-30 22:25:43 +00:00
@example
str9x flash_config 0 4 2 0 0x80000
@end example
This will setup the BBSR, NBBSR, BBADR and NBBADR registers respectively.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection str9 options (str9xpec driver)
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank str9xpec} <@var{base}> <@var{size}> 0 0 <@var{target}>
2009-03-20 13:27:02 +00:00
@*Before using the flash commands the turbo mode must be enabled using str9xpec
2008-11-30 22:25:43 +00:00
@option{enable_turbo} <@var{num>.}
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
Only use this driver for locking/unlocking the device or configuring the option bytes.
2008-12-06 10:48:46 +00:00
Use the standard str9 driver for programming. @xref{STR9 specific commands}.
2008-10-16 13:16:49 +00:00
2009-03-20 13:27:02 +00:00
@subsubsection Stellaris (LM3Sxxx) options
@cindex Stellaris (LM3Sxxx) options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank stellaris} <@var{base}> <@var{size}> 0 0 <@var{target}>
@*Stellaris flash plugin only require the @var{target}.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection stm32x options
@cindex stm32x options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank stm32x} <@var{base}> <@var{size}> 0 0 <@var{target}>
@*stm32x flash plugin only require the @var{target}.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
@subsubsection aduc702x options
@cindex aduc702x options
2008-10-16 13:16:49 +00:00
2009-05-18 04:44:28 +00:00
@b{flash bank aduc702x} 0 0 0 0 <@var{target}>
@*The aduc702x flash plugin works with Analog Devices model numbers ADUC7019 through ADUC7028. The setup command only requires the @var{target} argument (all devices in this family have the same memory layout).
2008-10-16 13:16:49 +00:00
2009-03-20 13:27:02 +00:00
@subsection mFlash Configuration
@cindex mFlash Configuration
2008-11-30 22:25:43 +00:00
@b{mflash bank} <@var{soc}> <@var{base}> <@var{chip_width}> <@var{bus_width}>
2009-05-18 04:44:28 +00:00
<@var{RST pin}> <@var{WP pin}> <@var{DPD pin}> <@var{target}>
2008-11-30 22:25:43 +00:00
@cindex mflash bank
@*Configures a mflash for <@var{soc}> host bank at
<@var{base}>. <@var{chip_width}> and <@var{bus_width}> are bytes
order. Pin number format is dependent on host GPIO calling convention.
If WP or DPD pin was not used, write -1. Currently, mflash bank
support s3c2440 and pxa270.
2008-10-16 13:16:49 +00:00
2008-11-30 22:25:43 +00:00
(ex. of s3c2440) mflash <@var{RST pin}> is GPIO B1, <@var{WP pin}> and <@var{DPD pin}> are not used.
@example
mflash bank s3c2440 0x10000000 2 2 1b -1 -1 0
@end example
(ex. of pxa270) mflash <@var{RST pin}> is GPIO 43, <@var{DPD pin}> is not used and <@var{DPD pin}> is GPIO 51.
@example
mflash bank pxa270 0x08000000 2 2 43 -1 51 0
@end example
2008-10-16 13:16:49 +00:00
2009-03-20 13:27:02 +00:00
@section Microcontroller specific Flash Commands
2008-02-28 07:44:13 +00:00
@subsection AT91SAM7 specific commands
@cindex AT91SAM7 specific commands
The flash configuration is deduced from the chip identification register. The flash
2009-03-20 13:27:02 +00:00
controller handles erases automatically on a page (128/265 byte) basis, so erase is
2008-02-28 07:44:13 +00:00
not necessary for flash programming. AT91SAM7 processors with less than 512K flash
only have a single flash bank embedded on chip. AT91SAM7xx512 have two flash planes
2008-05-01 21:29:05 +00:00
that can be erased separatly. Only an EraseAll command is supported by the controller
2008-02-28 07:44:13 +00:00
for each flash plane and this is called with
@itemize @bullet
@item @b{flash erase} <@var{num}> @var{first_plane} @var{last_plane}
2008-10-15 21:07:42 +00:00
@*bulk erase flash planes first_plane to last_plane.
2008-02-28 07:44:13 +00:00
@item @b{at91sam7 gpnvm} <@var{num}> <@var{bit}> <@option{set}|@option{clear}>
@cindex at91sam7 gpnvm
2008-10-15 21:07:42 +00:00
@*set or clear a gpnvm bit for the processor
2008-02-28 07:44:13 +00:00
@end itemize
@subsection STR9 specific commands
@cindex STR9 specific commands
2008-12-06 10:48:46 +00:00
@anchor{STR9 specific commands}
2008-02-28 07:44:13 +00:00
These are flash specific commands when using the str9xpec driver.
@itemize @bullet
@item @b{str9xpec enable_turbo} <@var{num}>
@cindex str9xpec enable_turbo
2009-03-20 13:27:02 +00:00
@*enable turbo mode, will simply remove the str9 from the chain and talk
2008-02-28 07:44:13 +00:00
directly to the embedded flash controller.
@item @b{str9xpec disable_turbo} <@var{num}>
@cindex str9xpec disable_turbo
2009-03-20 13:27:02 +00:00
@*restore the str9 into JTAG chain.
2008-02-28 07:44:13 +00:00
@item @b{str9xpec lock} <@var{num}>
@cindex str9xpec lock
2008-10-15 21:07:42 +00:00
@*lock str9 device. The str9 will only respond to an unlock command that will
2008-02-28 07:44:13 +00:00
erase the device.
@item @b{str9xpec unlock} <@var{num}>
@cindex str9xpec unlock
2008-10-15 21:07:42 +00:00
@*unlock str9 device.
2008-02-28 07:44:13 +00:00
@item @b{str9xpec options_read} <@var{num}>
@cindex str9xpec options_read
2008-10-15 21:07:42 +00:00
@*read str9 option bytes.
2008-02-28 07:44:13 +00:00
@item @b{str9xpec options_write} <@var{num}>
@cindex str9xpec options_write
2008-10-15 21:07:42 +00:00
@*write str9 option bytes.
2008-02-28 07:44:13 +00:00
@end itemize
2008-12-06 10:48:46 +00:00
Note: Before using the str9xpec driver here is some background info to help
2008-12-15 09:43:26 +00:00
you better understand how the drivers works. OpenOCD has two flash drivers for
2008-12-06 10:48:46 +00:00
the str9.
@enumerate
@item
Standard driver @option{str9x} programmed via the str9 core. Normally used for
flash programming as it is faster than the @option{str9xpec} driver.
@item
2009-03-20 13:27:02 +00:00
Direct programming @option{str9xpec} using the flash controller. This is an
2008-12-06 10:48:46 +00:00
ISC compilant (IEEE 1532) tap connected in series with the str9 core. The str9
core does not need to be running to program using this flash driver. Typical use
for this driver is locking/unlocking the target and programming the option bytes.
@end enumerate
2009-03-20 13:27:02 +00:00
Before we run any commands using the @option{str9xpec} driver we must first disable
2008-12-06 10:48:46 +00:00
the str9 core. This example assumes the @option{str9xpec} driver has been
configured for flash bank 0.
@example
# assert srst, we do not want core running
# while accessing str9xpec flash driver
jtag_reset 0 1
# turn off target polling
poll off
# disable str9 core
str9xpec enable_turbo 0
# read option bytes
str9xpec options_read 0
# re-enable str9 core
str9xpec disable_turbo 0
poll on
reset halt
@end example
The above example will read the str9 option bytes.
When performing a unlock remember that you will not be able to halt the str9 - it
has been locked. Halting the core is not required for the @option{str9xpec} driver
2009-03-20 13:27:02 +00:00
as mentioned above, just issue the commands above manually or from a telnet prompt.
2008-12-06 10:48:46 +00:00
2008-02-28 07:44:13 +00:00
@subsection STR9 configuration
@cindex STR9 configuration
@itemize @bullet
@item @b{str9x flash_config} <@var{bank}> <@var{BBSR}> <@var{NBBSR}>
<@var{BBADR}> <@var{NBBADR}>
@cindex str9x flash_config
2008-10-15 21:07:42 +00:00
@*Configure str9 flash controller.
2008-11-30 22:25:43 +00:00
@example
2009-03-20 13:27:02 +00:00
e.g. str9x flash_config 0 4 2 0 0x80000
2008-02-28 07:44:13 +00:00
This will setup
BBSR - Boot Bank Size register
NBBSR - Non Boot Bank Size register
BBADR - Boot Bank Start Address register
NBBADR - Boot Bank Start Address register
2008-11-30 22:25:43 +00:00
@end example
@end itemize
@subsection STR9 option byte configuration
@cindex STR9 option byte configuration
@itemize @bullet
@item @b{str9xpec options_cmap} <@var{num}> <@option{bank0}|@option{bank1}>
@cindex str9xpec options_cmap
@*configure str9 boot bank.
@item @b{str9xpec options_lvdthd} <@var{num}> <@option{2.4v}|@option{2.7v}>
@cindex str9xpec options_lvdthd
@*configure str9 lvd threshold.
@item @b{str9xpec options_lvdsel} <@var{num}> <@option{vdd}|@option{vdd_vddq}>
@cindex str9xpec options_lvdsel
@*configure str9 lvd source.
@item @b{str9xpec options_lvdwarn} <@var{bank}> <@option{vdd}|@option{vdd_vddq}>
@cindex str9xpec options_lvdwarn
@*configure str9 lvd reset warning source.
@end itemize
@subsection STM32x specific commands
@cindex STM32x specific commands
These are flash specific commands when using the stm32x driver.
@itemize @bullet
@item @b{stm32x lock} <@var{num}>
@cindex stm32x lock
@*lock stm32 device.
@item @b{stm32x unlock} <@var{num}>
@cindex stm32x unlock
@*unlock stm32 device.
@item @b{stm32x options_read} <@var{num}>
@cindex stm32x options_read
@*read stm32 option bytes.
@item @b{stm32x options_write} <@var{num}> <@option{SWWDG}|@option{HWWDG}>
<@option{RSTSTNDBY}|@option{NORSTSTNDBY}> <@option{RSTSTOP}|@option{NORSTSTOP}>
@cindex stm32x options_write
@*write stm32 option bytes.
@item @b{stm32x mass_erase} <@var{num}>
@cindex stm32x mass_erase
@*mass erase flash memory.
2008-02-28 07:44:13 +00:00
@end itemize
2008-11-30 22:25:43 +00:00
@subsection Stellaris specific commands
@cindex Stellaris specific commands
These are flash specific commands when using the Stellaris driver.
@itemize @bullet
@item @b{stellaris mass_erase} <@var{num}>
@cindex stellaris mass_erase
@*mass erase flash memory.
@end itemize
2009-05-22 02:25:18 +00:00
@node NAND Flash Commands
@chapter NAND Flash Commands
@cindex NAND
Compared to NOR or SPI flash, NAND devices are inexpensive
and high density. Today's NAND chips, and multi-chip modules,
commonly hold multiple GigaBytes of data.
NAND chips consist of a number of ``erase blocks'' of a given
size (such as 128 KBytes), each of which is divided into a
number of pages (of perhaps 512 or 2048 bytes each). Each
page of a NAND flash has an ``out of band'' (OOB) area to hold
Error Correcting Code (ECC) and other metadata, usually 16 bytes
of OOB for every 512 bytes of page data.
One key characteristic of NAND flash is that its error rate
is higher than that of NOR flash. In normal operation, that
ECC is used to correct and detect errors. However, NAND
blocks can also wear out and become unusable; those blocks
are then marked "bad". NAND chips are even shipped from the
manufacturer with a few bad blocks. The highest density chips
use a technology (MLC) that wears out more quickly, so ECC
support is increasingly important as a way to detect blocks
that have begun to fail, and help to preserve data integrity
with techniques such as wear leveling.
Software is used to manage the ECC. Some controllers don't
support ECC directly; in those cases, software ECC is used.
Other controllers speed up the ECC calculations with hardware.
Single-bit error correction hardware is routine. Controllers
geared for newer MLC chips may correct 4 or more errors for
every 512 bytes of data.
You will need to make sure that any data you write using
OpenOCD includes the apppropriate kind of ECC. For example,
that may mean passing the @code{oob_softecc} flag when
writing NAND data, or ensuring that the correct hardware
ECC mode is used.
The basic steps for using NAND devices include:
@enumerate
@item Declare via the command @command{nand device}
@* Do this in a board-specific configuration file,
passing parameters as needed by the controller.
@item Configure each device using @command{nand probe}.
@* Do this only after the associated target is set up,
such as in its reset-init script or in procures defined
to access that device.
@item Operate on the flash via @command{nand subcommand}
@* Often commands to manipulate the flash are typed by a human, or run
via a script in some automated way. Common task include writing a
boot loader, operating system, or other data needed to initialize or
de-brick a board.
@end enumerate
@section NAND Configuration Commands
@cindex NAND configuration
NAND chips must be declared in configuration scripts,
plus some additional configuration that's done after
OpenOCD has initialized.
@deffn {Config Command} {nand device} controller target [configparams...]
Declares a NAND device, which can be read and written to
after it has been configured through @command{nand probe}.
In OpenOCD, devices are single chips; this is unlike some
operating systems, which may manage multiple chips as if
they were a single (larger) device.
In some cases, configuring a device will activate extra
commands; see the controller-specific documentation.
@b{NOTE:} This command is not available after OpenOCD
initialization has completed. Use it in board specific
configuration files, not interactively.
@itemize @bullet
@item @var{controller} ... identifies a the controller driver
associated with the NAND device being declared.
@xref{NAND Driver List}.
@item @var{target} ... names the target used when issuing
commands to the NAND controller.
@comment Actually, it's currently a controller-specific parameter...
@item @var{configparams} ... controllers may support, or require,
additional parameters. See the controller-specific documentation
for more information.
@end itemize
@end deffn
@deffn Command {nand list}
Prints a one-line summary of each device declared
using @command{nand device}, numbered from zero.
Note that un-probed devices show no details.
@end deffn
@deffn Command {nand probe} num
Probes the specified device to determine key characteristics
like its page and block sizes, and how many blocks it has.
The @var{num} parameter is the value shown by @command{nand list}.
You must (successfully) probe a device before you can use
it with most other NAND commands.
@end deffn
@section Erasing, Reading, Writing to NAND Flash
@deffn Command {nand dump} num filename offset length [oob_option]
@cindex NAND reading
Reads binary data from the NAND device and writes it to the file,
starting at the specified offset.
The @var{num} parameter is the value shown by @command{nand list}.
Use a complete path name for @var{filename}, so you don't depend
on the directory used to start the OpenOCD server.
The @var{offset} and @var{length} must be exact multiples of the
device's page size. They describe a data region; the OOB data
associated with each such page may also be accessed.
@b{NOTE:} At the time this text was written, no error correction
was done on the data that's read, unless raw access was disabled
and the underlying NAND controller driver had a @code{read_page}
method which handled that error correction.
By default, only page data is saved to the specified file.
Use an @var{oob_option} parameter to save OOB data:
@itemize @bullet
@item no oob_* parameter
@*Output file holds only page data; OOB is discarded.
@item @code{oob_raw}
@*Output file interleaves page data and OOB data;
the file will be longer than "length" by the size of the
spare areas associated with each data page.
Note that this kind of "raw" access is different from
what's implied by @command{nand raw_access}, which just
controls whether a hardware-aware access method is used.
@item @code{oob_only}
@*Output file has only raw OOB data, and will
be smaller than "length" since it will contain only the
spare areas associated with each data page.
@end itemize
@end deffn
@deffn Command {nand erase} num ...
@cindex NAND erasing
@b{NOTE:} Syntax is in flux.
@end deffn
@deffn Command {nand write} num filename offset [option...]
@cindex NAND writing
Writes binary data from the file into the specified NAND device,
starting at the specified offset. Those pages should already
have been erased; you can't change zero bits to one bits.
The @var{num} parameter is the value shown by @command{nand list}.
Use a complete path name for @var{filename}, so you don't depend
on the directory used to start the OpenOCD server.
The @var{offset} must be an exact multiple of the device's page size.
All data in the file will be written, assuming it doesn't run
past the end of the device.
Only full pages are written, and any extra space in the last
page will be filled with 0xff bytes. (That includes OOB data,
if that's being written.)
@b{NOTE:} At the time this text was written, bad blocks are
ignored. That is, this routine will not skip bad blocks,
but will instead try to write them. This can cause problems.
Provide at most one @var{option} parameter. With some
NAND drivers, the meanings of these parameters may change
if @command{nand raw_access} was used to disable hardware ECC.
@itemize @bullet
@item no oob_* parameter
@*File has only page data, which is written.
If raw acccess is in use, the OOB area will not be written.
Otherwise, if the underlying NAND controller driver has
a @code{write_page} routine, that routine may write the OOB
with hardware-computed ECC data.
@item @code{oob_only}
@*File has only raw OOB data, which is written to the OOB area.
Each page's data area stays untouched. @i{This can be a dangerous
option}, since it can invalidate the ECC data.
You may need to force raw access to use this mode.
@item @code{oob_raw}
@*File interleaves data and OOB data, both of which are written
If raw access is enabled, the data is written first, then the
un-altered OOB.
Otherwise, if the underlying NAND controller driver has
a @code{write_page} routine, that routine may modify the OOB
before it's written, to include hardware-computed ECC data.
@item @code{oob_softecc}
@*File has only page data, which is written.
The OOB area is filled with 0xff, except for a standard 1-bit
software ECC code stored in conventional locations.
You might need to force raw access to use this mode, to prevent
the underlying driver from applying hardware ECC.
@item @code{oob_softecc_kw}
@*File has only page data, which is written.
The OOB area is filled with 0xff, except for a 4-bit software ECC
specific to the boot ROM in Marvell Kirkwood SoCs.
You might need to force raw access to use this mode, to prevent
the underlying driver from applying hardware ECC.
@end itemize
@end deffn
@section Other NAND commands
@cindex NAND other commands
@deffn Command {nand check_bad} num ...
@b{NOTE:} Syntax is in flux.
@end deffn
@deffn Command {nand info} num
The @var{num} parameter is the value shown by @command{nand list}.
This prints the one-line summary from "nand list", plus for
devices which have been probed this also prints any known
status for each block.
@end deffn
@deffn Command {nand raw_access} num <enable|disable>
Sets or clears an flag affecting how page I/O is done.
The @var{num} parameter is the value shown by @command{nand list}.
This flag is cleared (disabled) by default, but changing that
value won't affect all NAND devices. The key factor is whether
the underlying driver provides @code{read_page} or @code{write_page}
methods. If it doesn't provide those methods, the setting of
this flag is irrelevant; all access is effectively ``raw''.
When those methods exist, they are normally used when reading
data (@command{nand dump} or reading bad block markers) or
writing it (@command{nand write}). However, enabling
raw access (setting the flag) prevents use of those methods,
bypassing hardware ECC logic.
@i{This can be a dangerous option}, since writing blocks
with the wrong ECC data can cause them to be marked as bad.
@end deffn
@section NAND Drivers; Driver-specific Options and Commands
@anchor{NAND Driver List}
As noted above, the @command{nand device} command allows
driver-specific options and behaviors.
Some controllers also activate controller-specific commands.
@deffn {NAND Driver} lpc3180
These controllers require an extra @command{nand device}
parameter: the clock rate used by the controller.
@deffn Command {nand lpc3180 select} num [mlc|slc]
Configures use of the MLC or SLC controller mode.
MLC implies use of hardware ECC.
The @var{num} parameter is the value shown by @command{nand list}.
@end deffn
At this writing, this driver includes @code{write_page}
and @code{read_page} methods. Using @command{nand raw_access}
to disable those methods will prevent use of hardware ECC
in the MLC controller mode, but won't change SLC behavior.
@end deffn
@comment current lpc3180 code won't issue 5-byte address cycles
@deffn {NAND Driver} orion
These controllers require an extra @command{nand device}
parameter: the address of the controller.
@example
nand device orion 0xd8000000
@end example
These controllers don't define any specialized commands.
At this writing, their drivers don't include @code{write_page}
or @code{read_page} methods, so @command{nand raw_access} won't
change any behavior.
@end deffn
@deffn {NAND Driver} {s3c2410, s3c2412, s3c2440, s3c2443}
These S3C24xx family controllers don't have any special
@command{nand device} options, and don't define any
specialized commands.
At this writing, their drivers don't include @code{write_page}
or @code{read_page} methods, so @command{nand raw_access} won't
change any behavior.
@end deffn
2009-03-20 10:29:12 +00:00
@node General Commands
@chapter General Commands
2008-11-30 22:25:43 +00:00
@cindex commands
The commands documented in this chapter here are common commands that
2009-03-20 13:27:02 +00:00
you, as a human, may want to type and see the output of. Configuration type
2008-11-30 22:25:43 +00:00
commands are documented elsewhere.
Intent:
@itemize @bullet
@item @b{Source Of Commands}
@* OpenOCD commands can occur in a configuration script (discussed
elsewhere) or typed manually by a human or supplied programatically,
2009-03-20 13:27:02 +00:00
or via one of several TCP/IP Ports.
2008-11-30 22:25:43 +00:00
@item @b{From the human}
2009-03-20 13:27:02 +00:00
@* A human should interact with the telnet interface (default port: 4444,
2008-11-30 22:25:43 +00:00
or via GDB, default port 3333)
To issue commands from within a GDB session, use the @option{monitor}
command, e.g. use @option{monitor poll} to issue the @option{poll}
command. All output is relayed through the GDB session.
@item @b{Machine Interface}
2009-03-20 13:27:02 +00:00
The Tcl interface's intent is to be a machine interface. The default Tcl
2008-11-30 22:25:43 +00:00
port is 5555.
@end itemize
@section Daemon Commands
2008-12-27 02:18:06 +00:00
@subsection sleep [@var{msec}]
2008-11-30 22:25:43 +00:00
@cindex sleep
@*Wait for n milliseconds before resuming. Useful in connection with script files
(@var{script} command and @var{target_script} configuration).
2008-12-27 02:18:06 +00:00
@subsection shutdown
2008-11-30 22:25:43 +00:00
@cindex shutdown
2009-03-20 13:27:02 +00:00
@*Close the OpenOCD daemon, disconnecting all clients (GDB, telnet, other).
2008-11-30 22:25:43 +00:00
@subsection debug_level [@var{n}]
@cindex debug_level
@anchor{debug_level}
@*Display or adjust debug level to n<0-3>
@subsection fast [@var{enable|disable}]
@cindex fast
2009-03-20 10:29:12 +00:00
@*Default disabled. Set default behaviour of OpenOCD to be "fast and dangerous". For instance ARM7/9 DCC memory
2008-11-30 22:25:43 +00:00
downloads and fast memory access will work if the JTAG interface isn't too fast and
the core doesn't run at a too low frequency. Note that this option only changes the default
and that the indvidual options, like DCC memory downloads, can be enabled and disabled
individually.
2009-03-20 10:29:12 +00:00
The target specific "dangerous" optimisation tweaking options may come and go
2008-11-30 22:25:43 +00:00
as more robust and user friendly ways are found to ensure maximum throughput
and robustness with a minimum of configuration.
Typically the "fast enable" is specified first on the command line:
@example
openocd -c "fast enable" -c "interface dummy" -f target/str710.cfg
@end example
2009-05-19 18:30:01 +00:00
@subsection echo <@var{message}>
@cindex echo
@*Output message to stdio. e.g. echo "Programming - please wait"
2008-11-30 22:25:43 +00:00
@subsection log_output <@var{file}>
@cindex log_output
@*Redirect logging to <file> (default: stderr)
@subsection script <@var{file}>
@cindex script
@*Execute commands from <file>
2009-03-20 13:27:02 +00:00
See also: ``source [find FILENAME]''
2008-11-30 22:25:43 +00:00
@section Target state handling
@subsection power <@var{on}|@var{off}>
@cindex reg
@*Turn power switch to target on/off.
No arguments: print status.
Not all interfaces support this.
@subsection reg [@option{#}|@option{name}] [value]
@cindex reg
@*Access a single register by its number[@option{#}] or by its [@option{name}].
No arguments: list all available registers for the current target.
2009-03-20 13:27:02 +00:00
Number or name argument: display a register.
Number or name and value arguments: set register value.
2008-11-30 22:25:43 +00:00
@subsection poll [@option{on}|@option{off}]
@cindex poll
@*Poll the target for its current state. If the target is in debug mode, architecture
specific information about the current state is printed. An optional parameter
allows continuous polling to be enabled and disabled.
@subsection halt [@option{ms}]
@cindex halt
@*Send a halt request to the target and wait for it to halt for up to [@option{ms}] milliseconds.
Default [@option{ms}] is 5 seconds if no arg given.
Optional arg @option{ms} is a timeout in milliseconds. Using 0 as the [@option{ms}]
will stop OpenOCD from waiting.
@subsection wait_halt [@option{ms}]
@cindex wait_halt
@*Wait for the target to enter debug mode. Optional [@option{ms}] is
a timeout in milliseconds. Default [@option{ms}] is 5 seconds if no
2009-03-20 13:27:02 +00:00
arg is given.
2008-11-30 22:25:43 +00:00
@subsection resume [@var{address}]
@cindex resume
@*Resume the target at its current code position, or at an optional address.
OpenOCD will wait 5 seconds for the target to resume.
@subsection step [@var{address}]
@cindex step
@*Single-step the target at its current code position, or at an optional address.
@subsection reset [@option{run}|@option{halt}|@option{init}]
@cindex reset
@*Perform a hard-reset. The optional parameter specifies what should happen after the reset.
With no arguments a "reset run" is executed
@itemize @minus
@item @b{run}
@cindex reset run
@*Let the target run.
@item @b{halt}
@cindex reset halt
@*Immediately halt the target (works only with certain configurations).
@item @b{init}
@cindex reset init
@*Immediately halt the target, and execute the reset script (works only with certain
configurations)
@end itemize
@subsection soft_reset_halt
@cindex reset
2009-03-20 13:27:02 +00:00
@*Requesting target halt and executing a soft reset. This is often used
2008-11-30 22:25:43 +00:00
when a target cannot be reset and halted. The target, after reset is
released begins to execute code. OpenOCD attempts to stop the CPU and
2009-03-20 13:27:02 +00:00
then sets the program counter back to the reset vector. Unfortunately
the code that was executed may have left the hardware in an unknown
2008-11-30 22:25:43 +00:00
state.
@section Memory access commands
@subsection meminfo
2009-03-20 13:27:02 +00:00
display available RAM memory.
@subsection Memory peek/poke type commands
2008-11-30 22:25:43 +00:00
These commands allow accesses of a specific size to the memory
system. Often these are used to configure the current target in some
special way. For example - one may need to write certian values to the
SDRAM controller to enable SDRAM.
@enumerate
@item To change the current target see the ``targets'' (plural) command
2009-03-20 13:27:02 +00:00
@item In system level scripts these commands are deprecated, please use the TARGET object versions.
2008-11-30 22:25:43 +00:00
@end enumerate
@itemize @bullet
@item @b{mdw} <@var{addr}> [@var{count}]
@cindex mdw
@*display memory words (32bit)
@item @b{mdh} <@var{addr}> [@var{count}]
@cindex mdh
@*display memory half-words (16bit)
@item @b{mdb} <@var{addr}> [@var{count}]
@cindex mdb
@*display memory bytes (8bit)
@item @b{mww} <@var{addr}> <@var{value}>
@cindex mww
@*write memory word (32bit)
@item @b{mwh} <@var{addr}> <@var{value}>
@cindex mwh
@*write memory half-word (16bit)
@item @b{mwb} <@var{addr}> <@var{value}>
@cindex mwb
@*write memory byte (8bit)
@end itemize
2009-03-20 13:27:02 +00:00
@section Image loading commands
2008-11-30 22:25:43 +00:00
@subsection load_image
@b{load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
@cindex load_image
@anchor{load_image}
@*Load image <@var{file}> to target memory at <@var{address}>
@subsection fast_load_image
@b{fast_load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
@cindex fast_load_image
@anchor{fast_load_image}
@*Normally you should be using @b{load_image} or GDB load. However, for
2009-03-20 13:27:02 +00:00
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
2008-11-30 22:25:43 +00:00
can be a way to upload e.g. multiple debug sessions when the binary does not change.
2009-03-20 13:27:02 +00:00
Arguments are the same as @b{load_image}, but the image is stored in OpenOCD host
2008-11-30 22:25:43 +00:00
memory, i.e. does not affect target. This approach is also useful when profiling
2009-03-20 13:27:02 +00:00
target programming performance as I/O and target programming can easily be profiled
separately.
2008-11-30 22:25:43 +00:00
@subsection fast_load
@b{fast_load}
@cindex fast_image
@anchor{fast_image}
2009-03-20 13:27:02 +00:00
@*Loads an image stored in memory by @b{fast_load_image} to the current target. Must be preceeded by fast_load_image.
2008-11-30 22:25:43 +00:00
@subsection dump_image
@b{dump_image} <@var{file}> <@var{address}> <@var{size}>
@cindex dump_image
@anchor{dump_image}
@*Dump <@var{size}> bytes of target memory starting at <@var{address}> to a
(binary) <@var{file}>.
@subsection verify_image
@b{verify_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
@cindex verify_image
@*Verify <@var{file}> against target memory starting at <@var{address}>.
2009-03-20 13:27:02 +00:00
This will first attempt a comparison using a CRC checksum, if this fails it will try a binary compare.
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@section Breakpoint commands
@cindex Breakpoint commands
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-11-30 22:25:43 +00:00
@item @b{bp} <@var{addr}> <@var{len}> [@var{hw}]
@cindex bp
@*set breakpoint <address> <length> [hw]
@item @b{rbp} <@var{addr}>
@cindex rbp
@*remove breakpoint <adress>
@item @b{wp} <@var{addr}> <@var{len}> <@var{r}|@var{w}|@var{a}> [@var{value}] [@var{mask}]
@cindex wp
@*set watchpoint <address> <length> <r/w/a> [value] [mask]
@item @b{rwp} <@var{addr}>
@cindex rwp
@*remove watchpoint <adress>
2008-02-28 07:44:13 +00:00
@end itemize
2009-03-20 10:29:12 +00:00
@section Misc Commands
@cindex Other Target Commands
2008-11-30 22:25:43 +00:00
@itemize
@item @b{profile} <@var{seconds}> <@var{gmon.out}>
2009-03-20 13:27:02 +00:00
Profiling samples the CPU's program counter as quickly as possible, which is useful for non-intrusive stochastic profiling.
2008-05-24 15:01:56 +00:00
@end itemize
2009-03-20 10:29:12 +00:00
@section Target Specific Commands
@cindex Target Specific Commands
2008-11-30 22:25:43 +00:00
2008-02-28 07:44:13 +00:00
@page
2009-03-20 10:29:12 +00:00
@section Architecture Specific Commands
@cindex Architecture Specific Commands
2008-02-28 07:44:13 +00:00
@subsection ARMV4/5 specific commands
@cindex ARMV4/5 specific commands
These commands are specific to ARM architecture v4 and v5, like all ARM7/9 systems
or Intel XScale (XScale isn't supported yet).
@itemize @bullet
@item @b{armv4_5 reg}
@cindex armv4_5 reg
2008-10-15 21:07:42 +00:00
@*Display a list of all banked core registers, fetching the current value from every
2008-02-28 07:44:13 +00:00
core mode if necessary. OpenOCD versions before rev. 60 didn't fetch the current
register value.
2008-03-22 14:09:27 +00:00
@item @b{armv4_5 core_mode} [@var{arm}|@var{thumb}]
2008-02-28 07:44:13 +00:00
@cindex armv4_5 core_mode
2008-10-15 21:07:42 +00:00
@*Displays the core_mode, optionally changing it to either ARM or Thumb mode.
2008-02-28 07:44:13 +00:00
The target is resumed in the currently set @option{core_mode}.
@end itemize
@subsection ARM7/9 specific commands
@cindex ARM7/9 specific commands
These commands are specific to ARM7 and ARM9 targets, like ARM7TDMI, ARM720t,
2009-03-20 13:27:02 +00:00
ARM920T or ARM926EJ-S.
2008-02-28 07:44:13 +00:00
@itemize @bullet
2008-03-22 14:09:27 +00:00
@item @b{arm7_9 dbgrq} <@var{enable}|@var{disable}>
2008-02-28 07:44:13 +00:00
@cindex arm7_9 dbgrq
2008-10-15 21:07:42 +00:00
@*Enable use of the DBGRQ bit to force entry into debug mode. This should be
2008-02-28 07:44:13 +00:00
safe for all but ARM7TDMI--S cores (like Philips LPC).
2008-03-22 14:09:27 +00:00
@item @b{arm7_9 fast_memory_access} <@var{enable}|@var{disable}>
2008-02-28 07:44:13 +00:00
@cindex arm7_9 fast_memory_access
2008-10-16 21:02:44 +00:00
@anchor{arm7_9 fast_memory_access}
2008-10-15 21:07:42 +00:00
@*Allow OpenOCD to read and write memory without checking completion of
2008-02-28 07:44:13 +00:00
the operation. This provides a huge speed increase, especially with USB JTAG
2009-03-20 13:27:02 +00:00
cables (FT2232), but might be unsafe if used with targets running at very low
speeds, like the 32kHz startup clock of an AT91RM9200.
2008-03-22 14:09:27 +00:00
@item @b{arm7_9 dcc_downloads} <@var{enable}|@var{disable}>
2008-02-28 07:44:13 +00:00
@cindex arm7_9 dcc_downloads
2008-10-15 21:07:42 +00:00
@*Enable the use of the debug communications channel (DCC) to write larger (>128 byte)
2008-02-28 07:44:13 +00:00
amounts of memory. DCC downloads offer a huge speed increase, but might be potentially
2009-03-20 13:27:02 +00:00
unsafe, especially with targets running at very low speeds. This command was introduced
2009-05-18 04:47:06 +00:00
with OpenOCD rev. 60, and requires a few bytes of working area.
2008-02-28 07:44:13 +00:00
@end itemize
2008-03-22 14:09:27 +00:00
@subsection ARM720T specific commands
@cindex ARM720T specific commands
@itemize @bullet
@item @b{arm720t cp15} <@var{num}> [@var{value}]
@cindex arm720t cp15
2008-10-15 21:07:42 +00:00
@*display/modify cp15 register <@option{num}> [@option{value}].
2008-03-22 14:09:27 +00:00
@item @b{arm720t md<bhw>_phys} <@var{addr}> [@var{count}]
@cindex arm720t md<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Display memory at physical address addr.
2008-03-22 14:09:27 +00:00
@item @b{arm720t mw<bhw>_phys} <@var{addr}> <@var{value}>
@cindex arm720t mw<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Write memory at physical address addr.
2008-03-22 14:09:27 +00:00
@item @b{arm720t virt2phys} <@var{va}>
@cindex arm720t virt2phys
2008-10-15 21:07:42 +00:00
@*Translate a virtual address to a physical address.
2008-03-22 14:09:27 +00:00
@end itemize
@subsection ARM9TDMI specific commands
@cindex ARM9TDMI specific commands
@itemize @bullet
@item @b{arm9tdmi vector_catch} <@var{all}|@var{none}>
@cindex arm9tdmi vector_catch
2008-10-15 21:07:42 +00:00
@*Catch arm9 interrupt vectors, can be @option{all} @option{none} or any of the following:
2008-03-22 14:09:27 +00:00
@option{reset} @option{undef} @option{swi} @option{pabt} @option{dabt} @option{reserved}
@option{irq} @option{fiq}.
2009-03-20 13:27:02 +00:00
Can also be used on other ARM9 based cores such as ARM966, ARM920T and ARM926EJ-S.
2008-03-22 14:09:27 +00:00
@end itemize
@subsection ARM966E specific commands
@cindex ARM966E specific commands
@itemize @bullet
@item @b{arm966e cp15} <@var{num}> [@var{value}]
@cindex arm966e cp15
2008-10-15 21:07:42 +00:00
@*display/modify cp15 register <@option{num}> [@option{value}].
2008-03-22 14:09:27 +00:00
@end itemize
2008-02-28 07:44:13 +00:00
@subsection ARM920T specific commands
@cindex ARM920T specific commands
@itemize @bullet
2008-03-22 14:09:27 +00:00
@item @b{arm920t cp15} <@var{num}> [@var{value}]
@cindex arm920t cp15
2008-10-15 21:07:42 +00:00
@*display/modify cp15 register <@option{num}> [@option{value}].
2008-03-22 14:09:27 +00:00
@item @b{arm920t cp15i} <@var{num}> [@var{value}] [@var{address}]
@cindex arm920t cp15i
2008-10-15 21:07:42 +00:00
@*display/modify cp15 (interpreted access) <@option{opcode}> [@option{value}] [@option{address}]
2008-02-28 07:44:13 +00:00
@item @b{arm920t cache_info}
@cindex arm920t cache_info
2009-03-20 13:27:02 +00:00
@*Print information about the caches found. This allows to see whether your target
is an ARM920T (2x16kByte cache) or ARM922T (2x8kByte cache).
2008-02-28 07:44:13 +00:00
@item @b{arm920t md<bhw>_phys} <@var{addr}> [@var{count}]
@cindex arm920t md<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Display memory at physical address addr.
2008-02-28 07:44:13 +00:00
@item @b{arm920t mw<bhw>_phys} <@var{addr}> <@var{value}>
@cindex arm920t mw<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Write memory at physical address addr.
2008-02-28 07:44:13 +00:00
@item @b{arm920t read_cache} <@var{filename}>
@cindex arm920t read_cache
2008-10-15 21:07:42 +00:00
@*Dump the content of ICache and DCache to a file.
2008-02-28 07:44:13 +00:00
@item @b{arm920t read_mmu} <@var{filename}>
@cindex arm920t read_mmu
2008-10-15 21:07:42 +00:00
@*Dump the content of the ITLB and DTLB to a file.
2008-03-22 14:09:27 +00:00
@item @b{arm920t virt2phys} <@var{va}>
2008-02-28 07:44:13 +00:00
@cindex arm920t virt2phys
2008-10-15 21:07:42 +00:00
@*Translate a virtual address to a physical address.
2008-02-28 07:44:13 +00:00
@end itemize
2009-03-20 13:27:02 +00:00
@subsection ARM926EJ-S specific commands
@cindex ARM926EJ-S specific commands
2008-03-22 14:09:27 +00:00
@itemize @bullet
@item @b{arm926ejs cp15} <@var{num}> [@var{value}]
@cindex arm926ejs cp15
2008-10-15 21:07:42 +00:00
@*display/modify cp15 register <@option{num}> [@option{value}].
2008-03-22 14:09:27 +00:00
@item @b{arm926ejs cache_info}
@cindex arm926ejs cache_info
2008-10-15 21:07:42 +00:00
@*Print information about the caches found.
2008-03-22 14:09:27 +00:00
@item @b{arm926ejs md<bhw>_phys} <@var{addr}> [@var{count}]
@cindex arm926ejs md<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Display memory at physical address addr.
2008-03-22 14:09:27 +00:00
@item @b{arm926ejs mw<bhw>_phys} <@var{addr}> <@var{value}>
@cindex arm926ejs mw<bhw>_phys
2008-10-15 21:07:42 +00:00
@*Write memory at physical address addr.
2008-03-22 14:09:27 +00:00
@item @b{arm926ejs virt2phys} <@var{va}>
@cindex arm926ejs virt2phys
2008-10-15 21:07:42 +00:00
@*Translate a virtual address to a physical address.
2008-03-22 14:09:27 +00:00
@end itemize
2008-11-21 14:27:47 +00:00
@subsection CORTEX_M3 specific commands
@cindex CORTEX_M3 specific commands
@itemize @bullet
@item @b{cortex_m3 maskisr} <@var{on}|@var{off}>
@cindex cortex_m3 maskisr
@*Enable masking (disabling) interrupts during target step/resume.
@end itemize
2008-02-28 07:44:13 +00:00
@page
@section Debug commands
@cindex Debug commands
The following commands give direct access to the core, and are most likely
2008-05-01 21:29:05 +00:00
only useful while debugging OpenOCD.
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item @b{arm7_9 write_xpsr} <@var{32-bit value}> <@option{0=cpsr}, @option{1=spsr}>
@cindex arm7_9 write_xpsr
2008-10-15 21:07:42 +00:00
@*Immediately write either the current program status register (CPSR) or the saved
2008-02-28 07:44:13 +00:00
program status register (SPSR), without changing the register cache (as displayed
by the @option{reg} and @option{armv4_5 reg} commands).
@item @b{arm7_9 write_xpsr_im8} <@var{8-bit value}> <@var{rotate 4-bit}>
<@var{0=cpsr},@var{1=spsr}>
@cindex arm7_9 write_xpsr_im8
2008-10-15 21:07:42 +00:00
@*Write the 8-bit value rotated right by 2*rotate bits, using an immediate write
2008-02-28 07:44:13 +00:00
operation (similar to @option{write_xpsr}).
@item @b{arm7_9 write_core_reg} <@var{num}> <@var{mode}> <@var{value}>
@cindex arm7_9 write_core_reg
2008-10-15 21:07:42 +00:00
@*Write a core register, without changing the register cache (as displayed by the
2008-02-28 07:44:13 +00:00
@option{reg} and @option{armv4_5 reg} commands). The <@var{mode}> argument takes the
encoding of the [M4:M0] bits of the PSR.
@end itemize
2009-03-20 10:29:12 +00:00
@section Target Requests
@cindex Target Requests
2008-11-30 22:25:43 +00:00
OpenOCD can handle certain target requests, currently debugmsg are only supported for arm7_9 and cortex_m3.
See libdcc in the contrib dir for more details.
@itemize @bullet
2009-03-24 11:27:49 +00:00
@item @b{target_request debugmsgs} <@var{enable}|@var{disable}|@var{charmsg}>
2008-11-30 22:25:43 +00:00
@cindex target_request debugmsgs
2009-03-24 12:09:54 +00:00
@*Enable/disable target debugmsgs requests. debugmsgs enable messages to be sent to the debugger while the target is running. @var{charmsg} receives messages if Linux kernel ``Kernel low-level debugging via EmbeddedICE DCC channel'' option is enabled.
2008-11-30 22:25:43 +00:00
@end itemize
@node JTAG Commands
@chapter JTAG Commands
2009-03-20 13:27:02 +00:00
@cindex JTAG Commands
2008-11-30 22:25:43 +00:00
Generally most people will not use the bulk of these commands. They
are mostly used by the OpenOCD developers or those who need to
directly manipulate the JTAG taps.
In general these commands control JTAG taps at a very low level. For
2009-03-20 13:27:02 +00:00
example if you need to control a JTAG Route Controller (i.e.: the
2008-11-30 22:25:43 +00:00
OMAP3530 on the Beagle Board has one) you might use these commands in
a script or an event procedure.
2008-12-27 02:18:06 +00:00
@section Commands
@cindex Commands
2008-02-28 07:44:13 +00:00
@itemize @bullet
@item @b{scan_chain}
@cindex scan_chain
2008-10-15 21:07:42 +00:00
@*Print current scan chain configuration.
2008-03-22 14:09:27 +00:00
@item @b{jtag_reset} <@var{trst}> <@var{srst}>
2008-02-28 07:44:13 +00:00
@cindex jtag_reset
2008-10-15 21:07:42 +00:00
@*Toggle reset lines.
2008-02-28 07:44:13 +00:00
@item @b{endstate} <@var{tap_state}>
@cindex endstate
2008-10-15 21:07:42 +00:00
@*Finish JTAG operations in <@var{tap_state}>.
2008-02-28 07:44:13 +00:00
@item @b{runtest} <@var{num_cycles}>
@cindex runtest
2008-10-15 21:07:42 +00:00
@*Move to Run-Test/Idle, and execute <@var{num_cycles}>
2008-02-28 07:44:13 +00:00
@item @b{statemove} [@var{tap_state}]
@cindex statemove
2008-10-15 21:07:42 +00:00
@*Move to current endstate or [@var{tap_state}]
2008-03-22 14:09:27 +00:00
@item @b{irscan} <@var{device}> <@var{instr}> [@var{dev2}] [@var{instr2}] ...
2008-02-28 07:44:13 +00:00
@cindex irscan
2008-10-15 21:07:42 +00:00
@*Execute IR scan <@var{device}> <@var{instr}> [@var{dev2}] [@var{instr2}] ...
2008-03-22 14:09:27 +00:00
@item @b{drscan} <@var{device}> [@var{dev2}] [@var{var2}] ...
2008-02-28 07:44:13 +00:00
@cindex drscan
2008-10-15 21:07:42 +00:00
@*Execute DR scan <@var{device}> [@var{dev2}] [@var{var2}] ...
2008-03-22 14:09:27 +00:00
@item @b{verify_ircapture} <@option{enable}|@option{disable}>
2008-02-28 07:44:13 +00:00
@cindex verify_ircapture
2008-10-15 21:07:42 +00:00
@*Verify value captured during Capture-IR. Default is enabled.
2008-03-22 14:09:27 +00:00
@item @b{var} <@var{name}> [@var{num_fields}|@var{del}] [@var{size1}] ...
2008-02-28 07:44:13 +00:00
@cindex var
2008-10-15 21:07:42 +00:00
@*Allocate, display or delete variable <@var{name}> [@var{num_fields}|@var{del}] [@var{size1}] ...
2008-03-22 14:09:27 +00:00
@item @b{field} <@var{var}> <@var{field}> [@var{value}|@var{flip}]
2008-02-28 07:44:13 +00:00
@cindex field
2008-03-22 14:09:27 +00:00
Display/modify variable field <@var{var}> <@var{field}> [@var{value}|@var{flip}].
@end itemize
2008-12-27 02:18:06 +00:00
@section Tap states
@cindex Tap states
Available tap_states are:
@itemize @bullet
@item @b{RESET}
@cindex RESET
@item @b{IDLE}
@cindex IDLE
@item @b{DRSELECT}
@cindex DRSELECT
@item @b{DRCAPTURE}
@cindex DRCAPTURE
@item @b{DRSHIFT}
@cindex DRSHIFT
@item @b{DREXIT1}
@cindex DREXIT1
@item @b{DRPAUSE}
@cindex DRPAUSE
@item @b{DREXIT2}
@cindex DREXIT2
@item @b{DRUPDATE}
@cindex DRUPDATE
@item @b{IRSELECT}
@cindex IRSELECT
@item @b{IRCAPTURE}
@cindex IRCAPTURE
@item @b{IRSHIFT}
@cindex IRSHIFT
@item @b{IREXIT1}
@cindex IREXIT1
@item @b{IRPAUSE}
@cindex IRPAUSE
@item @b{IREXIT2}
@cindex IREXIT2
@item @b{IRUPDATE}
@cindex IRUPDATE
@end itemize
2008-02-28 07:44:13 +00:00
2008-10-22 18:10:21 +00:00
@node TFTP
@chapter TFTP
@cindex TFTP
2009-03-20 13:27:02 +00:00
If OpenOCD runs on an embedded host(as ZY1000 does), then TFTP can
be used to access files on PCs (either the developer's PC or some other PC).
2008-10-22 18:10:21 +00:00
2008-11-30 22:25:43 +00:00
The way this works on the ZY1000 is to prefix a filename by
2009-03-20 13:27:02 +00:00
"/tftp/ip/" and append the TFTP path on the TFTP
server (tftpd). E.g. "load_image /tftp/10.0.0.96/c:\temp\abc.elf" will
2008-11-30 22:25:43 +00:00
load c:\temp\abc.elf from the developer pc (10.0.0.96) into memory as
2008-10-22 18:10:21 +00:00
if the file was hosted on the embedded host.
2009-03-20 13:27:02 +00:00
In order to achieve decent performance, you must choose a TFTP server
that supports a packet size bigger than the default packet size (512 bytes). There
are numerous TFTP servers out there (free and commercial) and you will have to do
2008-10-22 18:10:21 +00:00
a bit of googling to find something that fits your requirements.
2009-03-20 10:29:12 +00:00
@node Sample Scripts
@chapter Sample Scripts
2008-02-28 07:44:13 +00:00
@cindex scripts
2009-03-20 13:27:02 +00:00
This page shows how to use the Target Library.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
The configuration script can be divided into the following sections:
2008-02-28 07:44:13 +00:00
@itemize @bullet
2009-03-20 13:27:02 +00:00
@item Daemon configuration
@item Interface
@item JTAG scan chain
@item Target configuration
@item Flash configuration
2008-02-28 07:44:13 +00:00
@end itemize
2008-04-14 06:26:53 +00:00
Detailed information about each section can be found at OpenOCD configuration.
2008-02-28 07:44:13 +00:00
2008-04-14 06:26:53 +00:00
@section AT91R40008 example
@cindex AT91R40008 example
To start OpenOCD with a target script for the AT91R40008 CPU and reset
the CPU upon startup of the OpenOCD daemon.
2008-11-30 22:25:43 +00:00
@example
2008-04-14 06:26:53 +00:00
openocd -f interface/parport.cfg -f target/at91r40008.cfg -c init -c reset
2008-11-30 22:25:43 +00:00
@end example
2008-02-28 07:44:13 +00:00
2008-05-01 21:29:05 +00:00
@node GDB and OpenOCD
@chapter GDB and OpenOCD
@cindex GDB and OpenOCD
OpenOCD complies with the remote gdbserver protocol, and as such can be used
2008-02-28 07:44:13 +00:00
to debug remote targets.
2008-12-15 09:43:26 +00:00
@section Connecting to GDB
@cindex Connecting to GDB
@anchor{Connecting to GDB}
2008-11-30 22:25:43 +00:00
Use GDB 6.7 or newer with OpenOCD if you run into trouble. For
2009-03-20 13:27:02 +00:00
instance GDB 6.3 has a known bug that produces bogus memory access
2008-11-30 22:25:43 +00:00
errors, which has since been fixed: look up 1836 in
@url{http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb}
2008-10-14 07:16:51 +00:00
2008-12-15 09:43:26 +00:00
@*OpenOCD can communicate with GDB in two ways:
@enumerate
@item
2009-03-20 13:27:02 +00:00
A socket (TCP/IP) connection is typically started as follows:
2008-11-30 22:25:43 +00:00
@example
2008-02-28 07:44:13 +00:00
target remote localhost:3333
2008-11-30 22:25:43 +00:00
@end example
2008-12-15 09:43:26 +00:00
This would cause GDB to connect to the gdbserver on the local pc using port 3333.
@item
A pipe connection is typically started as follows:
@example
2009-01-07 21:16:06 +00:00
target remote | openocd --pipe
2008-12-15 09:43:26 +00:00
@end example
This would cause GDB to run OpenOCD and communicate using pipes (stdin/stdout).
2009-01-07 21:16:06 +00:00
Using this method has the advantage of GDB starting/stopping OpenOCD for the debug
session.
2008-12-15 09:43:26 +00:00
@end enumerate
2008-02-28 07:44:13 +00:00
2008-12-15 09:43:26 +00:00
@*To see a list of available OpenOCD commands type @option{monitor help} on the
2009-03-20 13:27:02 +00:00
GDB command line.
2008-02-28 07:44:13 +00:00
2008-05-01 21:29:05 +00:00
OpenOCD supports the gdb @option{qSupported} packet, this enables information
2009-03-20 13:27:02 +00:00
to be sent by the GDB remote server (i.e. OpenOCD) to GDB. Typical information includes
packet size and the device's memory map.
2008-02-28 07:44:13 +00:00
2008-12-15 09:43:26 +00:00
Previous versions of OpenOCD required the following GDB options to increase
2009-03-20 13:27:02 +00:00
the packet size and speed up GDB communication:
2008-11-30 22:25:43 +00:00
@example
2008-02-28 07:44:13 +00:00
set remote memory-write-packet-size 1024
set remote memory-write-packet-size fixed
set remote memory-read-packet-size 1024
set remote memory-read-packet-size fixed
2008-11-30 22:25:43 +00:00
@end example
2008-12-15 09:43:26 +00:00
This is now handled in the @option{qSupported} PacketSize and should not be required.
2008-02-28 07:44:13 +00:00
2008-12-15 09:43:26 +00:00
@section Programming using GDB
@cindex Programming using GDB
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
By default the target memory map is sent to GDB. This can be disabled by
the following OpenOCD configuration option:
2008-11-30 22:25:43 +00:00
@example
2008-04-23 05:46:26 +00:00
gdb_memory_map disable
2008-11-30 22:25:43 +00:00
@end example
2009-03-20 13:27:02 +00:00
For this to function correctly a valid flash configuration must also be set
2008-05-01 21:29:05 +00:00
in OpenOCD. For faster performance you should also configure a valid
working area.
2008-02-28 07:44:13 +00:00
2008-12-15 09:43:26 +00:00
Informing GDB of the memory map of the target will enable GDB to protect any
2009-03-20 13:27:02 +00:00
flash areas of the target and use hardware breakpoints by default. This means
2008-08-14 13:41:14 +00:00
that the OpenOCD option @option{gdb_breakpoint_override} is not required when
2008-10-17 12:26:27 +00:00
using a memory map. @xref{gdb_breakpoint_override}.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
To view the configured memory map in GDB, use the GDB command @option{info mem}
All other unassigned addresses within GDB are treated as RAM.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
GDB 6.8 and higher set any memory area not in the memory map as inaccessible.
This can be changed to the old behaviour by using the following GDB command
2008-11-30 22:25:43 +00:00
@example
2008-04-05 10:07:12 +00:00
set mem inaccessible-by-default off
2008-11-30 22:25:43 +00:00
@end example
2008-04-05 10:07:12 +00:00
2008-12-15 09:43:26 +00:00
If @option{gdb_flash_program enable} is also used, GDB will be able to
2008-02-28 07:44:13 +00:00
program any flash memory using the vFlash interface.
2008-12-15 09:43:26 +00:00
GDB will look at the target memory map when a load command is given, if any
2008-02-28 07:44:13 +00:00
areas to be programmed lie within the target flash area the vFlash packets
will be used.
2008-12-15 09:43:26 +00:00
If the target needs configuring before GDB programming, an event
2009-03-20 13:27:02 +00:00
script can be executed:
2008-11-30 22:25:43 +00:00
@example
$_TARGETNAME configure -event EVENTNAME BODY
@end example
2008-02-28 07:44:13 +00:00
2008-12-15 09:43:26 +00:00
To verify any flash programming the GDB command @option{compare-sections}
2008-02-28 07:44:13 +00:00
can be used.
2009-03-20 13:27:02 +00:00
@node Tcl Scripting API
@chapter Tcl Scripting API
@cindex Tcl Scripting API
@cindex Tcl scripts
@section API rules
2008-07-15 14:10:13 +00:00
The commands are stateless. E.g. the telnet command line has a concept
of currently active target, the Tcl API proc's take this sort of state
information as an argument to each proc.
There are three main types of return values: single value, name value
pair list and lists.
Name value pair. The proc 'foo' below returns a name/value pair
list.
@verbatim
> set foo(me) Duane
> set foo(you) Oyvind
> set foo(mouse) Micky
> set foo(duck) Donald
If one does this:
> set foo
The result is:
me Duane you Oyvind mouse Micky duck Donald
Thus, to get the names of the associative array is easy:
foreach { name value } [set foo] {
puts "Name: $name, Value: $value"
}
@end verbatim
Lists returned must be relatively small. Otherwise a range
should be passed in to the proc in question.
2009-03-20 13:27:02 +00:00
@section Internal low-level Commands
2009-03-07 15:19:21 +00:00
2009-03-20 13:27:02 +00:00
By low-level, the intent is a human would not directly use these commands.
2009-03-07 15:19:21 +00:00
2009-03-20 13:27:02 +00:00
Low-level commands are (should be) prefixed with "openocd_", e.g. openocd_flash_banks
2008-07-17 08:34:14 +00:00
is the low level API upon which "flash banks" is implemented.
2008-10-22 10:13:52 +00:00
@itemize @bullet
@item @b{ocd_mem2array} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
2009-03-20 13:27:02 +00:00
Read memory and return as a Tcl array for script processing
2008-10-22 10:13:52 +00:00
@item @b{ocd_array2mem} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
2009-03-20 13:27:02 +00:00
Convert a Tcl array to memory locations and write the values
2008-10-22 10:13:52 +00:00
@item @b{ocd_flash_banks} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}> <@var{target}> [@option{driver options} ...]
Return information about the flash banks
@end itemize
2008-07-17 08:34:14 +00:00
OpenOCD commands can consist of two words, e.g. "flash banks". The
2009-03-20 13:27:02 +00:00
startup.tcl "unknown" proc will translate this into a Tcl proc
2008-07-17 08:34:14 +00:00
called "flash_banks".
2008-07-15 14:10:13 +00:00
2009-03-20 10:29:12 +00:00
@section OpenOCD specific Global Variables
2009-03-07 15:19:21 +00:00
@subsection HostOS
2009-03-20 13:27:02 +00:00
Real Tcl has ::tcl_platform(), and platform::identify, and many other
variables. JimTCL, as implemented in OpenOCD creates $HostOS which
holds one of the following values:
2009-03-07 15:19:21 +00:00
2009-03-09 21:04:33 +00:00
@itemize @bullet
2009-03-07 15:19:21 +00:00
@item @b{winxx} Built using Microsoft Visual Studio
@item @b{linux} Linux is the underlying operating sytem
@item @b{darwin} Darwin (mac-os) is the underlying operating sytem.
@item @b{cygwin} Running under Cygwin
@item @b{mingw32} Running under MingW32
@item @b{other} Unknown, none of the above.
@end itemize
Note: 'winxx' was choosen because today (March-2009) no distinction is made between Win32 and Win64.
2008-07-15 14:10:13 +00:00
2008-03-22 14:09:27 +00:00
@node Upgrading
2009-03-20 10:29:12 +00:00
@chapter Deprecated/Removed Commands
@cindex Deprecated/Removed Commands
2008-05-01 21:29:05 +00:00
Certain OpenOCD commands have been deprecated/removed during the various revisions.
2008-03-22 14:09:27 +00:00
@itemize @bullet
2008-11-27 14:58:49 +00:00
@item @b{arm7_9 fast_writes}
@cindex arm7_9 fast_writes
@*use @option{arm7_9 fast_memory_access} command with same args. @xref{arm7_9 fast_memory_access}.
@item @b{arm7_9 force_hw_bkpts}
@cindex arm7_9 force_hw_bkpts
@*Use @option{gdb_breakpoint_override} instead. Note that GDB will use hardware breakpoints
2009-03-20 13:27:02 +00:00
for flash if the GDB memory map has been set up(default when flash is declared in
2008-11-27 14:58:49 +00:00
target configuration). @xref{gdb_breakpoint_override}.
@item @b{arm7_9 sw_bkpts}
@cindex arm7_9 sw_bkpts
@*On by default. See also @option{gdb_breakpoint_override}. @xref{gdb_breakpoint_override}.
@item @b{daemon_startup}
@cindex daemon_startup
@*this config option has been removed, simply adding @option{init} and @option{reset halt} to
2009-03-20 10:29:12 +00:00
the end of your config script will give the same behaviour as using @option{daemon_startup reset}
2008-11-27 14:58:49 +00:00
and @option{target cortex_m3 little reset_halt 0}.
2008-03-22 14:09:27 +00:00
@item @b{dump_binary}
@cindex dump_binary
2008-10-17 12:26:27 +00:00
@*use @option{dump_image} command with same args. @xref{dump_image}.
2008-03-22 14:09:27 +00:00
@item @b{flash erase}
@cindex flash erase
2008-10-17 12:26:27 +00:00
@*use @option{flash erase_sector} command with same args. @xref{flash erase_sector}.
2008-03-22 14:09:27 +00:00
@item @b{flash write}
@cindex flash write
2008-10-17 12:26:27 +00:00
@*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
2008-03-22 14:09:27 +00:00
@item @b{flash write_binary}
@cindex flash write_binary
2008-10-17 13:09:56 +00:00
@*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
2008-04-20 10:35:29 +00:00
@item @b{flash auto_erase}
@cindex flash auto_erase
2008-10-17 12:26:27 +00:00
@*use @option{flash write_image} command passing @option{erase} as the first parameter. @xref{flash write_image}.
2008-11-27 14:58:49 +00:00
@item @b{load_binary}
@cindex load_binary
@*use @option{load_image} command with same args. @xref{load_image}.
2008-07-28 21:01:24 +00:00
@item @b{run_and_halt_time}
@cindex run_and_halt_time
2009-03-20 10:29:12 +00:00
@*This command has been removed for simpler reset behaviour, it can be simulated with the
2008-07-28 21:01:24 +00:00
following commands:
@smallexample
reset run
sleep 100
halt
@end smallexample
2008-11-27 14:58:49 +00:00
@item @b{target} <@var{type}> <@var{endian}> <@var{jtag-position}>
@cindex target
@*use the create subcommand of @option{target}.
@item @b{target_script} <@var{target#}> <@var{eventname}> <@var{scriptname}>
@cindex target_script
@*use <@var{target_name}> configure -event <@var{eventname}> "script <@var{scriptname}>"
@item @b{working_area}
@cindex working_area
@*use the @option{configure} subcommand of @option{target} to set the work-area-virt, work-area-phy, work-area-size, and work-area-backup properties of the target.
2008-03-22 14:09:27 +00:00
@end itemize
2008-02-28 07:44:13 +00:00
@node FAQ
@chapter FAQ
@cindex faq
@enumerate
2008-11-30 22:25:43 +00:00
@item @b{RTCK, also known as: Adaptive Clocking - What is it?}
@cindex RTCK
@cindex adaptive clocking
@*
In digital circuit design it is often refered to as ``clock
2009-03-20 10:29:12 +00:00
synchronisation'' the JTAG interface uses one clock (TCK or TCLK)
2008-11-30 22:25:43 +00:00
operating at some speed, your target is operating at another. The two
2009-03-20 10:29:12 +00:00
clocks are not synchronised, they are ``asynchronous''
2008-11-30 22:25:43 +00:00
2009-03-20 10:29:12 +00:00
In order for the two to work together they must be synchronised. Otherwise
2008-11-30 22:25:43 +00:00
the two systems will get out of sync with each other and nothing will
2009-03-20 13:27:02 +00:00
work. There are 2 basic options:
2009-01-08 11:46:55 +00:00
@enumerate
@item
Use a special circuit.
@item
2009-03-20 13:27:02 +00:00
One clock must be some multiple slower than the other.
2009-01-08 11:46:55 +00:00
@end enumerate
2008-11-30 22:25:43 +00:00
@b{Does this really matter?} For some chips and some situations, this
2009-03-20 13:27:02 +00:00
is a non-issue (i.e.: A 500MHz ARM926) but for others - for example some
Atmel SAM7 and SAM9 chips start operation from reset at 32kHz -
2008-11-30 22:25:43 +00:00
program/enable the oscillators and eventually the main clock. It is in
2009-03-20 13:27:02 +00:00
those critical times you must slow the JTAG clock to sometimes 1 to
2009-01-08 11:46:55 +00:00
4kHz.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
Imagine debugging a 500MHz ARM926 hand held battery powered device
2009-01-08 11:46:55 +00:00
that ``deep sleeps'' at 32kHz between every keystroke. It can be
2008-11-30 22:25:43 +00:00
painful.
@b{Solution #1 - A special circuit}
2009-03-20 13:27:02 +00:00
In order to make use of this, your JTAG dongle must support the RTCK
2008-11-30 22:25:43 +00:00
feature. Not all dongles support this - keep reading!
The RTCK signal often found in some ARM chips is used to help with
this problem. ARM has a good description of the problem described at
this link: @url{http://www.arm.com/support/faqdev/4170.html} [checked
2009-03-20 13:27:02 +00:00
28/nov/2008]. Link title: ``How does the JTAG synchronisation logic
2009-01-08 11:46:55 +00:00
work? / how does adaptive clocking work?''.
2008-11-30 22:25:43 +00:00
The nice thing about adaptive clocking is that ``battery powered hand
held device example'' - the adaptiveness works perfectly all the
time. One can set a break point or halt the system in the deep power
down code, slow step out until the system speeds up.
2009-01-08 11:46:55 +00:00
@b{Solution #2 - Always works - but may be slower}
2008-11-30 22:25:43 +00:00
Often this is a perfectly acceptable solution.
2009-03-20 13:27:02 +00:00
In most simple terms: Often the JTAG clock must be 1/10 to 1/12 of
the target clock speed. But what that ``magic division'' is varies
depending on the chips on your board. @b{ARM rule of thumb} Most ARM
based systems require an 8:1 division. @b{Xilinx rule of thumb} is
2008-11-30 22:25:43 +00:00
1/12 the clock speed.
2009-01-08 11:46:55 +00:00
Note: Many FTDI2232C based JTAG dongles are limited to 6MHz.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
You can still debug the 'low power' situations - you just need to
2008-11-30 22:25:43 +00:00
manually adjust the clock speed at every step. While painful and
2009-03-20 13:27:02 +00:00
tedious, it is not always practical.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
It is however easy to ``code your way around it'' - i.e.: Cheat a little,
2008-11-30 22:25:43 +00:00
have a special debug mode in your application that does a ``high power
sleep''. If you are careful - 98% of your problems can be debugged
this way.
To set the JTAG frequency use the command:
@example
2009-01-08 11:46:55 +00:00
# Example: 1.234MHz
2008-11-30 22:25:43 +00:00
jtag_khz 1234
@end example
2009-03-20 13:27:02 +00:00
@item @b{Win32 Pathnames} Why don't backslashes work in Windows paths?
2008-11-04 08:54:07 +00:00
OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @}
around Windows filenames.
2008-11-30 22:25:43 +00:00
@example
2008-11-04 08:54:07 +00:00
> echo \a
> echo @{\a@}
\a
> echo "\a"
>
2008-11-30 22:25:43 +00:00
@end example
2008-11-04 08:54:07 +00:00
2008-11-30 22:25:43 +00:00
@item @b{Missing: cygwin1.dll} OpenOCD complains about a missing cygwin1.dll.
2008-02-28 07:44:13 +00:00
Make sure you have Cygwin installed, or at least a version of OpenOCD that
2009-03-20 13:27:02 +00:00
claims to come with all the necessary DLLs. When using Cygwin, try launching
2008-05-01 21:29:05 +00:00
OpenOCD from the Cygwin shell.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@item @b{Breakpoint Issue} I'm trying to set a breakpoint using GDB (or a frontend like Insight or
2008-02-28 07:44:13 +00:00
Eclipse), but OpenOCD complains that "Info: arm7_9_common.c:213
arm7_9_add_breakpoint(): sw breakpoint requested, but software breakpoints not enabled".
GDB issues software breakpoints when a normal breakpoint is requested, or to implement
2009-03-20 13:27:02 +00:00
source-line single-stepping. On ARMv4T systems, like ARM7TDMI, ARM720T or ARM920T,
2008-08-14 13:41:14 +00:00
software breakpoints consume one of the two available hardware breakpoints.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
@item @b{LPC2000 Flash} When erasing or writing LPC2000 on-chip flash, the operation fails at random.
2008-02-28 07:44:13 +00:00
Make sure the core frequency specified in the @option{flash lpc2000} line matches the
clock at the time you're programming the flash. If you've specified the crystal's
2009-03-20 13:27:02 +00:00
frequency, make sure the PLL is disabled. If you've specified the full core speed
2008-02-28 07:44:13 +00:00
(e.g. 60MHz), make sure the PLL is enabled.
2008-11-30 22:25:43 +00:00
@item @b{Amontec Chameleon} When debugging using an Amontec Chameleon in its JTAG Accelerator configuration,
2008-02-28 07:44:13 +00:00
I keep getting "Error: amt_jtagaccel.c:184 amt_wait_scan_busy(): amt_jtagaccel timed
out while waiting for end of scan, rtck was disabled".
Make sure your PC's parallel port operates in EPP mode. You might have to try several
2008-02-28 11:52:26 +00:00
settings in your PC BIOS (ECP, EPP, and different versions of those).
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@item @b{Data Aborts} When debugging with OpenOCD and GDB (plain GDB, Insight, or Eclipse),
2008-02-28 07:44:13 +00:00
I get lots of "Error: arm7_9_common.c:1771 arm7_9_read_memory():
memory read caused data abort".
The errors are non-fatal, and are the result of GDB trying to trace stack frames
beyond the last valid frame. It might be possible to prevent this by setting up
a proper "initial" stack frame, if you happen to know what exactly has to
be done, feel free to add this here.
2009-03-20 13:27:02 +00:00
@b{Simple:} In your startup code - push 8 registers of zeros onto the
2008-11-30 22:25:43 +00:00
stack before calling main(). What GDB is doing is ``climbing'' the run
time stack by reading various values on the stack using the standard
call frame for the target. GDB keeps going - until one of 2 things
happen @b{#1} an invalid frame is found, or @b{#2} some huge number of
2009-03-20 13:27:02 +00:00
stackframes have been processed. By pushing zeros on the stack, GDB
2008-11-30 22:25:43 +00:00
gracefully stops.
@b{Debugging Interrupt Service Routines} - In your ISR before you call
2009-03-20 13:27:02 +00:00
your C code, do the same - artifically push some zeros onto the stack,
2008-11-30 22:25:43 +00:00
remember to pop them off when the ISR is done.
@b{Also note:} If you have a multi-threaded operating system, they
often do not @b{in the intrest of saving memory} waste these few
bytes. Painful...
@item @b{JTAG Reset Config} I get the following message in the OpenOCD console (or log file):
2008-02-28 07:44:13 +00:00
"Warning: arm7_9_common.c:679 arm7_9_assert_reset(): srst resets test logic, too".
This warning doesn't indicate any serious problem, as long as you don't want to
debug your core right out of reset. Your .cfg file specified @option{jtag_reset
2008-05-01 21:29:05 +00:00
trst_and_srst srst_pulls_trst} to tell OpenOCD that either your board,
2008-02-28 07:44:13 +00:00
your debugger or your target uC (e.g. LPC2000) can't assert the two reset signals
independently. With this setup, it's not possible to halt the core right out of
reset, everything else should work fine.
2008-11-30 22:25:43 +00:00
@item @b{USB Power} When using OpenOCD in conjunction with Amontec JTAGkey and the Yagarto
2009-03-20 13:27:02 +00:00
toolchain (Eclipse, arm-elf-gcc, arm-elf-gdb), the debugging seems to be
2008-02-28 07:44:13 +00:00
unstable. When single-stepping over large blocks of code, GDB and OpenOCD
quit with an error message. Is there a stability issue with OpenOCD?
2008-02-28 11:52:26 +00:00
No, this is not a stability issue concerning OpenOCD. Most users have solved
this issue by simply using a self-powered USB hub, which they connect their
2008-02-28 07:44:13 +00:00
Amontec JTAGkey to. Apparently, some computers do not provide a USB power
supply stable enough for the Amontec JTAGkey to be operated.
2008-11-30 22:25:43 +00:00
@b{Laptops running on battery have this problem too...}
@item @b{USB Power} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the
2008-02-28 07:44:13 +00:00
following error messages: "Error: ft2232.c:201 ft2232_read(): FT_Read returned:
4" and "Error: ft2232.c:365 ft2232_send_and_recv(): couldn't read from FT2232".
What does that mean and what might be the reason for this?
First of all, the reason might be the USB power supply. Try using a self-powered
hub instead of a direct connection to your computer. Secondly, the error code 4
corresponds to an FT_IO_ERROR, which means that the driver for the FTDI USB
2008-02-28 11:52:26 +00:00
chip ran into some sort of error - this points us to a USB problem.
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@item @b{GDB Disconnects} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the following
2008-02-28 07:44:13 +00:00
error message: "Error: gdb_server.c:101 gdb_get_char(): read: 10054".
What does that mean and what might be the reason for this?
Error code 10054 corresponds to WSAECONNRESET, which means that the debugger (GDB)
has closed the connection to OpenOCD. This might be a GDB issue.
2008-11-30 22:25:43 +00:00
@item @b{LPC2000 Flash} In the configuration file in the section where flash device configurations
are described, there is a parameter for specifying the clock frequency
for LPC2000 internal flash devices (e.g. @option{flash bank lpc2000
0x0 0x40000 0 0 0 lpc2000_v1 14746 calc_checksum}), which must be
specified in kilohertz. However, I do have a quartz crystal of a
frequency that contains fractions of kilohertz (e.g. 14,745,600 Hz,
i.e. 14,745.600 kHz). Is it possible to specify real numbers for the
clock frequency?
2008-02-28 07:44:13 +00:00
No. The clock frequency specified here must be given as an integral number.
However, this clock frequency is used by the In-Application-Programming (IAP)
routines of the LPC2000 family only, which seems to be very tolerant concerning
the given clock frequency, so a slight difference between the specified clock
frequency and the actual clock frequency will not cause any trouble.
2008-11-30 22:25:43 +00:00
@item @b{Command Order} Do I have to keep a specific order for the commands in the configuration file?
Well, yes and no. Commands can be given in arbitrary order, yet the
devices listed for the JTAG scan chain must be given in the right
order (jtag newdevice), with the device closest to the TDO-Pin being
listed first. In general, whenever objects of the same type exist
which require an index number, then these objects must be given in the
right order (jtag newtap, targets and flash banks - a target
references a jtag newtap and a flash bank references a target).
You can use the ``scan_chain'' command to verify and display the tap order.
2009-05-22 02:25:18 +00:00
Also, some commands can't execute until after @command{init} has been
processed. Such commands include @command{nand probe} and everything
else that needs to write to controller registers, perhaps for setting
up DRAM and loading it with code.
2009-03-20 13:27:02 +00:00
@item @b{JTAG Tap Order} JTAG tap order - command order
2008-11-30 22:25:43 +00:00
Many newer devices have multiple JTAG taps. For example: ST
Microsystems STM32 chips have two taps, a ``boundary scan tap'' and
2009-03-20 13:27:02 +00:00
``Cortex-M3'' tap. Example: The STM32 reference manual, Document ID:
2008-11-30 22:25:43 +00:00
RM0008, Section 26.5, Figure 259, page 651/681, the ``TDI'' pin is
2009-03-20 13:27:02 +00:00
connected to the boundary scan tap, which then connects to the
Cortex-M3 tap, which then connects to the TDO pin.
2008-02-28 07:44:13 +00:00
2009-03-20 13:27:02 +00:00
Thus, the proper order for the STM32 chip is: (1) The Cortex-M3, then
(2) The boundary scan tap. If your board includes an additional JTAG
2008-11-30 22:25:43 +00:00
chip in the scan chain (for example a Xilinx CPLD or FPGA) you could
2009-03-20 13:27:02 +00:00
place it before or after the STM32 chip in the chain. For example:
2008-02-28 07:44:13 +00:00
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item OpenOCD_TDI(output) -> STM32 TDI Pin (BS Input)
2009-03-20 13:27:02 +00:00
@item STM32 BS TDO (output) -> STM32 Cortex-M3 TDI (input)
@item STM32 Cortex-M3 TDO (output) -> SM32 TDO Pin
2008-11-30 22:25:43 +00:00
@item STM32 TDO Pin (output) -> Xilinx TDI Pin (input)
@item Xilinx TDO Pin -> OpenOCD TDO (input)
@end itemize
2009-03-20 13:27:02 +00:00
The ``jtag device'' commands would thus be in the order shown below. Note:
2008-11-30 22:25:43 +00:00
@itemize @bullet
@item jtag newtap Xilinx tap -irlen ...
@item jtag newtap stm32 cpu -irlen ...
@item jtag newtap stm32 bs -irlen ...
@item # Create the debug target and say where it is
@item target create stm32.cpu -chain-position stm32.cpu ...
@end itemize
@item @b{SYSCOMP} Sometimes my debugging session terminates with an error. When I look into the
2008-02-28 07:44:13 +00:00
log file, I can see these error messages: Error: arm7_9_common.c:561
arm7_9_execute_sys_speed(): timeout waiting for SYSCOMP
2008-02-28 11:52:26 +00:00
TODO.
2008-02-28 07:44:13 +00:00
@end enumerate
2009-03-20 13:27:02 +00:00
@node Tcl Crash Course
@chapter Tcl Crash Course
@cindex Tcl
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
Not everyone knows Tcl - this is not intended to be a replacement for
learning Tcl, the intent of this chapter is to give you some idea of
how the Tcl scripts work.
2008-11-30 22:25:43 +00:00
This chapter is written with two audiences in mind. (1) OpenOCD users
who need to understand a bit more of how JIM-Tcl works so they can do
something useful, and (2) those that want to add a new command to
OpenOCD.
2009-03-20 13:27:02 +00:00
@section Tcl Rule #1
2008-11-30 22:25:43 +00:00
There is a famous joke, it goes like this:
@enumerate
2008-12-16 19:29:50 +00:00
@item Rule #1: The wife is always correct
2008-11-30 22:25:43 +00:00
@item Rule #2: If you think otherwise, See Rule #1
@end enumerate
2009-03-20 13:27:02 +00:00
The Tcl equal is this:
2008-11-30 22:25:43 +00:00
@enumerate
@item Rule #1: Everything is a string
@item Rule #2: If you think otherwise, See Rule #1
@end enumerate
2008-12-16 19:29:50 +00:00
As in the famous joke, the consequences of Rule #1 are profound. Once
2009-03-20 13:27:02 +00:00
you understand Rule #1, you will understand Tcl.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
@section Tcl Rule #1b
2008-11-30 22:25:43 +00:00
There is a second pair of rules.
@enumerate
@item Rule #1: Control flow does not exist. Only commands
@* For example: the classic FOR loop or IF statement is not a control
flow item, they are commands, there is no such thing as control flow
2009-03-20 13:27:02 +00:00
in Tcl.
2008-11-30 22:25:43 +00:00
@item Rule #2: If you think otherwise, See Rule #1
@* Actually what happens is this: There are commands that by
convention, act like control flow key words in other languages. One of
those commands is the word ``for'', another command is ``if''.
@end enumerate
@section Per Rule #1 - All Results are strings
2009-03-20 13:27:02 +00:00
Every Tcl command results in a string. The word ``result'' is used
2008-11-30 22:25:43 +00:00
deliberatly. No result is just an empty string. Remember: @i{Rule #1 -
Everything is a string}
2009-03-20 13:27:02 +00:00
@section Tcl Quoting Operators
In life of a Tcl script, there are two important periods of time, the
2008-11-30 22:25:43 +00:00
difference is subtle.
@enumerate
@item Parse Time
@item Evaluation Time
@end enumerate
2009-03-20 13:27:02 +00:00
The two key items here are how ``quoted things'' work in Tcl. Tcl has
2008-11-30 22:25:43 +00:00
three primary quoting constructs, the [square-brackets] the
@{curly-braces@} and ``double-quotes''
By now you should know $VARIABLES always start with a $DOLLAR
2009-03-20 13:27:02 +00:00
sign. BTW: To set a variable, you actually use the command ``set'', as
2008-11-30 22:25:43 +00:00
in ``set VARNAME VALUE'' much like the ancient BASIC langauge ``let x
= 1'' statement, but without the equal sign.
@itemize @bullet
@item @b{[square-brackets]}
2009-03-20 13:27:02 +00:00
@* @b{[square-brackets]} are command substitutions. It operates much
2008-11-30 22:25:43 +00:00
like Unix Shell `back-ticks`. The result of a [square-bracket]
operation is exactly 1 string. @i{Remember Rule #1 - Everything is a
2009-03-20 13:27:02 +00:00
string}. These two statements are roughly identical:
2008-11-30 22:25:43 +00:00
@example
# bash example
X=`date`
echo "The Date is: $X"
2009-03-20 13:27:02 +00:00
# Tcl example
2008-11-30 22:25:43 +00:00
set X [date]
puts "The Date is: $X"
@end example
@item @b{``double-quoted-things''}
@* @b{``double-quoted-things''} are just simply quoted
text. $VARIABLES and [square-brackets] are expanded in place - the
result however is exactly 1 string. @i{Remember Rule #1 - Everything
is a string}
@example
set x "Dinner"
puts "It is now \"[date]\", $x is in 1 hour"
@end example
@item @b{@{Curly-Braces@}}
@*@b{@{Curly-Braces@}} are magic: $VARIABLES and [square-brackets] are
parsed, but are NOT expanded or executed. @{Curly-Braces@} are like
'single-quote' operators in BASH shell scripts, with the added
2009-03-20 13:27:02 +00:00
feature: @{curly-braces@} can be nested, single quotes can not. @{@{@{this is
2008-11-30 22:25:43 +00:00
nested 3 times@}@}@} NOTE: [date] is perhaps a bad example, as of
28/nov/2008, Jim/OpenOCD does not have a date command.
@end itemize
2008-12-16 19:29:50 +00:00
@section Consequences of Rule 1/2/3/4
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
The consequences of Rule 1 are profound.
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
@subsection Tokenisation & Execution.
2008-11-30 22:25:43 +00:00
Of course, whitespace, blank lines and #comment lines are handled in
the normal way.
As a script is parsed, each (multi) line in the script file is
2009-03-20 13:27:02 +00:00
tokenised and according to the quoting rules. After tokenisation, that
2008-11-30 22:25:43 +00:00
line is immedatly executed.
Multi line statements end with one or more ``still-open''
2009-03-20 13:27:02 +00:00
@{curly-braces@} which - eventually - closes a few lines later.
2008-11-30 22:25:43 +00:00
@subsection Command Execution
2009-03-20 13:27:02 +00:00
Remember earlier: There are no ``control flow''
statements in Tcl. Instead there are COMMANDS that simply act like
2008-11-30 22:25:43 +00:00
control flow operators.
Commands are executed like this:
@enumerate
@item Parse the next line into (argc) and (argv[]).
@item Look up (argv[0]) in a table and call its function.
@item Repeat until End Of File.
@end enumerate
It sort of works like this:
@example
for(;;)@{
ReadAndParse( &argc, &argv );
cmdPtr = LookupCommand( argv[0] );
(*cmdPtr->Execute)( argc, argv );
@}
@end example
When the command ``proc'' is parsed (which creates a procedure
function) it gets 3 parameters on the command line. @b{1} the name of
the proc (function), @b{2} the list of parameters, and @b{3} the body
of the function. Not the choice of words: LIST and BODY. The PROC
command stores these items in a table somewhere so it can be found by
``LookupCommand()''
2009-03-20 13:27:02 +00:00
@subsection The FOR command
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
The most interesting command to look at is the FOR command. In Tcl,
the FOR command is normally implemented in C. Remember, FOR is a
2008-11-30 22:25:43 +00:00
command just like any other command.
When the ascii text containing the FOR command is parsed, the parser
produces 5 parameter strings, @i{(If in doubt: Refer to Rule #1)} they
are:
@enumerate 0
@item The ascii text 'for'
@item The start text
@item The test expression
@item The next text
@item The body text
@end enumerate
Sort of reminds you of ``main( int argc, char **argv )'' does it not?
Remember @i{Rule #1 - Everything is a string.} The key point is this:
Often many of those parameters are in @{curly-braces@} - thus the
variables inside are not expanded or replaced until later.
2009-03-20 13:27:02 +00:00
Remember that every Tcl command looks like the classic ``main( argc,
2008-11-30 22:25:43 +00:00
argv )'' function in C. In JimTCL - they actually look like this:
@example
int
MyCommand( Jim_Interp *interp,
int *argc,
Jim_Obj * const *argvs );
@end example
2009-03-20 13:27:02 +00:00
Real Tcl is nearly identical. Although the newer versions have
2008-11-30 22:25:43 +00:00
introduced a byte-code parser and intepreter, but at the core, it
still operates in the same basic way.
2009-03-20 13:27:02 +00:00
@subsection FOR command implementation
2008-11-30 22:25:43 +00:00
2009-03-20 13:27:02 +00:00
To understand Tcl it is perhaps most helpful to see the FOR
2008-11-30 22:25:43 +00:00
command. Remember, it is a COMMAND not a control flow structure.
2009-03-20 13:27:02 +00:00
In Tcl there are two underlying C helper functions.
2008-11-30 22:25:43 +00:00
Remember Rule #1 - You are a string.
The @b{first} helper parses and executes commands found in an ascii
2009-03-20 13:27:02 +00:00
string. Commands can be seperated by semicolons, or newlines. While
parsing, variables are expanded via the quoting rules.
2008-11-30 22:25:43 +00:00
The @b{second} helper evaluates an ascii string as a numerical
expression and returns a value.
Here is an example of how the @b{FOR} command could be
2009-03-20 13:27:02 +00:00
implemented. The pseudo code below does not show error handling.
2008-11-30 22:25:43 +00:00
@example
void Execute_AsciiString( void *interp, const char *string );
int Evaluate_AsciiExpression( void *interp, const char *string );
int
MyForCommand( void *interp,
int argc,
char **argv )
@{
if( argc != 5 )@{
SetResult( interp, "WRONG number of parameters");
return ERROR;
@}
// argv[0] = the ascii string just like C
// Execute the start statement.
Execute_AsciiString( interp, argv[1] );
// Top of loop test
for(;;)@{
i = Evaluate_AsciiExpression(interp, argv[2]);
if( i == 0 )
break;
// Execute the body
Execute_AsciiString( interp, argv[3] );
// Execute the LOOP part
Execute_AsciiString( interp, argv[4] );
@}
// Return no error
SetResult( interp, "" );
return SUCCESS;
@}
@end example
Every other command IF, WHILE, FORMAT, PUTS, EXPR, everything works
in the same basic way.
2009-03-20 13:27:02 +00:00
@section OpenOCD Tcl Usage
2008-11-30 22:25:43 +00:00
@subsection source and find commands
@b{Where:} In many configuration files
@* Example: @b{ source [find FILENAME] }
@*Remember the parsing rules
@enumerate
@item The FIND command is in square brackets.
@* The FIND command is executed with the parameter FILENAME. It should
find the full path to the named file. The RESULT is a string, which is
2009-03-20 13:27:02 +00:00
substituted on the orginal command line.
2008-11-30 22:25:43 +00:00
@item The command source is executed with the resulting filename.
@* SOURCE reads a file and executes as a script.
@end enumerate
@subsection format command
@b{Where:} Generally occurs in numerous places.
2009-03-20 13:27:02 +00:00
@* Tcl has no command like @b{printf()}, instead it has @b{format}, which is really more like
@b{sprintf()}.
2008-11-30 22:25:43 +00:00
@b{Example}
@example
set x 6
set y 7
puts [format "The answer: %d" [expr $x * $y]]
@end example
@enumerate
@item The SET command creates 2 variables, X and Y.
@item The double [nested] EXPR command performs math
@* The EXPR command produces numerical result as a string.
@* Refer to Rule #1
@item The format command is executed, producing a single string
@* Refer to Rule #1.
@item The PUTS command outputs the text.
@end enumerate
2009-03-20 13:27:02 +00:00
@subsection Body or Inlined Text
2008-11-30 22:25:43 +00:00
@b{Where:} Various TARGET scripts.
@example
#1 Good
proc someproc @{@} @{
... multiple lines of stuff ...
@}
$_TARGETNAME configure -event FOO someproc
#2 Good - no variables
$_TARGETNAME confgure -event foo "this ; that;"
#3 Good Curly Braces
$_TARGETNAME configure -event FOO @{
puts "Time: [date]"
@}
#4 DANGER DANGER DANGER
$_TARGETNAME configure -event foo "puts \"Time: [date]\""
@end example
@enumerate
@item The $_TARGETNAME is an OpenOCD variable convention.
@*@b{$_TARGETNAME} represents the last target created, the value changes
each time a new target is created. Remember the parsing rules. When
the ascii text is parsed, the @b{$_TARGETNAME} becomes a simple string,
the name of the target which happens to be a TARGET (object)
command.
@item The 2nd parameter to the @option{-event} parameter is a TCBODY
@*There are 4 examples:
@enumerate
@item The TCLBODY is a simple string that happens to be a proc name
2009-03-20 13:27:02 +00:00
@item The TCLBODY is several simple commands seperated by semicolons
2008-11-30 22:25:43 +00:00
@item The TCLBODY is a multi-line @{curly-brace@} quoted string
@item The TCLBODY is a string with variables that get expanded.
@end enumerate
In the end, when the target event FOO occurs the TCLBODY is
evaluated. Method @b{#1} and @b{#2} are functionally identical. For
Method @b{#3} and @b{#4} it is more interesting. What is the TCLBODY?
Remember the parsing rules. In case #3, @{curly-braces@} mean the
$VARS and [square-brackets] are expanded later, when the EVENT occurs,
and the text is evaluated. In case #4, they are replaced before the
``Target Object Command'' is executed. This occurs at the same time
$_TARGETNAME is replaced. In case #4 the date will never
change. @{BTW: [date] is perhaps a bad example, as of 28/nov/2008,
Jim/OpenOCD does not have a date command@}
@end enumerate
@subsection Global Variables
@b{Where:} You might discover this when writing your own procs @* In
simple terms: Inside a PROC, if you need to access a global variable
2009-03-20 13:27:02 +00:00
you must say so. See also ``upvar''. Example:
2008-11-30 22:25:43 +00:00
@example
proc myproc @{ @} @{
set y 0 #Local variable Y
global x #Global variable X
puts [format "X=%d, Y=%d" $x $y]
@}
@end example
2009-03-20 10:29:12 +00:00
@section Other Tcl Hacks
2009-03-20 13:27:02 +00:00
@b{Dynamic variable creation}
2008-11-30 22:25:43 +00:00
@example
# Dynamically create a bunch of variables.
for @{ set x 0 @} @{ $x < 32 @} @{ set x [expr $x + 1]@} @{
# Create var name
set vn [format "BIT%d" $x]
# Make it a global
global $vn
# Set it.
set $vn [expr (1 << $x)]
@}
@end example
2009-03-20 13:27:02 +00:00
@b{Dynamic proc/command creation}
2008-11-30 22:25:43 +00:00
@example
# One "X" function - 5 uart functions.
foreach who @{A B C D E@}
proc [format "show_uart%c" $who] @{ @} "show_UARTx $who"
@}
@end example
2009-03-20 13:27:02 +00:00
@node Target Library
@chapter Target Library
@cindex Target Library
2008-11-30 22:25:43 +00:00
OpenOCD comes with a target configuration script library. These scripts can be
used as-is or serve as a starting point.
2008-12-15 09:43:26 +00:00
The target library is published together with the OpenOCD executable and
2008-11-30 22:25:43 +00:00
the path to the target library is in the OpenOCD script search path.
Similarly there are example scripts for configuring the JTAG interface.
2009-03-20 13:27:02 +00:00
The command line below uses the example parport configuration script
2008-11-30 22:25:43 +00:00
that ship with OpenOCD, then configures the str710.cfg target and
2009-03-20 13:27:02 +00:00
finally issues the init and reset commands. The communication speed
2008-11-30 22:25:43 +00:00
is set to 10kHz for reset and 8MHz for post reset.
@example
openocd -f interface/parport.cfg -f target/str710.cfg -c "init" -c "reset"
@end example
To list the target scripts available:
@example
$ ls /usr/local/lib/openocd/target
arm7_fast.cfg lm3s6965.cfg pxa255.cfg stm32.cfg xba_revA3.cfg
at91eb40a.cfg lpc2148.cfg pxa255_sst.cfg str710.cfg zy1000.cfg
at91r40008.cfg lpc2294.cfg sam7s256.cfg str912.cfg
at91sam9260.cfg nslu2.cfg sam7x256.cfg wi-9c.cfg
@end example
2008-02-28 07:44:13 +00:00
@include fdl.texi
2009-05-22 02:25:18 +00:00
@node OpenOCD Concept Index
2008-11-30 22:25:43 +00:00
@comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
@comment case issue with ``Index.html'' and ``index.html''
@comment Occurs when creating ``--html --no-split'' output
@comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
2009-05-22 02:25:18 +00:00
@unnumbered OpenOCD Concept Index
2008-02-28 07:44:13 +00:00
@printindex cp
2009-05-22 02:25:18 +00:00
@node OpenOCD Command Index
@unnumbered OpenOCD Command Index
@printindex fn
2008-02-28 07:44:13 +00:00
@bye