David Brownell <david-b@pacbell.net>:
[openocd.git] / doc / openocd.texi
1 \input texinfo @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename openocd.info
4 @settitle OpenOCD User's Guide
5 @dircategory Development
6 @direntry
7 * OpenOCD: (openocd). OpenOCD User's Guide
8 @end direntry
9 @paragraphindent 0
10 @c %**end of header
11
12 @include version.texi
13
14 @copying
15
16 This User's Guide documents
17 release @value{VERSION},
18 dated @value{UPDATED},
19 of the Open On-Chip Debugger (OpenOCD).
20
21 @itemize @bullet
22 @item Copyright @copyright{} 2008 The OpenOCD Project
23 @item Copyright @copyright{} 2007-2008 Spencer Oliver @email{spen@@spen-soft.co.uk}
24 @item Copyright @copyright{} 2008 Oyvind Harboe @email{oyvind.harboe@@zylin.com}
25 @item Copyright @copyright{} 2008 Duane Ellis @email{openocd@@duaneellis.com}
26 @end itemize
27
28 @quotation
29 Permission is granted to copy, distribute and/or modify this document
30 under the terms of the GNU Free Documentation License, Version 1.2 or
31 any later version published by the Free Software Foundation; with no
32 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
33 Texts. A copy of the license is included in the section entitled ``GNU
34 Free Documentation License''.
35 @end quotation
36 @end copying
37
38 @titlepage
39 @titlefont{@emph{Open On-Chip Debugger:}}
40 @sp 1
41 @title OpenOCD User's Guide
42 @subtitle for release @value{VERSION}
43 @subtitle @value{UPDATED}
44
45 @page
46 @vskip 0pt plus 1filll
47 @insertcopying
48 @end titlepage
49
50 @summarycontents
51 @contents
52
53 @ifnottex
54 @node Top
55 @top OpenOCD User's Guide
56
57 @insertcopying
58 @end ifnottex
59
60 @menu
61 * About:: About OpenOCD
62 * Developers:: OpenOCD Developers
63 * Building OpenOCD:: Building OpenOCD From SVN
64 * JTAG Hardware Dongles:: JTAG Hardware Dongles
65 * Running:: Running OpenOCD
66 * OpenOCD Project Setup:: OpenOCD Project Setup
67 * Config File Guidelines:: Config File Guidelines
68 * About JIM-Tcl:: About JIM-Tcl
69 * Daemon Configuration:: Daemon Configuration
70 * Interface - Dongle Configuration:: Interface - Dongle Configuration
71 * Reset Configuration:: Reset Configuration
72 * TAP Declaration:: TAP Declaration
73 * CPU Configuration:: CPU Configuration
74 * Flash Commands:: Flash Commands
75 * NAND Flash Commands:: NAND Flash Commands
76 * PLD/FPGA Commands:: PLD/FPGA Commands
77 * General Commands:: General Commands
78 * Architecture and Core Commands:: Architecture and Core Commands
79 * JTAG Commands:: JTAG Commands
80 * TFTP:: TFTP
81 * GDB and OpenOCD:: Using GDB and OpenOCD
82 * Tcl Scripting API:: Tcl Scripting API
83 * Upgrading:: Deprecated/Removed Commands
84 * Target Library:: Target Library
85 * FAQ:: Frequently Asked Questions
86 * Tcl Crash Course:: Tcl Crash Course
87 * License:: GNU Free Documentation License
88
89 @comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
90 @comment case issue with ``Index.html'' and ``index.html''
91 @comment Occurs when creating ``--html --no-split'' output
92 @comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
93 * OpenOCD Concept Index:: Concept Index
94 * Command and Driver Index:: Command and Driver Index
95 @end menu
96
97 @node About
98 @unnumbered About
99 @cindex about
100
101 OpenOCD was created by Dominic Rath as part of a diploma thesis written at the
102 University of Applied Sciences Augsburg (@uref{http://www.fh-augsburg.de}).
103 Since that time, the project has grown into an active open-source project,
104 supported by a diverse community of software and hardware developers from
105 around the world.
106
107 @section What is OpenOCD?
108 @cindex TAP
109 @cindex JTAG
110
111 The Open On-Chip Debugger (OpenOCD) aims to provide debugging,
112 in-system programming and boundary-scan testing for embedded target
113 devices.
114
115 @b{JTAG:} OpenOCD uses a ``hardware interface dongle'' to communicate
116 with the JTAG (IEEE 1149.1) compliant TAPs on your target board.
117 A @dfn{TAP} is a ``Test Access Port'', a module which processes
118 special instructions and data. TAPs are daisy-chained within and
119 between chips and boards.
120
121 @b{Dongles:} OpenOCD currently supports many types of hardware dongles: USB
122 based, parallel port based, and other standalone boxes that run
123 OpenOCD internally. @xref{JTAG Hardware Dongles}.
124
125 @b{GDB Debug:} It allows ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920T,
126 ARM922T, ARM926EJ--S, ARM966E--S), XScale (PXA25x, IXP42x) and
127 Cortex-M3 (Stellaris LM3 and ST STM32) based cores to be
128 debugged via the GDB protocol.
129
130 @b{Flash Programing:} Flash writing is supported for external CFI
131 compatible NOR flashes (Intel and AMD/Spansion command set) and several
132 internal flashes (LPC2000, AT91SAM7, STR7x, STR9x, LM3, and
133 STM32x). Preliminary support for various NAND flash controllers
134 (LPC3180, Orion, S3C24xx, more) controller is included.
135
136 @section OpenOCD Web Site
137
138 The OpenOCD web site provides the latest public news from the community:
139
140 @uref{http://openocd.berlios.de/web/}
141
142 @section Latest User's Guide:
143
144 The user's guide you are now reading may not be the latest one
145 available. A version for more recent code may be available.
146 Its HTML form is published irregularly at:
147
148 @uref{http://openocd.berlios.de/doc/html/index.html}
149
150 PDF form is likewise published at:
151
152 @uref{http://openocd.berlios.de/doc/pdf/openocd.pdf}
153
154 @section OpenOCD User's Forum
155
156 There is an OpenOCD forum (phpBB) hosted by SparkFun:
157
158 @uref{http://forum.sparkfun.com/viewforum.php?f=18}
159
160
161 @node Developers
162 @chapter OpenOCD Developer Resources
163 @cindex developers
164
165 If you are interested in improving the state of OpenOCD's debugging and
166 testing support, new contributions will be welcome. Motivated developers
167 can produce new target, flash or interface drivers, improve the
168 documentation, as well as more conventional bug fixes and enhancements.
169
170 The resources in this chapter are available for developers wishing to explore
171 or expand the OpenOCD source code.
172
173 @section OpenOCD Subversion Repository
174
175 The ``Building From Source'' section provides instructions to retrieve
176 and and build the latest version of the OpenOCD source code.
177 @xref{Building OpenOCD}.
178
179 Developers that want to contribute patches to the OpenOCD system are
180 @b{strongly} encouraged to base their work off of the most recent trunk
181 revision. Patches created against older versions may require additional
182 work from their submitter in order to be updated for newer releases.
183
184 @section Doxygen Developer Manual
185
186 During the development of the 0.2.0 release, the OpenOCD project began
187 providing a Doxygen reference manual. This document contains more
188 technical information about the software internals, development
189 processes, and similar documentation:
190
191 @uref{http://openocd.berlios.de/doc/doxygen/index.html}
192
193 This document is a work-in-progress, but contributions would be welcome
194 to fill in the gaps. All of the source files are provided in-tree,
195 listed in the Doxyfile configuration in the top of the repository trunk.
196
197 @section OpenOCD Developer Mailing List
198
199 The OpenOCD Developer Mailing List provides the primary means of
200 communication between developers:
201
202 @uref{https://lists.berlios.de/mailman/listinfo/openocd-development}
203
204 All drivers developers are enouraged to also subscribe to the list of
205 SVN commits to keep pace with the ongoing changes:
206
207 @uref{https://lists.berlios.de/mailman/listinfo/openocd-svn}
208
209
210 @node Building OpenOCD
211 @chapter Building OpenOCD
212 @cindex building
213
214 @section Pre-Built Tools
215 If you are interested in getting actual work done rather than building
216 OpenOCD, then check if your interface supplier provides binaries for
217 you. Chances are that that binary is from some SVN version that is more
218 stable than SVN trunk where bleeding edge development takes place.
219
220 @section Packagers Please Read!
221
222 You are a @b{PACKAGER} of OpenOCD if you
223
224 @enumerate
225 @item @b{Sell dongles} and include pre-built binaries
226 @item @b{Supply tools} i.e.: A complete development solution
227 @item @b{Supply IDEs} like Eclipse, or RHIDE, etc.
228 @item @b{Build packages} i.e.: RPM files, or DEB files for a Linux Distro
229 @end enumerate
230
231 As a @b{PACKAGER}, you will experience first reports of most issues.
232 When you fix those problems for your users, your solution may help
233 prevent hundreds (if not thousands) of other questions from other users.
234
235 If something does not work for you, please work to inform the OpenOCD
236 developers know how to improve the system or documentation to avoid
237 future problems, and follow-up to help us ensure the issue will be fully
238 resolved in our future releases.
239
240 That said, the OpenOCD developers would also like you to follow a few
241 suggestions:
242
243 @enumerate
244 @item Send patches, including config files, upstream.
245 @item Always build with printer ports enabled.
246 @item Use libftdi + libusb for FT2232 support.
247 @end enumerate
248
249 @section Building From Source
250
251 You can download the current SVN version with an SVN client of your choice from the
252 following repositories:
253
254 @uref{svn://svn.berlios.de/openocd/trunk}
255
256 or
257
258 @uref{http://svn.berlios.de/svnroot/repos/openocd/trunk}
259
260 Using the SVN command line client, you can use the following command to fetch the
261 latest version (make sure there is no (non-svn) directory called "openocd" in the
262 current directory):
263
264 @example
265 svn checkout svn://svn.berlios.de/openocd/trunk openocd
266 @end example
267
268 If you prefer GIT based tools, the @command{git-svn} package works too:
269
270 @example
271 git svn clone -s svn://svn.berlios.de/openocd
272 @end example
273
274 Building OpenOCD from a repository requires a recent version of the
275 GNU autotools (autoconf >= 2.59 and automake >= 1.9).
276 For building on Windows,
277 you have to use Cygwin. Make sure that your @env{PATH} environment variable contains no
278 other locations with Unix utils (like UnxUtils) - these can't handle the Cygwin
279 paths, resulting in obscure dependency errors (This is an observation I've gathered
280 from the logs of one user - correct me if I'm wrong).
281
282 You further need the appropriate driver files, if you want to build support for
283 a FTDI FT2232 based interface:
284
285 @itemize @bullet
286 @item @b{ftdi2232} libftdi (@uref{http://www.intra2net.com/opensource/ftdi/})
287 @item @b{ftd2xx} libftd2xx (@uref{http://www.ftdichip.com/Drivers/D2XX.htm}),
288 or the Amontec version (from @uref{http://www.amontec.com}),
289 for easier support of JTAGkey's vendor and product IDs.
290 @end itemize
291
292 libftdi is supported under Windows. Do not use versions earlier than 0.14.
293 To use the newer FT2232H chips, supporting RTCK and USB high speed (480 Mbps),
294 you need libftdi version 0.16 or newer.
295
296 Some people say that FTDI's libftd2xx code provides better performance.
297 However, it is binary-only, while OpenOCD is licenced according
298 to GNU GPLv2 without any exceptions.
299 That means that @emph{distributing} copies of OpenOCD built with
300 the FTDI code would violate the OpenOCD licensing terms.
301 You may, however, build such copies for personal use.
302
303 To build OpenOCD (on both Linux and Cygwin), use the following commands:
304
305 @example
306 ./bootstrap
307 @end example
308
309 Bootstrap generates the configure script, and prepares building on your system.
310
311 @example
312 ./configure [options, see below]
313 @end example
314
315 Configure generates the Makefiles used to build OpenOCD.
316
317 @example
318 make
319 make install
320 @end example
321
322 Make builds OpenOCD, and places the final executable in ./src/, the last step, ``make install'' is optional.
323
324 The configure script takes several options, specifying which JTAG interfaces
325 should be included (among other things):
326
327 @itemize @bullet
328 @item
329 @option{--enable-parport} - Enable building the PC parallel port driver.
330 @item
331 @option{--enable-parport_ppdev} - Enable use of ppdev (/dev/parportN) for parport.
332 @item
333 @option{--enable-parport_giveio} - Enable use of giveio for parport instead of ioperm.
334 @item
335 @option{--enable-amtjtagaccel} - Enable building the Amontec JTAG-Accelerator driver.
336 @item
337 @option{--enable-ecosboard} - Enable building support for eCosBoard based JTAG debugger.
338 @item
339 @option{--enable-ioutil} - Enable ioutil functions - useful for standalone OpenOCD implementations.
340 @item
341 @option{--enable-httpd} - Enable builtin httpd server - useful for standalone OpenOCD implementations.
342 @item
343 @option{--enable-ep93xx} - Enable building support for EP93xx based SBCs.
344 @item
345 @option{--enable-at91rm9200} - Enable building support for AT91RM9200 based SBCs.
346 @item
347 @option{--enable-gw16012} - Enable building support for the Gateworks GW16012 JTAG programmer.
348 @item
349 @option{--enable-ft2232_ftd2xx} - Support FT2232-family chips using
350 the closed-source library from FTDICHIP.COM
351 (result not for re-distribution).
352 @item
353 @option{--enable-ft2232_libftdi} - Support FT2232-family chips using
354 a GPL'd ft2232 support library (result OK for re-distribution).
355 @item
356 @option{--with-ftd2xx-win32-zipdir=PATH} - If using FTDICHIP.COM ft2232c driver,
357 give the directory where the Win32 FTDICHIP.COM 'CDM' driver zip file was unpacked.
358 @item
359 @option{--with-ftd2xx-linux-tardir=PATH} - If using FTDICHIP.COM ft2232c driver
360 on Linux, give the directory where the Linux driver's TAR.GZ file was unpacked.
361 @item
362 @option{--with-ftd2xx-lib=shared|static} - Linux only. Default: static.
363 Specifies how the FTDICHIP.COM libftd2xx driver should be linked.
364 Note: 'static' only works in conjunction with @option{--with-ftd2xx-linux-tardir}.
365 The 'shared' value is supported, however you must manually install the required
366 header files and shared libraries in an appropriate place.
367 @item
368 @option{--enable-presto_libftdi} - Enable building support for ASIX Presto programmer using the libftdi driver.
369 @item
370 @option{--enable-presto_ftd2xx} - Enable building support for ASIX Presto programmer using the FTD2XX driver.
371 @item
372 @option{--enable-usbprog} - Enable building support for the USBprog JTAG programmer.
373 @item
374 @option{--enable-oocd_trace} - Enable building support for the OpenOCD+trace ETM capture device.
375 @item
376 @option{--enable-jlink} - Enable building support for the Segger J-Link JTAG programmer.
377 @item
378 @option{--enable-vsllink} - Enable building support for the Versaloon-Link JTAG programmer.
379 @item
380 @option{--enable-rlink} - Enable building support for the Raisonance RLink JTAG programmer.
381 @item
382 @option{--enable-arm-jtag-ew} - Enable building support for the Olimex ARM-JTAG-EW programmer.
383 @item
384 @option{--enable-dummy} - Enable building the dummy port driver.
385 @end itemize
386
387 @section Parallel Port Dongles
388
389 If you want to access the parallel port using the PPDEV interface you have to specify
390 both the @option{--enable-parport} AND the @option{--enable-parport_ppdev} option since
391 the @option{--enable-parport_ppdev} option actually is an option to the parport driver
392 (see @uref{http://forum.sparkfun.com/viewtopic.php?t=3795} for more info).
393
394 The same is true for the @option{--enable-parport_giveio} option, you have to
395 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.
396
397 @section FT2232C Based USB Dongles
398
399 There are 2 methods of using the FTD2232, either (1) using the
400 FTDICHIP.COM closed source driver, or (2) the open (and free) driver
401 libftdi. Some claim the (closed) FTDICHIP.COM solution is faster,
402 which is the motivation for supporting it even though its licensing
403 restricts it to non-redistributable OpenOCD binaries, and it is
404 not available for all operating systems used with OpenOCD.
405
406 The FTDICHIP drivers come as either a (win32) ZIP file, or a (Linux)
407 TAR.GZ file. You must unpack them ``some where'' convient. As of this
408 writing FTDICHIP does not supply means to install these
409 files ``in an appropriate place''.
410 As a result, there are two
411 ``./configure'' options that help.
412
413 Below is an example build process:
414
415 @enumerate
416 @item Check out the latest version of ``openocd'' from SVN.
417
418 @item If you are using the FTDICHIP.COM driver, download
419 and unpack the Windows or Linux FTD2xx drivers
420 (@uref{http://www.ftdichip.com/Drivers/D2XX.htm}).
421 If you are using the libftdi driver, install that package
422 (e.g. @command{apt-get install libftdi} on systems with APT).
423
424 @example
425 /home/duane/ftd2xx.win32 => the Cygwin/Win32 ZIP file contents
426 /home/duane/libftd2xx0.4.16 => the Linux TAR.GZ file contents
427 @end example
428
429 @item Configure with options resembling the following.
430
431 @enumerate a
432 @item Cygwin FTDICHIP solution:
433 @example
434 ./configure --prefix=/home/duane/mytools \
435 --enable-ft2232_ftd2xx \
436 --with-ftd2xx-win32-zipdir=/home/duane/ftd2xx.win32
437 @end example
438
439 @item Linux FTDICHIP solution:
440 @example
441 ./configure --prefix=/home/duane/mytools \
442 --enable-ft2232_ftd2xx \
443 --with-ft2xx-linux-tardir=/home/duane/libftd2xx0.4.16
444 @end example
445
446 @item Cygwin/Linux LIBFTDI solution ... assuming that
447 @itemize
448 @item For Windows -- that the Windows port of LIBUSB is in place.
449 @item For Linux -- that libusb has been built/installed and is in place.
450 @item That libftdi has been built and installed (relies on libusb).
451 @end itemize
452
453 Then configure the libftdi solution like this:
454
455 @example
456 ./configure --prefix=/home/duane/mytools \
457 --enable-ft2232_libftdi
458 @end example
459 @end enumerate
460
461 @item Then just type ``make'', and perhaps ``make install''.
462 @end enumerate
463
464
465 @section Miscellaneous Configure Options
466
467 @itemize @bullet
468 @item
469 @option{--disable-option-checking} - Ignore unrecognized @option{--enable} and @option{--with} options.
470 @item
471 @option{--enable-gccwarnings} - Enable extra gcc warnings during build.
472 Default is enabled.
473 @item
474 @option{--enable-release} - Enable building of an OpenOCD release, generally
475 this is for developers. It simply omits the svn version string when the
476 openocd @option{-v} is executed.
477 @end itemize
478
479 @node JTAG Hardware Dongles
480 @chapter JTAG Hardware Dongles
481 @cindex dongles
482 @cindex FTDI
483 @cindex wiggler
484 @cindex zy1000
485 @cindex printer port
486 @cindex USB Adapter
487 @cindex RTCK
488
489 Defined: @b{dongle}: A small device that plugins into a computer and serves as
490 an adapter .... [snip]
491
492 In the OpenOCD case, this generally refers to @b{a small adapater} one
493 attaches to your computer via USB or the Parallel Printer Port. The
494 execption being the Zylin ZY1000 which is a small box you attach via
495 an ethernet cable. The Zylin ZY1000 has the advantage that it does not
496 require any drivers to be installed on the developer PC. It also has
497 a built in web interface. It supports RTCK/RCLK or adaptive clocking
498 and has a built in relay to power cycle targets remotely.
499
500
501 @section Choosing a Dongle
502
503 There are three things you should keep in mind when choosing a dongle.
504
505 @enumerate
506 @item @b{Voltage} What voltage is your target? 1.8, 2.8, 3.3, or 5V? Does your dongle support it?
507 @item @b{Connection} Printer Ports - Does your computer have one?
508 @item @b{Connection} Is that long printer bit-bang cable practical?
509 @item @b{RTCK} Do you require RTCK? Also known as ``adaptive clocking''
510 @end enumerate
511
512 @section Stand alone Systems
513
514 @b{ZY1000} See: @url{http://www.zylin.com/zy1000.html} Technically, not a
515 dongle, but a standalone box. The ZY1000 has the advantage that it does
516 not require any drivers installed on the developer PC. It also has
517 a built in web interface. It supports RTCK/RCLK or adaptive clocking
518 and has a built in relay to power cycle targets remotely.
519
520 @section USB FT2232 Based
521
522 There are many USB JTAG dongles on the market, many of them are based
523 on a chip from ``Future Technology Devices International'' (FTDI)
524 known as the FTDI FT2232; this is a USB full speed (12 Mbps) chip.
525 See: @url{http://www.ftdichip.com} for more information.
526 In summer 2009, USB high speed (480 Mbps) versions of these FTDI
527 chips are starting to become available in JTAG adapters.
528
529 @itemize @bullet
530 @item @b{usbjtag}
531 @* Link @url{http://www.hs-augsburg.de/~hhoegl/proj/usbjtag/usbjtag.html}
532 @item @b{jtagkey}
533 @* See: @url{http://www.amontec.com/jtagkey.shtml}
534 @item @b{oocdlink}
535 @* See: @url{http://www.oocdlink.com} By Joern Kaipf
536 @item @b{signalyzer}
537 @* See: @url{http://www.signalyzer.com}
538 @item @b{evb_lm3s811}
539 @* See: @url{http://www.luminarymicro.com} - The Stellaris LM3S811 eval board has an FTD2232C chip built in.
540 @item @b{olimex-jtag}
541 @* See: @url{http://www.olimex.com}
542 @item @b{flyswatter}
543 @* See: @url{http://www.tincantools.com}
544 @item @b{turtelizer2}
545 @* See:
546 @uref{http://www.ethernut.de/en/hardware/turtelizer/index.html, Turtelizer 2}, or
547 @url{http://www.ethernut.de}
548 @item @b{comstick}
549 @* Link: @url{http://www.hitex.com/index.php?id=383}
550 @item @b{stm32stick}
551 @* Link @url{http://www.hitex.com/stm32-stick}
552 @item @b{axm0432_jtag}
553 @* Axiom AXM-0432 Link @url{http://www.axman.com}
554 @item @b{cortino}
555 @* Link @url{http://www.hitex.com/index.php?id=cortino}
556 @end itemize
557
558 @section USB JLINK based
559 There are several OEM versions of the Segger @b{JLINK} adapter. It is
560 an example of a micro controller based JTAG adapter, it uses an
561 AT91SAM764 internally.
562
563 @itemize @bullet
564 @item @b{ATMEL SAMICE} Only works with ATMEL chips!
565 @* Link: @url{http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3892}
566 @item @b{SEGGER JLINK}
567 @* Link: @url{http://www.segger.com/jlink.html}
568 @item @b{IAR J-Link}
569 @* Link: @url{http://www.iar.com/website1/1.0.1.0/369/1/index.php}
570 @end itemize
571
572 @section USB RLINK based
573 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.
574
575 @itemize @bullet
576 @item @b{Raisonance RLink}
577 @* Link: @url{http://www.raisonance.com/products/RLink.php}
578 @item @b{STM32 Primer}
579 @* Link: @url{http://www.stm32circle.com/resources/stm32primer.php}
580 @item @b{STM32 Primer2}
581 @* Link: @url{http://www.stm32circle.com/resources/stm32primer2.php}
582 @end itemize
583
584 @section USB Other
585 @itemize @bullet
586 @item @b{USBprog}
587 @* Link: @url{http://www.embedded-projects.net/usbprog} - which uses an Atmel MEGA32 and a UBN9604
588
589 @item @b{USB - Presto}
590 @* Link: @url{http://tools.asix.net/prg_presto.htm}
591
592 @item @b{Versaloon-Link}
593 @* Link: @url{http://www.simonqian.com/en/Versaloon}
594
595 @item @b{ARM-JTAG-EW}
596 @* Link: @url{http://www.olimex.com/dev/arm-jtag-ew.html}
597 @end itemize
598
599 @section IBM PC Parallel Printer Port Based
600
601 The two well known ``JTAG Parallel Ports'' cables are the Xilnx DLC5
602 and the MacGraigor Wiggler. There are many clones and variations of
603 these on the market.
604
605 @itemize @bullet
606
607 @item @b{Wiggler} - There are many clones of this.
608 @* Link: @url{http://www.macraigor.com/wiggler.htm}
609
610 @item @b{DLC5} - From XILINX - There are many clones of this
611 @* Link: Search the web for: ``XILINX DLC5'' - it is no longer
612 produced, PDF schematics are easily found and it is easy to make.
613
614 @item @b{Amontec - JTAG Accelerator}
615 @* Link: @url{http://www.amontec.com/jtag_accelerator.shtml}
616
617 @item @b{GW16402}
618 @* Link: @url{http://www.gateworks.com/products/avila_accessories/gw16042.php}
619
620 @item @b{Wiggler2}
621 @*@uref{http://www.ccac.rwth-aachen.de/@/~michaels/@/index.php/hardware/@/armjtag,
622 Improved parallel-port wiggler-style JTAG adapter}
623
624 @item @b{Wiggler_ntrst_inverted}
625 @* Yet another variation - See the source code, src/jtag/parport.c
626
627 @item @b{old_amt_wiggler}
628 @* Unknown - probably not on the market today
629
630 @item @b{arm-jtag}
631 @* Link: Most likely @url{http://www.olimex.com/dev/arm-jtag.html} [another wiggler clone]
632
633 @item @b{chameleon}
634 @* Link: @url{http://www.amontec.com/chameleon.shtml}
635
636 @item @b{Triton}
637 @* Unknown.
638
639 @item @b{Lattice}
640 @* ispDownload from Lattice Semiconductor
641 @url{http://www.latticesemi.com/lit/docs/@/devtools/dlcable.pdf}
642
643 @item @b{flashlink}
644 @* From ST Microsystems;
645 @uref{http://www.st.com/stonline/@/products/literature/um/7889.pdf,
646 FlashLINK JTAG programing cable for PSD and uPSD}
647
648 @end itemize
649
650 @section Other...
651 @itemize @bullet
652
653 @item @b{ep93xx}
654 @* An EP93xx based Linux machine using the GPIO pins directly.
655
656 @item @b{at91rm9200}
657 @* Like the EP93xx - but an ATMEL AT91RM9200 based solution using the GPIO pins on the chip.
658
659 @end itemize
660
661 @node Running
662 @chapter Running
663 @cindex command line options
664 @cindex logfile
665 @cindex directory search
666
667 The @option{--help} option shows:
668 @verbatim
669 bash$ openocd --help
670
671 --help | -h display this help
672 --version | -v display OpenOCD version
673 --file | -f use configuration file <name>
674 --search | -s dir to search for config files and scripts
675 --debug | -d set debug level <0-3>
676 --log_output | -l redirect log output to file <name>
677 --command | -c run <command>
678 --pipe | -p use pipes when talking to gdb
679 @end verbatim
680
681 By default OpenOCD reads the file configuration file ``openocd.cfg''
682 in the current directory. To specify a different (or multiple)
683 configuration file, you can use the ``-f'' option. For example:
684
685 @example
686 openocd -f config1.cfg -f config2.cfg -f config3.cfg
687 @end example
688
689 Once started, OpenOCD runs as a daemon, waiting for connections from
690 clients (Telnet, GDB, Other).
691
692 If you are having problems, you can enable internal debug messages via
693 the ``-d'' option.
694
695 Also it is possible to interleave commands w/config scripts using the
696 @option{-c} command line switch.
697
698 To enable debug output (when reporting problems or working on OpenOCD
699 itself), use the @option{-d} command line switch. This sets the
700 @option{debug_level} to "3", outputting the most information,
701 including debug messages. The default setting is "2", outputting only
702 informational messages, warnings and errors. You can also change this
703 setting from within a telnet or gdb session using @command{debug_level
704 <n>} (@pxref{debug_level}).
705
706 You can redirect all output from the daemon to a file using the
707 @option{-l <logfile>} switch.
708
709 Search paths for config/script files can be added to OpenOCD by using
710 the @option{-s <search>} switch. The current directory and the OpenOCD
711 target library is in the search path by default.
712
713 For details on the @option{-p} option. @xref{Connecting to GDB}.
714
715 Note! OpenOCD will launch the GDB & telnet server even if it can not
716 establish a connection with the target. In general, it is possible for
717 the JTAG controller to be unresponsive until the target is set up
718 correctly via e.g. GDB monitor commands in a GDB init script.
719
720 @node OpenOCD Project Setup
721 @chapter OpenOCD Project Setup
722
723 To use OpenOCD with your development projects, you need to do more than
724 just connecting the JTAG adapter hardware (dongle) to your development board
725 and then starting the OpenOCD server.
726 You also need to configure that server so that it knows
727 about that adapter and board, and helps your work.
728
729 @section Hooking up the JTAG Adapter
730
731 Today's most common case is a dongle with a JTAG cable on one side
732 (such as a ribbon cable with a 10-pin or 20-pin IDC connector)
733 and a USB cable on the other.
734 Instead of USB, some cables use Ethernet;
735 older ones may use a PC parallel port, or even a serial port.
736
737 @enumerate
738 @item @emph{Start with power to your target board turned off},
739 and nothing connected to your JTAG adapter.
740 If you're particularly paranoid, unplug power to the board.
741 It's important to have the ground signal properly set up,
742 unless you are using a JTAG adapter which provides
743 galvanic isolation between the target board and the
744 debugging host.
745
746 @item @emph{Be sure it's the right kind of JTAG connector.}
747 If your dongle has a 20-pin ARM connector, you need some kind
748 of adapter (or octopus, see below) to hook it up to
749 boards using 14-pin or 10-pin connectors ... or to 20-pin
750 connectors which don't use ARM's pinout.
751
752 In the same vein, make sure the voltage levels are compatible.
753 Not all JTAG adapters have the level shifters needed to work
754 with 1.2 Volt boards.
755
756 @item @emph{Be certain the cable is properly oriented} or you might
757 damage your board. In most cases there are only two possible
758 ways to connect the cable.
759 Connect the JTAG cable from your adapter to the board.
760 Be sure it's firmly connected.
761
762 In the best case, the connector is keyed to physically
763 prevent you from inserting it wrong.
764 This is most often done using a slot on the board's male connector
765 housing, which must match a key on the JTAG cable's female connector.
766 If there's no housing, then you must look carefully and
767 make sure pin 1 on the cable hooks up to pin 1 on the board.
768 Ribbon cables are frequently all grey except for a wire on one
769 edge, which is red. The red wire is pin 1.
770
771 Sometimes dongles provide cables where one end is an ``octopus'' of
772 color coded single-wire connectors, instead of a connector block.
773 These are great when converting from one JTAG pinout to another,
774 but are tedious to set up.
775 Use these with connector pinout diagrams to help you match up the
776 adapter signals to the right board pins.
777
778 @item @emph{Connect the adapter's other end} once the JTAG cable is connected.
779 A USB, parallel, or serial port connector will go to the host which
780 you are using to run OpenOCD.
781 For Ethernet, consult the documentation and your network administrator.
782
783 For USB based JTAG adapters you have an easy sanity check at this point:
784 does the host operating system see the JTAG adapter?
785
786 @item @emph{Connect the adapter's power supply, if needed.}
787 This step is primarily for non-USB adapters,
788 but sometimes USB adapters need extra power.
789
790 @item @emph{Power up the target board.}
791 Unless you just let the magic smoke escape,
792 you're now ready to set up the OpenOCD server
793 so you can use JTAG to work with that board.
794
795 @end enumerate
796
797 Talk with the OpenOCD server using
798 telnet (@code{telnet localhost 4444} on many systems) or GDB.
799 @xref{GDB and OpenOCD}.
800
801 @section Project Directory
802
803 There are many ways you can configure OpenOCD and start it up.
804
805 A simple way to organize them all involves keeping a
806 single directory for your work with a given board.
807 When you start OpenOCD from that directory,
808 it searches there first for configuration files
809 and for code you upload to the target board.
810 It is also be the natural place to write files,
811 such as log files and data you download from the board.
812
813 @section Configuration Basics
814
815 There are two basic ways of configuring OpenOCD, and
816 a variety of ways you can mix them.
817 Think of the difference as just being how you start the server:
818
819 @itemize
820 @item Many @option{-f file} or @option{-c command} options on the command line
821 @item No options, but a @dfn{user config file}
822 in the current directory named @file{openocd.cfg}
823 @end itemize
824
825 Here is an example @file{openocd.cfg} file for a setup
826 using a Signalyzer FT2232-based JTAG adapter to talk to
827 a board with an Atmel AT91SAM7X256 microcontroller:
828
829 @example
830 source [find interface/signalyzer.cfg]
831
832 # GDB can also flash my flash!
833 gdb_memory_map enable
834 gdb_flash_program enable
835
836 source [find target/sam7x256.cfg]
837 @end example
838
839 Here is the command line equivalent of that configuration:
840
841 @example
842 openocd -f interface/signalyzer.cfg \
843 -c "gdb_memory_map enable" \
844 -c "gdb_flash_program enable" \
845 -f target/sam7x256.cfg
846 @end example
847
848 You could wrap such long command lines in shell scripts,
849 each supporting a different development task.
850 One might re-flash the board with specific firmware version.
851 Another might set up a particular debugging or run-time environment.
852
853 Here we will focus on the simpler solution: one user config
854 file, including basic configuration plus any TCL procedures
855 to simplify your work.
856
857 @section User Config Files
858 @cindex config file, user
859 @cindex user config file
860 @cindex config file, overview
861
862 A user configuration file ties together all the parts of a project
863 in one place.
864 One of the following will match your situation best:
865
866 @itemize
867 @item Ideally almost everything comes from configuration files
868 provided by someone else.
869 For example, OpenOCD distributes a @file{scripts} directory
870 (probably in @file{/usr/share/openocd/scripts} on Linux).
871 Board and tool vendors can provide these too, as can individual
872 user sites; the @option{-s} command line option lets you say
873 where to find these files. (@xref{Running}.)
874 The AT91SAM7X256 example above works this way.
875
876 Three main types of non-user configuration file each have their
877 own subdirectory in the @file{scripts} directory:
878
879 @enumerate
880 @item @b{interface} -- one for each kind of JTAG adapter/dongle
881 @item @b{board} -- one for each different board
882 @item @b{target} -- the chips which integrate CPUs and other JTAG TAPs
883 @end enumerate
884
885 Best case: include just two files, and they handle everything else.
886 The first is an interface config file.
887 The second is board-specific, and it sets up the JTAG TAPs and
888 their GDB targets (by deferring to some @file{target.cfg} file),
889 declares all flash memory, and leaves you nothing to do except
890 meet your deadline:
891
892 @example
893 source [find interface/olimex-jtag-tiny.cfg]
894 source [find board/csb337.cfg]
895 @end example
896
897 Boards with a single microcontroller often won't need more
898 than the target config file, as in the AT91SAM7X256 example.
899 That's because there is no external memory (flash, DDR RAM), and
900 the board differences are encapsulated by application code.
901
902 @item You can often reuse some standard config files but
903 need to write a few new ones, probably a @file{board.cfg} file.
904 You will be using commands described later in this User's Guide,
905 and working with the guidelines in the next chapter.
906
907 For example, there may be configuration files for your JTAG adapter
908 and target chip, but you need a new board-specific config file
909 giving access to your particular flash chips.
910 Or you might need to write another target chip configuration file
911 for a new chip built around the Cortex M3 core.
912
913 @quotation Note
914 When you write new configuration files, please submit
915 them for inclusion in the next OpenOCD release.
916 For example, a @file{board/newboard.cfg} file will help the
917 next users of that board, and a @file{target/newcpu.cfg}
918 will help support users of any board using that chip.
919 @end quotation
920
921 @item
922 You may may need to write some C code.
923 It may be as simple as a supporting a new new ft2232 or parport
924 based dongle; a bit more involved, like a NAND or NOR flash
925 controller driver; or a big piece of work like supporting
926 a new chip architecture.
927 @end itemize
928
929 Reuse the existing config files when you can.
930 Look first in the @file{scripts/boards} area, then @file{scripts/targets}.
931 You may find a board configuration that's a good example to follow.
932
933 When you write config files, separate the reusable parts
934 (things every user of that interface, chip, or board needs)
935 from ones specific to your environment and debugging approach.
936
937 For example, a @code{gdb-attach} event handler that invokes
938 the @command{reset init} command will interfere with debugging
939 early boot code, which performs some of the same actions
940 that the @code{reset-init} event handler does.
941 Likewise, the @command{arm9tdmi vector_catch} command (or
942 its @command{xscale vector_catch} sibling) can be a timesaver
943 during some debug sessions, but don't make everyone use that either.
944 Keep those kinds of debugging aids in your user config file.
945
946 @section Project-Specific Utilities
947
948 A few project-specific utility
949 routines may well speed up your work.
950 Write them, and keep them in your project's user config file.
951
952 For example, if you are making a boot loader work on a
953 board, it's nice to be able to debug the ``after it's
954 loaded to RAM'' parts separately from the finicky early
955 code which sets up the DDR RAM controller and clocks.
956 A script like this one, or a more GDB-aware sibling,
957 may help:
958
959 @example
960 proc ramboot @{ @} @{
961 # Reset, running the target's "reset-init" scripts
962 # to initialize clocks and the DDR RAM controller.
963 # Leave the CPU halted.
964 reset init
965
966 # Load CONFIG_SKIP_LOWLEVEL_INIT version into DDR RAM.
967 load_image u-boot.bin 0x20000000
968
969 # Start running.
970 resume 0x20000000
971 @}
972 @end example
973
974 Then once that code is working you will need to make it
975 boot from NOR flash; a different utility would help.
976 Alternatively, some developers write to flash using GDB.
977 (You might use a similar script if you're working with a flash
978 based microcontroller application instead of a boot loader.)
979
980 @example
981 proc newboot @{ @} @{
982 # Reset, leaving the CPU halted. The "reset-init" event
983 # proc gives faster access to the CPU and to NOR flash;
984 # "reset halt" would be slower.
985 reset init
986
987 # Write standard version of U-Boot into the first two
988 # sectors of NOR flash ... the standard version should
989 # do the same lowlevel init as "reset-init".
990 flash protect 0 0 1 off
991 flash erase_sector 0 0 1
992 flash write_bank 0 u-boot.bin 0x0
993 flash protect 0 0 1 on
994
995 # Reboot from scratch using that new boot loader.
996 reset run
997 @}
998 @end example
999
1000 You may need more complicated utility procedures when booting
1001 from NAND.
1002 That often involves an extra bootloader stage,
1003 running from on-chip SRAM to perform DDR RAM setup so it can load
1004 the main bootloader code (which won't fit into that SRAM).
1005
1006 Other helper scripts might be used to write production system images,
1007 involving considerably more than just a three stage bootloader.
1008
1009
1010 @node Config File Guidelines
1011 @chapter Config File Guidelines
1012
1013 This chapter is aimed at any user who needs to write a config file,
1014 including developers and integrators of OpenOCD and any user who
1015 needs to get a new board working smoothly.
1016 It provides guidelines for creating those files.
1017
1018 You should find the following directories under @t{$(INSTALLDIR)/lib/openocd} :
1019
1020 @itemize @bullet
1021 @item @b{interface}
1022 @*Think JTAG Dongle. Files that configure the JTAG dongle go here.
1023 @item @b{board}
1024 @* Think Circuit Board, PWA, PCB, they go by many names. Board files
1025 contain initialization items that are specific to a board - for
1026 example: The SDRAM initialization sequence for the board, or the type
1027 of external flash and what address it is found at. Any initialization
1028 sequence to enable that external flash or SDRAM should be found in the
1029 board file. Boards may also contain multiple targets, i.e.: Two CPUs, or
1030 a CPU and an FPGA or CPLD.
1031 @item @b{target}
1032 @* Think chip. The ``target'' directory represents the JTAG TAPs
1033 on a chip
1034 which OpenOCD should control, not a board. Two common types of targets
1035 are ARM chips and FPGA or CPLD chips.
1036 When a chip has multiple TAPs (maybe it has both ARM and DSP cores),
1037 the target config file defines all of them.
1038 @end itemize
1039
1040 The @file{openocd.cfg} user config
1041 file may override features in any of the above files by
1042 setting variables before sourcing the target file, or by adding
1043 commands specific to their situation.
1044
1045 @section Interface Config Files
1046
1047 The user config file
1048 should be able to source one of these files via a command like this:
1049
1050 @example
1051 source [find interface/FOOBAR.cfg]
1052 @end example
1053
1054 A preconfigured interface file should exist for every interface in use
1055 today, that said, perhaps some interfaces have only been used by the
1056 sole developer who created it.
1057
1058 A separate chapter gives information about how to set these up.
1059 @xref{Interface - Dongle Configuration}.
1060 Read the OpenOCD source code if you have a new kind of hardware interface
1061 and need to provide a driver for it.
1062
1063 Interface files should be found in @t{$(INSTALLDIR)/lib/openocd/interface}
1064
1065 @section Board Config Files
1066 @cindex config file, board
1067 @cindex board config file
1068
1069 The user config file
1070 should be able to source one of these files via a command like this:
1071
1072 @example
1073 source [find board/FOOBAR.cfg]
1074 @end example
1075
1076 The board config file should contain one or more @command{source [find
1077 target/FOO.cfg]} statements along with any board specific things.
1078
1079 In summary the board files should contain (if present)
1080
1081 @enumerate
1082 @item External flash configuration (i.e.: NOR flash on CS0, two NANDs on CS2)
1083 @item SDRAM configuration (size, speed, etc.
1084 @item Board specific IO configuration (i.e.: GPIO pins might disable a 2nd flash)
1085 @item Multiple TARGET source statements
1086 @item Reset configuration
1087 @item All things that are not ``inside a chip''
1088 @item Things inside a chip go in a 'target' file
1089 @end enumerate
1090
1091 @section Target Config Files
1092 @cindex config file, target
1093 @cindex target config file
1094
1095 Board config files should be able to source one or more
1096 target config files via a command like this:
1097
1098 @example
1099 source [find target/FOOBAR.cfg]
1100 @end example
1101
1102 In summary the target files should contain
1103
1104 @enumerate
1105 @item Set defaults
1106 @item Add TAPs to the scan chain
1107 @item Add CPU targets (includes GDB support)
1108 @item CPU/Chip/CPU-Core specific features
1109 @item On-Chip flash
1110 @end enumerate
1111
1112 As a rule of thumb, a target file sets up only one chip.
1113 For a microcontroller, that will often include a single TAP,
1114 which is a CPU needing a GDB target; and its on-chip flash.
1115
1116 More complex chips may include multiple TAPs, and the target
1117 config file may need to define them all before OpenOCD
1118 can talk to the chip.
1119 For example, some phone chips have JTAG scan chains that include
1120 an ARM core for operating system use, a DSP,
1121 another ARM core embedded in an image processing engine,
1122 and other processing engines.
1123
1124 @subsection Important variable names
1125
1126 Most boards will have only one instance of a chip.
1127 However, it should be easy to create a board with more than
1128 one such chip.
1129 Accordingly, we encourage some conventions for naming
1130 variables associated with different TAPs, to promote
1131 consistency and
1132 so that board files can override target defaults, and
1133
1134 @itemize @bullet
1135 @item @b{CHIPNAME}
1136 @* This gives a name to the overall chip, and is used as part of the
1137 tap identifier dotted name.
1138 It's normally provided by the chip manufacturer.
1139 @item @b{ENDIAN}
1140 @* By default little - unless the chip or board is not normally used that way.
1141 Chips that can't change endianness don't need to use this variable.
1142 @item @b{CPUTAPID}
1143 @* When OpenOCD examines the JTAG chain, it will attempt to identify
1144 every chip. If the @t{-expected-id} is nonzero, OpenOCD attempts
1145 to verify the tap id number verses configuration file and may issue an
1146 error or warning like this. The hope is that this will help to pinpoint
1147 problems in OpenOCD configurations.
1148
1149 @example
1150 Info: JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f
1151 (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3)
1152 Error: ERROR: Tap: sam7x256.cpu - Expected id: 0x12345678,
1153 Got: 0x3f0f0f0f
1154 Error: ERROR: expected: mfg: 0x33c, part: 0x2345, ver: 0x1
1155 Error: ERROR: got: mfg: 0x787, part: 0xf0f0, ver: 0x3
1156 @end example
1157
1158 @item @b{_TARGETNAME}
1159 @* By convention, this variable is created by the target configuration
1160 script. The board configuration file may make use of this variable to
1161 configure things like a ``reset init'' script, or other things
1162 specific to that board and that target.
1163
1164 If the chip has 2 targets, use the names @b{_TARGETNAME0},
1165 @b{_TARGETNAME1}, ... etc.
1166
1167 @emph{Remember:} The ``board file'' may include multiple targets.
1168 The user (or board) config file should reasonably be able to:
1169
1170 @example
1171 source [find target/FOO.cfg]
1172 $_TARGETNAME configure ... FOO specific parameters
1173
1174 source [find target/BAR.cfg]
1175 $_TARGETNAME configure ... BAR specific parameters
1176 @end example
1177
1178 @end itemize
1179
1180 @subsection Tcl Variables Guide Line
1181 The Full Tcl/Tk language supports ``namespaces'' - JIM-Tcl does not.
1182
1183 Thus the rule we follow in OpenOCD is this: Variables that begin with
1184 a leading underscore are temporary in nature, and can be modified and
1185 used at will within a ?TARGET? configuration file.
1186
1187 @b{EXAMPLE:} The user config file should be able to do this:
1188
1189 @example
1190 # Board has 3 chips,
1191 # PXA270 #1 network side, big endian
1192 # PXA270 #2 video side, little endian
1193 # Xilinx Glue logic
1194 set CHIPNAME network
1195 set ENDIAN big
1196 source [find target/pxa270.cfg]
1197 # variable: _TARGETNAME = network.cpu
1198 # other commands can refer to the "network.cpu" tap.
1199 $_TARGETNAME configure .... params for this CPU..
1200
1201 set ENDIAN little
1202 set CHIPNAME video
1203 source [find target/pxa270.cfg]
1204 # variable: _TARGETNAME = video.cpu
1205 # other commands can refer to the "video.cpu" tap.
1206 $_TARGETNAME configure .... params for this CPU..
1207
1208 unset ENDIAN
1209 set CHIPNAME xilinx
1210 source [find target/spartan3.cfg]
1211
1212 # Since $_TARGETNAME is temporal..
1213 # these names still work!
1214 network.cpu configure ... params
1215 video.cpu configure ... params
1216 @end example
1217
1218 @subsection Default Value Boiler Plate Code
1219
1220 All target configuration files should start with this (or a modified form)
1221
1222 @example
1223 # SIMPLE example
1224 if @{ [info exists CHIPNAME] @} @{
1225 set _CHIPNAME $CHIPNAME
1226 @} else @{
1227 set _CHIPNAME sam7x256
1228 @}
1229
1230 if @{ [info exists ENDIAN] @} @{
1231 set _ENDIAN $ENDIAN
1232 @} else @{
1233 set _ENDIAN little
1234 @}
1235
1236 if @{ [info exists CPUTAPID ] @} @{
1237 set _CPUTAPID $CPUTAPID
1238 @} else @{
1239 set _CPUTAPID 0x3f0f0f0f
1240 @}
1241 @end example
1242
1243 @subsection Adding TAPs to the Scan Chain
1244 After the ``defaults'' are set up,
1245 add the TAPs on each chip to the JTAG scan chain.
1246 @xref{TAP Declaration}, and the naming convention
1247 for taps.
1248
1249 In the simplest case the chip has only one TAP,
1250 probably for a CPU or FPGA.
1251 The config file for the Atmel AT91SAM7X256
1252 looks (in part) like this:
1253
1254 @example
1255 jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf \
1256 -expected-id $_CPUTAPID
1257 @end example
1258
1259 A board with two such at91sam7 chips would be able
1260 to source such a config file twice, with different
1261 values for @code{CHIPNAME}, so
1262 it adds a different TAP each time.
1263
1264 There are more complex examples too, with chips that have
1265 multiple TAPs. Ones worth looking at include:
1266
1267 @itemize
1268 @item @file{target/omap3530.cfg} -- with a disabled ARM, and a JRC
1269 (there's a DSP too, which is not listed)
1270 @item @file{target/str912.cfg} -- with flash, CPU, and boundary scan
1271 @item @file{target/ti_dm355.cfg} -- with ETM, ARM, and JRC (this JRC
1272 is not currently used)
1273 @end itemize
1274
1275 @subsection Add CPU targets
1276
1277 After adding a TAP for a CPU, you should set it up so that
1278 GDB and other commands can use it.
1279 @xref{CPU Configuration}.
1280 For the at91sam7 example above, the command can look like this:
1281
1282 @example
1283 set _TARGETNAME $_CHIPNAME.cpu
1284 target create $_TARGETNAME arm7tdmi -chain-position $_TARGETNAME
1285 @end example
1286
1287 Work areas are small RAM areas associated with CPU targets.
1288 They are used by OpenOCD to speed up downloads,
1289 and to download small snippets of code to program flash chips.
1290 If the chip includes a form of ``on-chip-ram'' - and many do - define
1291 a work area if you can.
1292 Again using the at91sam7 as an example, this can look like:
1293
1294 @example
1295 $_TARGETNAME configure -work-area-phys 0x00200000 \
1296 -work-area-size 0x4000 -work-area-backup 0
1297 @end example
1298
1299 @subsection Chip Reset Setup
1300
1301 As a rule, you should put the @command{reset_config} command
1302 into the board file. Most things you think you know about a
1303 chip can be tweaked by the board.
1304
1305 Some chips have specific ways the TRST and SRST signals are
1306 managed. In the unusual case that these are @emph{chip specific}
1307 and can never be changed by board wiring, they could go here.
1308
1309 Some chips need special attention during reset handling if
1310 they're going to be used with JTAG.
1311 An example might be needing to send some commands right
1312 after the target's TAP has been reset, providing a
1313 @code{reset-deassert-post} event handler that writes a chip
1314 register to report that JTAG debugging is being done.
1315
1316 @subsection ARM Core Specific Hacks
1317
1318 If the chip has a DCC, enable it. If the chip is an ARM9 with some
1319 special high speed download features - enable it.
1320
1321 If present, the MMU, the MPU and the CACHE should be disabled.
1322
1323 Some ARM cores are equipped with trace support, which permits
1324 examination of the instruction and data bus activity. Trace
1325 activity is controlled through an ``Embedded Trace Module'' (ETM)
1326 on one of the core's scan chains. The ETM emits voluminous data
1327 through a ``trace port''. (@xref{ARM Tracing}.)
1328 If you are using an external trace port,
1329 configure it in your board config file.
1330 If you are using an on-chip ``Embedded Trace Buffer'' (ETB),
1331 configure it in your target config file.
1332
1333 @example
1334 etm config $_TARGETNAME 16 normal full etb
1335 etb config $_TARGETNAME $_CHIPNAME.etb
1336 @end example
1337
1338 @subsection Internal Flash Configuration
1339
1340 This applies @b{ONLY TO MICROCONTROLLERS} that have flash built in.
1341
1342 @b{Never ever} in the ``target configuration file'' define any type of
1343 flash that is external to the chip. (For example a BOOT flash on
1344 Chip Select 0.) Such flash information goes in a board file - not
1345 the TARGET (chip) file.
1346
1347 Examples:
1348 @itemize @bullet
1349 @item at91sam7x256 - has 256K flash YES enable it.
1350 @item str912 - has flash internal YES enable it.
1351 @item imx27 - uses boot flash on CS0 - it goes in the board file.
1352 @item pxa270 - again - CS0 flash - it goes in the board file.
1353 @end itemize
1354
1355 @node About JIM-Tcl
1356 @chapter About JIM-Tcl
1357 @cindex JIM Tcl
1358 @cindex tcl
1359
1360 OpenOCD includes a small ``TCL Interpreter'' known as JIM-TCL. You can
1361 learn more about JIM here: @url{http://jim.berlios.de}
1362
1363 @itemize @bullet
1364 @item @b{JIM vs. Tcl}
1365 @* JIM-TCL is a stripped down version of the well known Tcl language,
1366 which can be found here: @url{http://www.tcl.tk}. JIM-Tcl has far
1367 fewer features. JIM-Tcl is a single .C file and a single .H file and
1368 impliments the basic Tcl command set along. In contrast: Tcl 8.6 is a
1369 4.2 MB .zip file containing 1540 files.
1370
1371 @item @b{Missing Features}
1372 @* Our practice has been: Add/clone the real Tcl feature if/when
1373 needed. We welcome JIM Tcl improvements, not bloat.
1374
1375 @item @b{Scripts}
1376 @* OpenOCD configuration scripts are JIM Tcl Scripts. OpenOCD's
1377 command interpreter today is a mixture of (newer)
1378 JIM-Tcl commands, and (older) the orginal command interpreter.
1379
1380 @item @b{Commands}
1381 @* At the OpenOCD telnet command line (or via the GDB mon command) one
1382 can type a Tcl for() loop, set variables, etc.
1383
1384 @item @b{Historical Note}
1385 @* JIM-Tcl was introduced to OpenOCD in spring 2008.
1386
1387 @item @b{Need a crash course in Tcl?}
1388 @*@xref{Tcl Crash Course}.
1389 @end itemize
1390
1391 @node Daemon Configuration
1392 @chapter Daemon Configuration
1393 @cindex initialization
1394 The commands here are commonly found in the openocd.cfg file and are
1395 used to specify what TCP/IP ports are used, and how GDB should be
1396 supported.
1397
1398 @section Configuration Stage
1399 @cindex configuration stage
1400 @cindex configuration command
1401
1402 When the OpenOCD server process starts up, it enters a
1403 @emph{configuration stage} which is the only time that
1404 certain commands, @emph{configuration commands}, may be issued.
1405 Those configuration commands include declaration of TAPs
1406 and other basic setup.
1407 The server must leave the configuration stage before it
1408 may access or activate TAPs.
1409 After it leaves this stage, configuration commands may no
1410 longer be issued.
1411
1412 @deffn {Config Command} init
1413 This command terminates the configuration stage and
1414 enters the normal command mode. This can be useful to add commands to
1415 the startup scripts and commands such as resetting the target,
1416 programming flash, etc. To reset the CPU upon startup, add "init" and
1417 "reset" at the end of the config script or at the end of the OpenOCD
1418 command line using the @option{-c} command line switch.
1419
1420 If this command does not appear in any startup/configuration file
1421 OpenOCD executes the command for you after processing all
1422 configuration files and/or command line options.
1423
1424 @b{NOTE:} This command normally occurs at or near the end of your
1425 openocd.cfg file to force OpenOCD to ``initialize'' and make the
1426 targets ready. For example: If your openocd.cfg file needs to
1427 read/write memory on your target, @command{init} must occur before
1428 the memory read/write commands. This includes @command{nand probe}.
1429 @end deffn
1430
1431 @section TCP/IP Ports
1432 @cindex TCP port
1433 @cindex server
1434 @cindex port
1435 @cindex security
1436 The OpenOCD server accepts remote commands in several syntaxes.
1437 Each syntax uses a different TCP/IP port, which you may specify
1438 only during configuration (before those ports are opened).
1439
1440 For reasons including security, you may wish to prevent remote
1441 access using one or more of these ports.
1442 In such cases, just specify the relevant port number as zero.
1443 If you disable all access through TCP/IP, you will need to
1444 use the command line @option{-pipe} option.
1445
1446 @deffn {Command} gdb_port (number)
1447 @cindex GDB server
1448 Specify or query the first port used for incoming GDB connections.
1449 The GDB port for the
1450 first target will be gdb_port, the second target will listen on gdb_port + 1, and so on.
1451 When not specified during the configuration stage,
1452 the port @var{number} defaults to 3333.
1453 When specified as zero, this port is not activated.
1454 @end deffn
1455
1456 @deffn {Command} tcl_port (number)
1457 Specify or query the port used for a simplified RPC
1458 connection that can be used by clients to issue TCL commands and get the
1459 output from the Tcl engine.
1460 Intended as a machine interface.
1461 When not specified during the configuration stage,
1462 the port @var{number} defaults to 6666.
1463 When specified as zero, this port is not activated.
1464 @end deffn
1465
1466 @deffn {Command} telnet_port (number)
1467 Specify or query the
1468 port on which to listen for incoming telnet connections.
1469 This port is intended for interaction with one human through TCL commands.
1470 When not specified during the configuration stage,
1471 the port @var{number} defaults to 4444.
1472 When specified as zero, this port is not activated.
1473 @end deffn
1474
1475 @anchor{GDB Configuration}
1476 @section GDB Configuration
1477 @cindex GDB
1478 @cindex GDB configuration
1479 You can reconfigure some GDB behaviors if needed.
1480 The ones listed here are static and global.
1481 @xref{Target Configuration}, about configuring individual targets.
1482 @xref{Target Events}, about configuring target-specific event handling.
1483
1484 @anchor{gdb_breakpoint_override}
1485 @deffn {Command} gdb_breakpoint_override [@option{hard}|@option{soft}|@option{disable}]
1486 Force breakpoint type for gdb @command{break} commands.
1487 This option supports GDB GUIs which don't
1488 distinguish hard versus soft breakpoints, if the default OpenOCD and
1489 GDB behaviour is not sufficient. GDB normally uses hardware
1490 breakpoints if the memory map has been set up for flash regions.
1491 @end deffn
1492
1493 @deffn {Config command} gdb_detach (@option{resume}|@option{reset}|@option{halt}|@option{nothing})
1494 Configures what OpenOCD will do when GDB detaches from the daemon.
1495 Default behaviour is @option{resume}.
1496 @end deffn
1497
1498 @anchor{gdb_flash_program}
1499 @deffn {Config command} gdb_flash_program (@option{enable}|@option{disable})
1500 Set to @option{enable} to cause OpenOCD to program the flash memory when a
1501 vFlash packet is received.
1502 The default behaviour is @option{enable}.
1503 @end deffn
1504
1505 @deffn {Config command} gdb_memory_map (@option{enable}|@option{disable})
1506 Set to @option{enable} to cause OpenOCD to send the memory configuration to GDB when
1507 requested. GDB will then know when to set hardware breakpoints, and program flash
1508 using the GDB load command. @command{gdb_flash_program enable} must also be enabled
1509 for flash programming to work.
1510 Default behaviour is @option{enable}.
1511 @xref{gdb_flash_program}.
1512 @end deffn
1513
1514 @deffn {Config command} gdb_report_data_abort (@option{enable}|@option{disable})
1515 Specifies whether data aborts cause an error to be reported
1516 by GDB memory read packets.
1517 The default behaviour is @option{disable};
1518 use @option{enable} see these errors reported.
1519 @end deffn
1520
1521 @anchor{Event Polling}
1522 @section Event Polling
1523
1524 Hardware debuggers are parts of asynchronous systems,
1525 where significant events can happen at any time.
1526 The OpenOCD server needs to detect some of these events,
1527 so it can report them to through TCL command line
1528 or to GDB.
1529
1530 Examples of such events include:
1531
1532 @itemize
1533 @item One of the targets can stop running ... maybe it triggers
1534 a code breakpoint or data watchpoint, or halts itself.
1535 @item Messages may be sent over ``debug message'' channels ... many
1536 targets support such messages sent over JTAG,
1537 for receipt by the person debugging or tools.
1538 @item Loss of power ... some adapters can detect these events.
1539 @item Resets not issued through JTAG ... such reset sources
1540 can include button presses or other system hardware, sometimes
1541 including the target itself (perhaps through a watchdog).
1542 @item Debug instrumentation sometimes supports event triggering
1543 such as ``trace buffer full'' (so it can quickly be emptied)
1544 or other signals (to correlate with code behavior).
1545 @end itemize
1546
1547 None of those events are signaled through standard JTAG signals.
1548 However, most conventions for JTAG connectors include voltage
1549 level and system reset (SRST) signal detection.
1550 Some connectors also include instrumentation signals, which
1551 can imply events when those signals are inputs.
1552
1553 In general, OpenOCD needs to periodically check for those events,
1554 either by looking at the status of signals on the JTAG connector
1555 or by sending synchronous ``tell me your status'' JTAG requests
1556 to the various active targets.
1557 There is a command to manage and monitor that polling,
1558 which is normally done in the background.
1559
1560 @deffn Command poll [@option{on}|@option{off}]
1561 Poll the current target for its current state.
1562 (Also, @pxref{target curstate}.)
1563 If that target is in debug mode, architecture
1564 specific information about the current state is printed.
1565 An optional parameter
1566 allows background polling to be enabled and disabled.
1567
1568 You could use this from the TCL command shell, or
1569 from GDB using @command{monitor poll} command.
1570 @example
1571 > poll
1572 background polling: on
1573 target state: halted
1574 target halted in ARM state due to debug-request, \
1575 current mode: Supervisor
1576 cpsr: 0x800000d3 pc: 0x11081bfc
1577 MMU: disabled, D-Cache: disabled, I-Cache: enabled
1578 >
1579 @end example
1580 @end deffn
1581
1582 @node Interface - Dongle Configuration
1583 @chapter Interface - Dongle Configuration
1584 @cindex config file, interface
1585 @cindex interface config file
1586
1587 JTAG Adapters/Interfaces/Dongles are normally configured
1588 through commands in an interface configuration
1589 file which is sourced by your @file{openocd.cfg} file, or
1590 through a command line @option{-f interface/....cfg} option.
1591
1592 @example
1593 source [find interface/olimex-jtag-tiny.cfg]
1594 @end example
1595
1596 These commands tell
1597 OpenOCD what type of JTAG adapter you have, and how to talk to it.
1598 A few cases are so simple that you only need to say what driver to use:
1599
1600 @example
1601 # jlink interface
1602 interface jlink
1603 @end example
1604
1605 Most adapters need a bit more configuration than that.
1606
1607
1608 @section Interface Configuration
1609
1610 The interface command tells OpenOCD what type of JTAG dongle you are
1611 using. Depending on the type of dongle, you may need to have one or
1612 more additional commands.
1613
1614 @deffn {Config Command} {interface} name
1615 Use the interface driver @var{name} to connect to the
1616 target.
1617 @end deffn
1618
1619 @deffn Command {interface_list}
1620 List the interface drivers that have been built into
1621 the running copy of OpenOCD.
1622 @end deffn
1623
1624 @deffn Command {jtag interface}
1625 Returns the name of the interface driver being used.
1626 @end deffn
1627
1628 @section Interface Drivers
1629
1630 Each of the interface drivers listed here must be explicitly
1631 enabled when OpenOCD is configured, in order to be made
1632 available at run time.
1633
1634 @deffn {Interface Driver} {amt_jtagaccel}
1635 Amontec Chameleon in its JTAG Accelerator configuration,
1636 connected to a PC's EPP mode parallel port.
1637 This defines some driver-specific commands:
1638
1639 @deffn {Config Command} {parport_port} number
1640 Specifies either the address of the I/O port (default: 0x378 for LPT1) or
1641 the number of the @file{/dev/parport} device.
1642 @end deffn
1643
1644 @deffn {Config Command} rtck [@option{enable}|@option{disable}]
1645 Displays status of RTCK option.
1646 Optionally sets that option first.
1647 @end deffn
1648 @end deffn
1649
1650 @deffn {Interface Driver} {arm-jtag-ew}
1651 Olimex ARM-JTAG-EW USB adapter
1652 This has one driver-specific command:
1653
1654 @deffn Command {armjtagew_info}
1655 Logs some status
1656 @end deffn
1657 @end deffn
1658
1659 @deffn {Interface Driver} {at91rm9200}
1660 Supports bitbanged JTAG from the local system,
1661 presuming that system is an Atmel AT91rm9200
1662 and a specific set of GPIOs is used.
1663 @c command: at91rm9200_device NAME
1664 @c chooses among list of bit configs ... only one option
1665 @end deffn
1666
1667 @deffn {Interface Driver} {dummy}
1668 A dummy software-only driver for debugging.
1669 @end deffn
1670
1671 @deffn {Interface Driver} {ep93xx}
1672 Cirrus Logic EP93xx based single-board computer bit-banging (in development)
1673 @end deffn
1674
1675 @deffn {Interface Driver} {ft2232}
1676 FTDI FT2232 (USB) based devices over one of the userspace libraries.
1677 These interfaces have several commands, used to configure the driver
1678 before initializing the JTAG scan chain:
1679
1680 @deffn {Config Command} {ft2232_device_desc} description
1681 Provides the USB device description (the @emph{iProduct string})
1682 of the FTDI FT2232 device. If not
1683 specified, the FTDI default value is used. This setting is only valid
1684 if compiled with FTD2XX support.
1685 @end deffn
1686
1687 @deffn {Config Command} {ft2232_serial} serial-number
1688 Specifies the @var{serial-number} of the FTDI FT2232 device to use,
1689 in case the vendor provides unique IDs and more than one FT2232 device
1690 is connected to the host.
1691 If not specified, serial numbers are not considered.
1692 @end deffn
1693
1694 @deffn {Config Command} {ft2232_layout} name
1695 Each vendor's FT2232 device can use different GPIO signals
1696 to control output-enables, reset signals, and LEDs.
1697 Currently valid layout @var{name} values include:
1698 @itemize @minus
1699 @item @b{axm0432_jtag} Axiom AXM-0432
1700 @item @b{comstick} Hitex STR9 comstick
1701 @item @b{cortino} Hitex Cortino JTAG interface
1702 @item @b{evb_lm3s811} Luminary Micro EVB_LM3S811 as a JTAG interface,
1703 either for the local Cortex-M3 (SRST only)
1704 or in a passthrough mode (neither SRST nor TRST)
1705 @item @b{flyswatter} Tin Can Tools Flyswatter
1706 @item @b{icebear} ICEbear JTAG adapter from Section 5
1707 @item @b{jtagkey} Amontec JTAGkey and JTAGkey-Tiny (and compatibles)
1708 @item @b{m5960} American Microsystems M5960
1709 @item @b{olimex-jtag} Olimex ARM-USB-OCD and ARM-USB-Tiny
1710 @item @b{oocdlink} OOCDLink
1711 @c oocdlink ~= jtagkey_prototype_v1
1712 @item @b{sheevaplug} Marvell Sheevaplug development kit
1713 @item @b{signalyzer} Xverve Signalyzer
1714 @item @b{stm32stick} Hitex STM32 Performance Stick
1715 @item @b{turtelizer2} egnite Software turtelizer2
1716 @item @b{usbjtag} "USBJTAG-1" layout described in the OpenOCD diploma thesis
1717 @end itemize
1718 @end deffn
1719
1720 @deffn {Config Command} {ft2232_vid_pid} [vid pid]+
1721 The vendor ID and product ID of the FTDI FT2232 device. If not specified, the FTDI
1722 default values are used.
1723 Currently, up to eight [@var{vid}, @var{pid}] pairs may be given, e.g.
1724 @example
1725 ft2232_vid_pid 0x0403 0xcff8 0x15ba 0x0003
1726 @end example
1727 @end deffn
1728
1729 @deffn {Config Command} {ft2232_latency} ms
1730 On some systems using FT2232 based JTAG interfaces the FT_Read function call in
1731 ft2232_read() fails to return the expected number of bytes. This can be caused by
1732 USB communication delays and has proved hard to reproduce and debug. Setting the
1733 FT2232 latency timer to a larger value increases delays for short USB packets but it
1734 also reduces the risk of timeouts before receiving the expected number of bytes.
1735 The OpenOCD default value is 2 and for some systems a value of 10 has proved useful.
1736 @end deffn
1737
1738 For example, the interface config file for a
1739 Turtelizer JTAG Adapter looks something like this:
1740
1741 @example
1742 interface ft2232
1743 ft2232_device_desc "Turtelizer JTAG/RS232 Adapter"
1744 ft2232_layout turtelizer2
1745 ft2232_vid_pid 0x0403 0xbdc8
1746 @end example
1747 @end deffn
1748
1749 @deffn {Interface Driver} {gw16012}
1750 Gateworks GW16012 JTAG programmer.
1751 This has one driver-specific command:
1752
1753 @deffn {Config Command} {parport_port} number
1754 Specifies either the address of the I/O port (default: 0x378 for LPT1) or
1755 the number of the @file{/dev/parport} device.
1756 @end deffn
1757 @end deffn
1758
1759 @deffn {Interface Driver} {jlink}
1760 Segger jlink USB adapter
1761 @c command: jlink_info
1762 @c dumps status
1763 @c command: jlink_hw_jtag (2|3)
1764 @c sets version 2 or 3
1765 @end deffn
1766
1767 @deffn {Interface Driver} {parport}
1768 Supports PC parallel port bit-banging cables:
1769 Wigglers, PLD download cable, and more.
1770 These interfaces have several commands, used to configure the driver
1771 before initializing the JTAG scan chain:
1772
1773 @deffn {Config Command} {parport_cable} name
1774 The layout of the parallel port cable used to connect to the target.
1775 Currently valid cable @var{name} values include:
1776
1777 @itemize @minus
1778 @item @b{altium} Altium Universal JTAG cable.
1779 @item @b{arm-jtag} Same as original wiggler except SRST and
1780 TRST connections reversed and TRST is also inverted.
1781 @item @b{chameleon} The Amontec Chameleon's CPLD when operated
1782 in configuration mode. This is only used to
1783 program the Chameleon itself, not a connected target.
1784 @item @b{dlc5} The Xilinx Parallel cable III.
1785 @item @b{flashlink} The ST Parallel cable.
1786 @item @b{lattice} Lattice ispDOWNLOAD Cable
1787 @item @b{old_amt_wiggler} The Wiggler configuration that comes with
1788 some versions of
1789 Amontec's Chameleon Programmer. The new version available from
1790 the website uses the original Wiggler layout ('@var{wiggler}')
1791 @item @b{triton} The parallel port adapter found on the
1792 ``Karo Triton 1 Development Board''.
1793 This is also the layout used by the HollyGates design
1794 (see @uref{http://www.lartmaker.nl/projects/jtag/}).
1795 @item @b{wiggler} The original Wiggler layout, also supported by
1796 several clones, such as the Olimex ARM-JTAG
1797 @item @b{wiggler2} Same as original wiggler except an led is fitted on D5.
1798 @item @b{wiggler_ntrst_inverted} Same as original wiggler except TRST is inverted.
1799 @end itemize
1800 @end deffn
1801
1802 @deffn {Config Command} {parport_port} number
1803 Either the address of the I/O port (default: 0x378 for LPT1) or the number of
1804 the @file{/dev/parport} device
1805
1806 When using PPDEV to access the parallel port, use the number of the parallel port:
1807 @option{parport_port 0} (the default). If @option{parport_port 0x378} is specified
1808 you may encounter a problem.
1809 @end deffn
1810
1811 @deffn {Config Command} {parport_write_on_exit} (on|off)
1812 This will configure the parallel driver to write a known
1813 cable-specific value to the parallel interface on exiting OpenOCD
1814 @end deffn
1815
1816 For example, the interface configuration file for a
1817 classic ``Wiggler'' cable might look something like this:
1818
1819 @example
1820 interface parport
1821 parport_port 0xc8b8
1822 parport_cable wiggler
1823 @end example
1824 @end deffn
1825
1826 @deffn {Interface Driver} {presto}
1827 ASIX PRESTO USB JTAG programmer.
1828 @c command: presto_serial str
1829 @c sets serial number
1830 @end deffn
1831
1832 @deffn {Interface Driver} {rlink}
1833 Raisonance RLink USB adapter
1834 @end deffn
1835
1836 @deffn {Interface Driver} {usbprog}
1837 usbprog is a freely programmable USB adapter.
1838 @end deffn
1839
1840 @deffn {Interface Driver} {vsllink}
1841 vsllink is part of Versaloon which is a versatile USB programmer.
1842
1843 @quotation Note
1844 This defines quite a few driver-specific commands,
1845 which are not currently documented here.
1846 @end quotation
1847 @end deffn
1848
1849 @deffn {Interface Driver} {ZY1000}
1850 This is the Zylin ZY1000 JTAG debugger.
1851
1852 @quotation Note
1853 This defines some driver-specific commands,
1854 which are not currently documented here.
1855 @end quotation
1856
1857 @deffn Command power [@option{on}|@option{off}]
1858 Turn power switch to target on/off.
1859 No arguments: print status.
1860 @end deffn
1861
1862 @end deffn
1863
1864 @anchor{JTAG Speed}
1865 @section JTAG Speed
1866 JTAG clock setup is part of system setup.
1867 It @emph{does not belong with interface setup} since any interface
1868 only knows a few of the constraints for the JTAG clock speed.
1869 Sometimes the JTAG speed is
1870 changed during the target initialization process: (1) slow at
1871 reset, (2) program the CPU clocks, (3) run fast.
1872 Both the "slow" and "fast" clock rates are functions of the
1873 oscillators used, the chip, the board design, and sometimes
1874 power management software that may be active.
1875
1876 The speed used during reset can be adjusted using pre_reset
1877 and post_reset event handlers.
1878 @xref{Target Events}.
1879
1880 If your system supports adaptive clocking (RTCK), configuring
1881 JTAG to use that is probably the most robust approach.
1882 However, it introduces delays to synchronize clocks; so it
1883 may not be the fastest solution.
1884
1885 @b{NOTE:} Script writers should consider using @command{jtag_rclk}
1886 instead of @command{jtag_khz}.
1887
1888 @deffn {Command} jtag_khz max_speed_kHz
1889 A non-zero speed is in KHZ. Hence: 3000 is 3mhz.
1890 JTAG interfaces usually support a limited number of
1891 speeds. The speed actually used won't be faster
1892 than the speed specified.
1893
1894 As a rule of thumb, if you specify a clock rate make
1895 sure the JTAG clock is no more than @math{1/6th CPU-Clock}.
1896 This is especially true for synthesized cores (ARMxxx-S).
1897
1898 Speed 0 (khz) selects RTCK method.
1899 @xref{FAQ RTCK}.
1900 If your system uses RTCK, you won't need to change the
1901 JTAG clocking after setup.
1902 Not all interfaces, boards, or targets support ``rtck''.
1903 If the interface device can not
1904 support it, an error is returned when you try to use RTCK.
1905 @end deffn
1906
1907 @defun jtag_rclk fallback_speed_kHz
1908 @cindex RTCK
1909 This Tcl proc (defined in startup.tcl) attempts to enable RTCK/RCLK.
1910 If that fails (maybe the interface, board, or target doesn't
1911 support it), falls back to the specified frequency.
1912 @example
1913 # Fall back to 3mhz if RTCK is not supported
1914 jtag_rclk 3000
1915 @end example
1916 @end defun
1917
1918 @node Reset Configuration
1919 @chapter Reset Configuration
1920 @cindex Reset Configuration
1921
1922 Every system configuration may require a different reset
1923 configuration. This can also be quite confusing.
1924 Resets also interact with @var{reset-init} event handlers,
1925 which do things like setting up clocks and DRAM, and
1926 JTAG clock rates. (@xref{JTAG Speed}.)
1927 They can also interact with JTAG routers.
1928 Please see the various board files for examples.
1929
1930 @quotation Note
1931 To maintainers and integrators:
1932 Reset configuration touches several things at once.
1933 Normally the board configuration file
1934 should define it and assume that the JTAG adapter supports
1935 everything that's wired up to the board's JTAG connector.
1936
1937 However, the target configuration file could also make note
1938 of something the silicon vendor has done inside the chip,
1939 which will be true for most (or all) boards using that chip.
1940 And when the JTAG adapter doesn't support everything, the
1941 user configuration file will need to override parts of
1942 the reset configuration provided by other files.
1943 @end quotation
1944
1945 @section Types of Reset
1946
1947 There are many kinds of reset possible through JTAG, but
1948 they may not all work with a given board and adapter.
1949 That's part of why reset configuration can be error prone.
1950
1951 @itemize @bullet
1952 @item
1953 @emph{System Reset} ... the @emph{SRST} hardware signal
1954 resets all chips connected to the JTAG adapter, such as processors,
1955 power management chips, and I/O controllers. Normally resets triggered
1956 with this signal behave exactly like pressing a RESET button.
1957 @item
1958 @emph{JTAG TAP Reset} ... the @emph{TRST} hardware signal resets
1959 just the TAP controllers connected to the JTAG adapter.
1960 Such resets should not be visible to the rest of the system; resetting a
1961 device's the TAP controller just puts that controller into a known state.
1962 @item
1963 @emph{Emulation Reset} ... many devices can be reset through JTAG
1964 commands. These resets are often distinguishable from system
1965 resets, either explicitly (a "reset reason" register says so)
1966 or implicitly (not all parts of the chip get reset).
1967 @item
1968 @emph{Other Resets} ... system-on-chip devices often support
1969 several other types of reset.
1970 You may need to arrange that a watchdog timer stops
1971 while debugging, preventing a watchdog reset.
1972 There may be individual module resets.
1973 @end itemize
1974
1975 In the best case, OpenOCD can hold SRST, then reset
1976 the TAPs via TRST and send commands through JTAG to halt the
1977 CPU at the reset vector before the 1st instruction is executed.
1978 Then when it finally releases the SRST signal, the system is
1979 halted under debugger control before any code has executed.
1980 This is the behavior required to support the @command{reset halt}
1981 and @command{reset init} commands; after @command{reset init} a
1982 board-specific script might do things like setting up DRAM.
1983 (@xref{Reset Command}.)
1984
1985 @anchor{SRST and TRST Issues}
1986 @section SRST and TRST Issues
1987
1988 Because SRST and TRST are hardware signals, they can have a
1989 variety of system-specific constraints. Some of the most
1990 common issues are:
1991
1992 @itemize @bullet
1993
1994 @item @emph{Signal not available} ... Some boards don't wire
1995 SRST or TRST to the JTAG connector. Some JTAG adapters don't
1996 support such signals even if they are wired up.
1997 Use the @command{reset_config} @var{signals} options to say
1998 when either of those signals is not connected.
1999 When SRST is not available, your code might not be able to rely
2000 on controllers having been fully reset during code startup.
2001 Missing TRST is not a problem, since JTAG level resets can
2002 be triggered using with TMS signaling.
2003
2004 @item @emph{Signals shorted} ... Sometimes a chip, board, or
2005 adapter will connect SRST to TRST, instead of keeping them separate.
2006 Use the @command{reset_config} @var{combination} options to say
2007 when those signals aren't properly independent.
2008
2009 @item @emph{Timing} ... Reset circuitry like a resistor/capacitor
2010 delay circuit, reset supervisor, or on-chip features can extend
2011 the effect of a JTAG adapter's reset for some time after the adapter
2012 stops issuing the reset. For example, there may be chip or board
2013 requirements that all reset pulses last for at least a
2014 certain amount of time; and reset buttons commonly have
2015 hardware debouncing.
2016 Use the @command{jtag_nsrst_delay} and @command{jtag_ntrst_delay}
2017 commands to say when extra delays are needed.
2018
2019 @item @emph{Drive type} ... Reset lines often have a pullup
2020 resistor, letting the JTAG interface treat them as open-drain
2021 signals. But that's not a requirement, so the adapter may need
2022 to use push/pull output drivers.
2023 Also, with weak pullups it may be advisable to drive
2024 signals to both levels (push/pull) to minimize rise times.
2025 Use the @command{reset_config} @var{trst_type} and
2026 @var{srst_type} parameters to say how to drive reset signals.
2027
2028 @item @emph{Special initialization} ... Targets sometimes need
2029 special JTAG initialization sequences to handle chip-specific
2030 issues (not limited to errata).
2031 For example, certain JTAG commands might need to be issued while
2032 the system as a whole is in a reset state (SRST active)
2033 but the JTAG scan chain is usable (TRST inactive).
2034 (@xref{JTAG Commands}, where the @command{jtag_reset}
2035 command is presented.)
2036 @end itemize
2037
2038 There can also be other issues.
2039 Some devices don't fully conform to the JTAG specifications.
2040 Trivial system-specific differences are common, such as
2041 SRST and TRST using slightly different names.
2042 There are also vendors who distribute key JTAG documentation for
2043 their chips only to developers who have signed a Non-Disclosure
2044 Agreement (NDA).
2045
2046 Sometimes there are chip-specific extensions like a requirement to use
2047 the normally-optional TRST signal (precluding use of JTAG adapters which
2048 don't pass TRST through), or needing extra steps to complete a TAP reset.
2049
2050 In short, SRST and especially TRST handling may be very finicky,
2051 needing to cope with both architecture and board specific constraints.
2052
2053 @section Commands for Handling Resets
2054
2055 @deffn {Command} jtag_nsrst_delay milliseconds
2056 How long (in milliseconds) OpenOCD should wait after deasserting
2057 nSRST (active-low system reset) before starting new JTAG operations.
2058 When a board has a reset button connected to SRST line it will
2059 probably have hardware debouncing, implying you should use this.
2060 @end deffn
2061
2062 @deffn {Command} jtag_ntrst_delay milliseconds
2063 How long (in milliseconds) OpenOCD should wait after deasserting
2064 nTRST (active-low JTAG TAP reset) before starting new JTAG operations.
2065 @end deffn
2066
2067 @deffn {Command} reset_config mode_flag ...
2068 This command tells OpenOCD the reset configuration
2069 of your combination of JTAG board and target in target
2070 configuration scripts.
2071
2072 Information earlier in this section describes the kind of problems
2073 the command is intended to address (@pxref{SRST and TRST Issues}).
2074 As a rule this command belongs only in board config files,
2075 describing issues like @emph{board doesn't connect TRST};
2076 or in user config files, addressing limitations derived
2077 from a particular combination of interface and board.
2078 (An unlikely example would be using a TRST-only adapter
2079 with a board that only wires up SRST.)
2080
2081 The @var{mode_flag} options can be specified in any order, but only one
2082 of each type -- @var{signals}, @var{combination}, @var{trst_type},
2083 and @var{srst_type} -- may be specified at a time.
2084 If you don't provide a new value for a given type, its previous
2085 value (perhaps the default) is unchanged.
2086 For example, this means that you don't need to say anything at all about
2087 TRST just to declare that if the JTAG adapter should want to drive SRST,
2088 it must explicitly be driven high (@option{srst_push_pull}).
2089
2090 @var{signals} can specify which of the reset signals are connected.
2091 For example, If the JTAG interface provides SRST, but the board doesn't
2092 connect that signal properly, then OpenOCD can't use it.
2093 Possible values are @option{none} (the default), @option{trst_only},
2094 @option{srst_only} and @option{trst_and_srst}.
2095
2096 @quotation Tip
2097 If your board provides SRST or TRST through the JTAG connector,
2098 you must declare that or else those signals will not be used.
2099 @end quotation
2100
2101 The @var{combination} is an optional value specifying broken reset
2102 signal implementations.
2103 The default behaviour if no option given is @option{separate},
2104 indicating everything behaves normally.
2105 @option{srst_pulls_trst} states that the
2106 test logic is reset together with the reset of the system (e.g. Philips
2107 LPC2000, "broken" board layout), @option{trst_pulls_srst} says that
2108 the system is reset together with the test logic (only hypothetical, I
2109 haven't seen hardware with such a bug, and can be worked around).
2110 @option{combined} implies both @option{srst_pulls_trst} and
2111 @option{trst_pulls_srst}.
2112
2113 The optional @var{trst_type} and @var{srst_type} parameters allow the
2114 driver mode of each reset line to be specified. These values only affect
2115 JTAG interfaces with support for different driver modes, like the Amontec
2116 JTAGkey and JTAGAccelerator. Also, they are necessarily ignored if the
2117 relevant signal (TRST or SRST) is not connected.
2118
2119 Possible @var{trst_type} driver modes for the test reset signal (TRST)
2120 are @option{trst_push_pull} (default) and @option{trst_open_drain}.
2121 Most boards connect this signal to a pulldown, so the JTAG TAPs
2122 never leave reset unless they are hooked up to a JTAG adapter.
2123
2124 Possible @var{srst_type} driver modes for the system reset signal (SRST)
2125 are the default @option{srst_open_drain}, and @option{srst_push_pull}.
2126 Most boards connect this signal to a pullup, and allow the
2127 signal to be pulled low by various events including system
2128 powerup and pressing a reset button.
2129 @end deffn
2130
2131
2132 @node TAP Declaration
2133 @chapter TAP Declaration
2134 @cindex TAP declaration
2135 @cindex TAP configuration
2136
2137 @emph{Test Access Ports} (TAPs) are the core of JTAG.
2138 TAPs serve many roles, including:
2139
2140 @itemize @bullet
2141 @item @b{Debug Target} A CPU TAP can be used as a GDB debug target
2142 @item @b{Flash Programing} Some chips program the flash directly via JTAG.
2143 Others do it indirectly, making a CPU do it.
2144 @item @b{Program Download} Using the same CPU support GDB uses,
2145 you can initialize a DRAM controller, download code to DRAM, and then
2146 start running that code.
2147 @item @b{Boundary Scan} Most chips support boundary scan, which
2148 helps test for board assembly problems like solder bridges
2149 and missing connections
2150 @end itemize
2151
2152 OpenOCD must know about the active TAPs on your board(s).
2153 Setting up the TAPs is the core task of your configuration files.
2154 Once those TAPs are set up, you can pass their names to code
2155 which sets up CPUs and exports them as GDB targets,
2156 probes flash memory, performs low-level JTAG operations, and more.
2157
2158 @section Scan Chains
2159 @cindex scan chain
2160
2161 TAPs are part of a hardware @dfn{scan chain},
2162 which is daisy chain of TAPs.
2163 They also need to be added to
2164 OpenOCD's software mirror of that hardware list,
2165 giving each member a name and associating other data with it.
2166 Simple scan chains, with a single TAP, are common in
2167 systems with a single microcontroller or microprocessor.
2168 More complex chips may have several TAPs internally.
2169 Very complex scan chains might have a dozen or more TAPs:
2170 several in one chip, more in the next, and connecting
2171 to other boards with their own chips and TAPs.
2172
2173 You can display the list with the @command{scan_chain} command.
2174 (Don't confuse this with the list displayed by the @command{targets}
2175 command, presented in the next chapter.
2176 That only displays TAPs for CPUs which are configured as
2177 debugging targets.)
2178 Here's what the scan chain might look like for a chip more than one TAP:
2179
2180 @verbatim
2181 TapName Enabled IdCode Expected IrLen IrCap IrMask Instr
2182 -- ------------------ ------- ---------- ---------- ----- ----- ------ -----
2183 0 omap5912.dsp Y 0x03df1d81 0x03df1d81 38 0 0 0x...
2184 1 omap5912.arm Y 0x0692602f 0x0692602f 4 0x1 0 0xc
2185 2 omap5912.unknown Y 0x00000000 0x00000000 8 0 0 0xff
2186 @end verbatim
2187
2188 Unfortunately those TAPs can't always be autoconfigured,
2189 because not all devices provide good support for that.
2190 JTAG doesn't require supporting IDCODE instructions, and
2191 chips with JTAG routers may not link TAPs into the chain
2192 until they are told to do so.
2193
2194 The configuration mechanism currently supported by OpenOCD
2195 requires explicit configuration of all TAP devices using
2196 @command{jtag newtap} commands, as detailed later in this chapter.
2197 A command like this would declare one tap and name it @code{chip1.cpu}:
2198
2199 @example
2200 jtag newtap chip1 cpu -irlen 7 -ircapture 0x01 -irmask 0x55
2201 @end example
2202
2203 Each target configuration file lists the TAPs provided
2204 by a given chip.
2205 Board configuration files combine all the targets on a board,
2206 and so forth.
2207 Note that @emph{the order in which TAPs are declared is very important.}
2208 It must match the order in the JTAG scan chain, both inside
2209 a single chip and between them.
2210 @xref{FAQ TAP Order}.
2211
2212 For example, the ST Microsystems STR912 chip has
2213 three separate TAPs@footnote{See the ST
2214 document titled: @emph{STR91xFAxxx, Section 3.15 Jtag Interface, Page:
2215 28/102, Figure 3: JTAG chaining inside the STR91xFA}.
2216 @url{http://eu.st.com/stonline/products/literature/ds/13495.pdf}}.
2217 To configure those taps, @file{target/str912.cfg}
2218 includes commands something like this:
2219
2220 @example
2221 jtag newtap str912 flash ... params ...
2222 jtag newtap str912 cpu ... params ...
2223 jtag newtap str912 bs ... params ...
2224 @end example
2225
2226 Actual config files use a variable instead of literals like
2227 @option{str912}, to support more than one chip of each type.
2228 @xref{Config File Guidelines}.
2229
2230 At this writing there is only a single command to work with
2231 scan chains, and there is no support for enumerating
2232 TAPs or examining their attributes.
2233
2234 @deffn Command {scan_chain}
2235 Displays the TAPs in the scan chain configuration,
2236 and their status.
2237 The set of TAPs listed by this command is fixed by
2238 exiting the OpenOCD configuration stage,
2239 but systems with a JTAG router can
2240 enable or disable TAPs dynamically.
2241 In addition to the enable/disable status, the contents of
2242 each TAP's instruction register can also change.
2243 @end deffn
2244
2245 @c FIXME! there should be commands to enumerate TAPs
2246 @c and get their attributes, like there are for targets.
2247 @c "jtag cget ..." will handle attributes.
2248 @c "jtag names" for enumerating TAPs, maybe.
2249
2250 @c Probably want "jtag eventlist", and a "tap-reset" event
2251 @c (on entry to RESET state).
2252
2253 @section TAP Names
2254 @cindex dotted name
2255
2256 When TAP objects are declared with @command{jtag newtap},
2257 a @dfn{dotted.name} is created for the TAP, combining the
2258 name of a module (usually a chip) and a label for the TAP.
2259 For example: @code{xilinx.tap}, @code{str912.flash},
2260 @code{omap3530.jrc}, @code{dm6446.dsp}, or @code{stm32.cpu}.
2261 Many other commands use that dotted.name to manipulate or
2262 refer to the TAP. For example, CPU configuration uses the
2263 name, as does declaration of NAND or NOR flash banks.
2264
2265 The components of a dotted name should follow ``C'' symbol
2266 name rules: start with an alphabetic character, then numbers
2267 and underscores are OK; while others (including dots!) are not.
2268
2269 @quotation Tip
2270 In older code, JTAG TAPs were numbered from 0..N.
2271 This feature is still present.
2272 However its use is highly discouraged, and
2273 should not be counted upon.
2274 Update all of your scripts to use TAP names rather than numbers.
2275 Using TAP numbers in target configuration scripts prevents
2276 reusing those scripts on boards with multiple targets.
2277 @end quotation
2278
2279 @section TAP Declaration Commands
2280
2281 @c shouldn't this be(come) a {Config Command}?
2282 @anchor{jtag newtap}
2283 @deffn Command {jtag newtap} chipname tapname configparams...
2284 Declares a new TAP with the dotted name @var{chipname}.@var{tapname},
2285 and configured according to the various @var{configparams}.
2286
2287 The @var{chipname} is a symbolic name for the chip.
2288 Conventionally target config files use @code{$_CHIPNAME},
2289 defaulting to the model name given by the chip vendor but
2290 overridable.
2291
2292 @cindex TAP naming convention
2293 The @var{tapname} reflects the role of that TAP,
2294 and should follow this convention:
2295
2296 @itemize @bullet
2297 @item @code{bs} -- For boundary scan if this is a seperate TAP;
2298 @item @code{cpu} -- The main CPU of the chip, alternatively
2299 @code{arm} and @code{dsp} on chips with both ARM and DSP CPUs,
2300 @code{arm1} and @code{arm2} on chips two ARMs, and so forth;
2301 @item @code{etb} -- For an embedded trace buffer (example: an ARM ETB11);
2302 @item @code{flash} -- If the chip has a flash TAP, like the str912;
2303 @item @code{jrc} -- For JTAG route controller (example: the ICEpick modules
2304 on many Texas Instruments chips, like the OMAP3530 on Beagleboards);
2305 @item @code{tap} -- Should be used only FPGA or CPLD like devices
2306 with a single TAP;
2307 @item @code{unknownN} -- If you have no idea what the TAP is for (N is a number);
2308 @item @emph{when in doubt} -- Use the chip maker's name in their data sheet.
2309 For example, the Freescale IMX31 has a SDMA (Smart DMA) with
2310 a JTAG TAP; that TAP should be named @code{sdma}.
2311 @end itemize
2312
2313 Every TAP requires at least the following @var{configparams}:
2314
2315 @itemize @bullet
2316 @item @code{-ircapture} @var{NUMBER}
2317 @*The IDCODE capture command, such as 0x01.
2318 @item @code{-irlen} @var{NUMBER}
2319 @*The length in bits of the
2320 instruction register, such as 4 or 5 bits.
2321 @item @code{-irmask} @var{NUMBER}
2322 @*A mask for the IR register.
2323 For some devices, there are bits in the IR that aren't used.
2324 This lets OpenOCD mask them off when doing IDCODE comparisons.
2325 In general, this should just be all ones for the size of the IR.
2326 @end itemize
2327
2328 A TAP may also provide optional @var{configparams}:
2329
2330 @itemize @bullet
2331 @item @code{-disable} (or @code{-enable})
2332 @*Use the @code{-disable} parameter to flag a TAP which is not
2333 linked in to the scan chain after a reset using either TRST
2334 or the JTAG state machine's @sc{reset} state.
2335 You may use @code{-enable} to highlight the default state
2336 (the TAP is linked in).
2337 @xref{Enabling and Disabling TAPs}.
2338 @item @code{-expected-id} @var{number}
2339 @*A non-zero value represents the expected 32-bit IDCODE
2340 found when the JTAG chain is examined.
2341 These codes are not required by all JTAG devices.
2342 @emph{Repeat the option} as many times as required if more than one
2343 ID code could appear (for example, multiple versions).
2344 @end itemize
2345 @end deffn
2346
2347 @c @deffn Command {jtag arp_init-reset}
2348 @c ... more or less "init" ?
2349
2350 @anchor{Enabling and Disabling TAPs}
2351 @section Enabling and Disabling TAPs
2352 @cindex TAP events
2353 @cindex JTAG Route Controller
2354 @cindex jrc
2355
2356 In some systems, a @dfn{JTAG Route Controller} (JRC)
2357 is used to enable and/or disable specific JTAG TAPs.
2358 Many ARM based chips from Texas Instruments include
2359 an ``ICEpick'' module, which is a JRC.
2360 Such chips include DaVinci and OMAP3 processors.
2361
2362 A given TAP may not be visible until the JRC has been
2363 told to link it into the scan chain; and if the JRC
2364 has been told to unlink that TAP, it will no longer
2365 be visible.
2366 Such routers address problems that JTAG ``bypass mode''
2367 ignores, such as:
2368
2369 @itemize
2370 @item The scan chain can only go as fast as its slowest TAP.
2371 @item Having many TAPs slows instruction scans, since all
2372 TAPs receive new instructions.
2373 @item TAPs in the scan chain must be powered up, which wastes
2374 power and prevents debugging some power management mechanisms.
2375 @end itemize
2376
2377 The IEEE 1149.1 JTAG standard has no concept of a ``disabled'' tap,
2378 as implied by the existence of JTAG routers.
2379 However, the upcoming IEEE 1149.7 framework (layered on top of JTAG)
2380 does include a kind of JTAG router functionality.
2381
2382 @c (a) currently the event handlers don't seem to be able to
2383 @c fail in a way that could lead to no-change-of-state.
2384 @c (b) eventually non-event configuration should be possible,
2385 @c in which case some this documentation must move.
2386
2387 @deffn Command {jtag cget} dotted.name @option{-event} name
2388 @deffnx Command {jtag configure} dotted.name @option{-event} name string
2389 At this writing this mechanism is used only for event handling,
2390 and the only two events relate to TAP enabling and disabling.
2391
2392 The @code{configure} subcommand assigns an event handler,
2393 a TCL string which is evaluated when the event is triggered.
2394 The @code{cget} subcommand returns that handler.
2395 The two possible values for an event @var{name}
2396 are @option{tap-disable} and @option{tap-enable}.
2397
2398 So for example, when defining a TAP for a CPU connected to
2399 a JTAG router, you should define TAP event handlers using
2400 code that looks something like this:
2401
2402 @example
2403 jtag configure CHIP.cpu -event tap-enable @{
2404 echo "Enabling CPU TAP"
2405 ... jtag operations using CHIP.jrc
2406 @}
2407 jtag configure CHIP.cpu -event tap-disable @{
2408 echo "Disabling CPU TAP"
2409 ... jtag operations using CHIP.jrc
2410 @}
2411 @end example
2412 @end deffn
2413
2414 @deffn Command {jtag tapdisable} dotted.name
2415 @deffnx Command {jtag tapenable} dotted.name
2416 @deffnx Command {jtag tapisenabled} dotted.name
2417 These three commands all return the string "1" if the tap
2418 specified by @var{dotted.name} is enabled,
2419 and "0" if it is disbabled.
2420 The @command{tapenable} variant first enables the tap
2421 by sending it a @option{tap-enable} event.
2422 The @command{tapdisable} variant first disables the tap
2423 by sending it a @option{tap-disable} event.
2424
2425 @quotation Note
2426 Humans will find the @command{scan_chain} command more helpful
2427 than the script-oriented @command{tapisenabled}
2428 for querying the state of the JTAG taps.
2429 @end quotation
2430 @end deffn
2431
2432 @node CPU Configuration
2433 @chapter CPU Configuration
2434 @cindex GDB target
2435
2436 This chapter discusses how to set up GDB debug targets for CPUs.
2437 You can also access these targets without GDB
2438 (@pxref{Architecture and Core Commands},
2439 and @ref{Target State handling}) and
2440 through various kinds of NAND and NOR flash commands.
2441 If you have multiple CPUs you can have multiple such targets.
2442
2443 We'll start by looking at how to examine the targets you have,
2444 then look at how to add one more target and how to configure it.
2445
2446 @section Target List
2447 @cindex target, current
2448 @cindex target, list
2449
2450 All targets that have been set up are part of a list,
2451 where each member has a name.
2452 That name should normally be the same as the TAP name.
2453 You can display the list with the @command{targets}
2454 (plural!) command.
2455 This display often has only one CPU; here's what it might
2456 look like with more than one:
2457 @verbatim
2458 TargetName Type Endian TapName State
2459 -- ------------------ ---------- ------ ------------------ ------------
2460 0* at91rm9200.cpu arm920t little at91rm9200.cpu running
2461 1 MyTarget cortex_m3 little mychip.foo tap-disabled
2462 @end verbatim
2463
2464 One member of that list is the @dfn{current target}, which
2465 is implicitly referenced by many commands.
2466 It's the one marked with a @code{*} near the target name.
2467 In particular, memory addresses often refer to the address
2468 space seen by that current target.
2469 Commands like @command{mdw} (memory display words)
2470 and @command{flash erase_address} (erase NOR flash blocks)
2471 are examples; and there are many more.
2472
2473 Several commands let you examine the list of targets:
2474
2475 @deffn Command {target count}
2476 Returns the number of targets, @math{N}.
2477 The highest numbered target is @math{N - 1}.
2478 @example
2479 set c [target count]
2480 for @{ set x 0 @} @{ $x < $c @} @{ incr x @} @{
2481 # Assuming you have created this function
2482 print_target_details $x
2483 @}
2484 @end example
2485 @end deffn
2486
2487 @deffn Command {target current}
2488 Returns the name of the current target.
2489 @end deffn
2490
2491 @deffn Command {target names}
2492 Lists the names of all current targets in the list.
2493 @example
2494 foreach t [target names] @{
2495 puts [format "Target: %s\n" $t]
2496 @}
2497 @end example
2498 @end deffn
2499
2500 @deffn Command {target number} number
2501 The list of targets is numbered starting at zero.
2502 This command returns the name of the target at index @var{number}.
2503 @example
2504 set thename [target number $x]
2505 puts [format "Target %d is: %s\n" $x $thename]
2506 @end example
2507 @end deffn
2508
2509 @c yep, "target list" would have been better.
2510 @c plus maybe "target setdefault".
2511
2512 @deffn Command targets [name]
2513 @emph{Note: the name of this command is plural. Other target
2514 command names are singular.}
2515
2516 With no parameter, this command displays a table of all known
2517 targets in a user friendly form.
2518
2519 With a parameter, this command sets the current target to
2520 the given target with the given @var{name}; this is
2521 only relevant on boards which have more than one target.
2522 @end deffn
2523
2524 @section Target CPU Types and Variants
2525 @cindex target type
2526 @cindex CPU type
2527 @cindex CPU variant
2528
2529 Each target has a @dfn{CPU type}, as shown in the output of
2530 the @command{targets} command. You need to specify that type
2531 when calling @command{target create}.
2532 The CPU type indicates more than just the instruction set.
2533 It also indicates how that instruction set is implemented,
2534 what kind of debug support it integrates,
2535 whether it has an MMU (and if so, what kind),
2536 what core-specific commands may be available
2537 (@pxref{Architecture and Core Commands}),
2538 and more.
2539
2540 For some CPU types, OpenOCD also defines @dfn{variants} which
2541 indicate differences that affect their handling.
2542 For example, a particular implementation bug might need to be
2543 worked around in some chip versions.
2544
2545 It's easy to see what target types are supported,
2546 since there's a command to list them.
2547 However, there is currently no way to list what target variants
2548 are supported (other than by reading the OpenOCD source code).
2549
2550 @anchor{target types}
2551 @deffn Command {target types}
2552 Lists all supported target types.
2553 At this writing, the supported CPU types and variants are:
2554
2555 @itemize @bullet
2556 @item @code{arm11} -- this is a generation of ARMv6 cores
2557 @item @code{arm720t} -- this is an ARMv4 core
2558 @item @code{arm7tdmi} -- this is an ARMv4 core
2559 @item @code{arm920t} -- this is an ARMv5 core
2560 @item @code{arm926ejs} -- this is an ARMv5 core
2561 @item @code{arm966e} -- this is an ARMv5 core
2562 @item @code{arm9tdmi} -- this is an ARMv4 core
2563 @item @code{avr} -- implements Atmel's 8-bit AVR instruction set.
2564 (Support for this is preliminary and incomplete.)
2565 @item @code{cortex_a8} -- this is an ARMv7 core
2566 @item @code{cortex_m3} -- this is an ARMv7 core, supporting only the
2567 compact Thumb2 instruction set. It supports one variant:
2568 @itemize @minus
2569 @item @code{lm3s} ... Use this when debugging older Stellaris LM3S targets.
2570 This will cause OpenOCD to use a software reset rather than asserting
2571 SRST, to avoid a issue with clearing the debug registers.
2572 This is fixed in Fury Rev B, DustDevil Rev B, Tempest; these revisions will
2573 be detected and the normal reset behaviour used.
2574 @end itemize
2575 @item @code{feroceon} -- resembles arm926
2576 @item @code{mips_m4k} -- a MIPS core. This supports one variant:
2577 @itemize @minus
2578 @item @code{ejtag_srst} ... Use this when debugging targets that do not
2579 provide a functional SRST line on the EJTAG connector. This causes
2580 OpenOCD to instead use an EJTAG software reset command to reset the
2581 processor.
2582 You still need to enable @option{srst} on the @command{reset_config}
2583 command to enable OpenOCD hardware reset functionality.
2584 @end itemize
2585 @item @code{xscale} -- this is actually an architecture,
2586 not a CPU type. It is based on the ARMv5 architecture.
2587 There are several variants defined:
2588 @itemize @minus
2589 @item @code{ixp42x}, @code{ixp45x}, @code{ixp46x},
2590 @code{pxa27x} ... instruction register length is 7 bits
2591 @item @code{pxa250}, @code{pxa255},
2592 @code{pxa26x} ... instruction register length is 5 bits
2593 @end itemize
2594 @end itemize
2595 @end deffn
2596
2597 To avoid being confused by the variety of ARM based cores, remember
2598 this key point: @emph{ARM is a technology licencing company}.
2599 (See: @url{http://www.arm.com}.)
2600 The CPU name used by OpenOCD will reflect the CPU design that was
2601 licenced, not a vendor brand which incorporates that design.
2602 Name prefixes like arm7, arm9, arm11, and cortex
2603 reflect design generations;
2604 while names like ARMv4, ARMv5, ARMv6, and ARMv7
2605 reflect an architecture version implemented by a CPU design.
2606
2607 @anchor{Target Configuration}
2608 @section Target Configuration
2609
2610 Before creating a ``target'', you must have added its TAP to the scan chain.
2611 When you've added that TAP, you will have a @code{dotted.name}
2612 which is used to set up the CPU support.
2613 The chip-specific configuration file will normally configure its CPU(s)
2614 right after it adds all of the chip's TAPs to the scan chain.
2615
2616 Although you can set up a target in one step, it's often clearer if you
2617 use shorter commands and do it in two steps: create it, then configure
2618 optional parts.
2619 All operations on the target after it's created will use a new
2620 command, created as part of target creation.
2621
2622 The two main things to configure after target creation are
2623 a work area, which usually has target-specific defaults even
2624 if the board setup code overrides them later;
2625 and event handlers (@pxref{Target Events}), which tend
2626 to be much more board-specific.
2627 The key steps you use might look something like this
2628
2629 @example
2630 target create MyTarget cortex_m3 -chain-position mychip.cpu
2631 $MyTarget configure -work-area-phys 0x08000 -work-area-size 8096
2632 $MyTarget configure -event reset-deassert-pre @{ jtag_rclk 5 @}
2633 $MyTarget configure -event reset-init @{ myboard_reinit @}
2634 @end example
2635
2636 You should specify a working area if you can; typically it uses some
2637 on-chip SRAM.
2638 Such a working area can speed up many things, including bulk
2639 writes to target memory;
2640 flash operations like checking to see if memory needs to be erased;
2641 GDB memory checksumming;
2642 and more.
2643
2644 @quotation Warning
2645 On more complex chips, the work area can become
2646 inaccessible when application code
2647 (such as an operating system)
2648 enables or disables the MMU.
2649 For example, the particular MMU context used to acess the virtual
2650 address will probably matter ... and that context might not have
2651 easy access to other addresses needed.
2652 At this writing, OpenOCD doesn't have much MMU intelligence.
2653 @end quotation
2654
2655 It's often very useful to define a @code{reset-init} event handler.
2656 For systems that are normally used with a boot loader,
2657 common tasks include updating clocks and initializing memory
2658 controllers.
2659 That may be needed to let you write the boot loader into flash,
2660 in order to ``de-brick'' your board; or to load programs into
2661 external DDR memory without having run the boot loader.
2662
2663 @deffn Command {target create} target_name type configparams...
2664 This command creates a GDB debug target that refers to a specific JTAG tap.
2665 It enters that target into a list, and creates a new
2666 command (@command{@var{target_name}}) which is used for various
2667 purposes including additional configuration.
2668
2669 @itemize @bullet
2670 @item @var{target_name} ... is the name of the debug target.
2671 By convention this should be the same as the @emph{dotted.name}
2672 of the TAP associated with this target, which must be specified here
2673 using the @code{-chain-position @var{dotted.name}} configparam.
2674
2675 This name is also used to create the target object command,
2676 referred to here as @command{$target_name},
2677 and in other places the target needs to be identified.
2678 @item @var{type} ... specifies the target type. @xref{target types}.
2679 @item @var{configparams} ... all parameters accepted by
2680 @command{$target_name configure} are permitted.
2681 If the target is big-endian, set it here with @code{-endian big}.
2682 If the variant matters, set it here with @code{-variant}.
2683
2684 You @emph{must} set the @code{-chain-position @var{dotted.name}} here.
2685 @end itemize
2686 @end deffn
2687
2688 @deffn Command {$target_name configure} configparams...
2689 The options accepted by this command may also be
2690 specified as parameters to @command{target create}.
2691 Their values can later be queried one at a time by
2692 using the @command{$target_name cget} command.
2693
2694 @emph{Warning:} changing some of these after setup is dangerous.
2695 For example, moving a target from one TAP to another;
2696 and changing its endianness or variant.
2697
2698 @itemize @bullet
2699
2700 @item @code{-chain-position} @var{dotted.name} -- names the TAP
2701 used to access this target.
2702
2703 @item @code{-endian} (@option{big}|@option{little}) -- specifies
2704 whether the CPU uses big or little endian conventions
2705
2706 @item @code{-event} @var{event_name} @var{event_body} --
2707 @xref{Target Events}.
2708 Note that this updates a list of named event handlers.
2709 Calling this twice with two different event names assigns
2710 two different handlers, but calling it twice with the
2711 same event name assigns only one handler.
2712
2713 @item @code{-variant} @var{name} -- specifies a variant of the target,
2714 which OpenOCD needs to know about.
2715
2716 @item @code{-work-area-backup} (@option{0}|@option{1}) -- says
2717 whether the work area gets backed up; by default, it doesn't.
2718 When possible, use a working_area that doesn't need to be backed up,
2719 since performing a backup slows down operations.
2720
2721 @item @code{-work-area-size} @var{size} -- specify/set the work area
2722
2723 @item @code{-work-area-phys} @var{address} -- set the work area
2724 base @var{address} to be used when no MMU is active.
2725
2726 @item @code{-work-area-virt} @var{address} -- set the work area
2727 base @var{address} to be used when an MMU is active.
2728
2729 @end itemize
2730 @end deffn
2731
2732 @section Other $target_name Commands
2733 @cindex object command
2734
2735 The Tcl/Tk language has the concept of object commands,
2736 and OpenOCD adopts that same model for targets.
2737
2738 A good Tk example is a on screen button.
2739 Once a button is created a button
2740 has a name (a path in Tk terms) and that name is useable as a first
2741 class command. For example in Tk, one can create a button and later
2742 configure it like this:
2743
2744 @example
2745 # Create
2746 button .foobar -background red -command @{ foo @}
2747 # Modify
2748 .foobar configure -foreground blue
2749 # Query
2750 set x [.foobar cget -background]
2751 # Report
2752 puts [format "The button is %s" $x]
2753 @end example
2754
2755 In OpenOCD's terms, the ``target'' is an object just like a Tcl/Tk
2756 button, and its object commands are invoked the same way.
2757
2758 @example
2759 str912.cpu mww 0x1234 0x42
2760 omap3530.cpu mww 0x5555 123
2761 @end example
2762
2763 The commands supported by OpenOCD target objects are:
2764
2765 @deffn Command {$target_name arp_examine}
2766 @deffnx Command {$target_name arp_halt}
2767 @deffnx Command {$target_name arp_poll}
2768 @deffnx Command {$target_name arp_reset}
2769 @deffnx Command {$target_name arp_waitstate}
2770 Internal OpenOCD scripts (most notably @file{startup.tcl})
2771 use these to deal with specific reset cases.
2772 They are not otherwise documented here.
2773 @end deffn
2774
2775 @deffn Command {$target_name array2mem} arrayname width address count
2776 @deffnx Command {$target_name mem2array} arrayname width address count
2777 These provide an efficient script-oriented interface to memory.
2778 The @code{array2mem} primitive writes bytes, halfwords, or words;
2779 while @code{mem2array} reads them.
2780 In both cases, the TCL side uses an array, and
2781 the target side uses raw memory.
2782
2783 The efficiency comes from enabling the use of
2784 bulk JTAG data transfer operations.
2785 The script orientation comes from working with data
2786 values that are packaged for use by TCL scripts;
2787 @command{mdw} type primitives only print data they retrieve,
2788 and neither store nor return those values.
2789
2790 @itemize
2791 @item @var{arrayname} ... is the name of an array variable
2792 @item @var{width} ... is 8/16/32 - indicating the memory access size
2793 @item @var{address} ... is the target memory address
2794 @item @var{count} ... is the number of elements to process
2795 @end itemize
2796 @end deffn
2797
2798 @deffn Command {$target_name cget} queryparm
2799 Each configuration parameter accepted by
2800 @command{$target_name configure}
2801 can be individually queried, to return its current value.
2802 The @var{queryparm} is a parameter name
2803 accepted by that command, such as @code{-work-area-phys}.
2804 There are a few special cases:
2805
2806 @itemize @bullet
2807 @item @code{-event} @var{event_name} -- returns the handler for the
2808 event named @var{event_name}.
2809 This is a special case because setting a handler requires
2810 two parameters.
2811 @item @code{-type} -- returns the target type.
2812 This is a special case because this is set using
2813 @command{target create} and can't be changed
2814 using @command{$target_name configure}.
2815 @end itemize
2816
2817 For example, if you wanted to summarize information about
2818 all the targets you might use something like this:
2819
2820 @example
2821 for @{ set x 0 @} @{ $x < [target count] @} @{ incr x @} @{
2822 set name [target number $x]
2823 set y [$name cget -endian]
2824 set z [$name cget -type]
2825 puts [format "Chip %d is %s, Endian: %s, type: %s" \
2826 $x $name $y $z]
2827 @}
2828 @end example
2829 @end deffn
2830
2831 @anchor{target curstate}
2832 @deffn Command {$target_name curstate}
2833 Displays the current target state:
2834 @code{debug-running},
2835 @code{halted},
2836 @code{reset},
2837 @code{running}, or @code{unknown}.
2838 (Also, @pxref{Event Polling}.)
2839 @end deffn
2840
2841 @deffn Command {$target_name eventlist}
2842 Displays a table listing all event handlers
2843 currently associated with this target.
2844 @xref{Target Events}.
2845 @end deffn
2846
2847 @deffn Command {$target_name invoke-event} event_name
2848 Invokes the handler for the event named @var{event_name}.
2849 (This is primarily intended for use by OpenOCD framework
2850 code, for example by the reset code in @file{startup.tcl}.)
2851 @end deffn
2852
2853 @deffn Command {$target_name mdw} addr [count]
2854 @deffnx Command {$target_name mdh} addr [count]
2855 @deffnx Command {$target_name mdb} addr [count]
2856 Display contents of address @var{addr}, as
2857 32-bit words (@command{mdw}), 16-bit halfwords (@command{mdh}),
2858 or 8-bit bytes (@command{mdb}).
2859 If @var{count} is specified, displays that many units.
2860 (If you want to manipulate the data instead of displaying it,
2861 see the @code{mem2array} primitives.)
2862 @end deffn
2863
2864 @deffn Command {$target_name mww} addr word
2865 @deffnx Command {$target_name mwh} addr halfword
2866 @deffnx Command {$target_name mwb} addr byte
2867 Writes the specified @var{word} (32 bits),
2868 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
2869 at the specified address @var{addr}.
2870 @end deffn
2871
2872 @anchor{Target Events}
2873 @section Target Events
2874 @cindex events
2875 At various times, certain things can happen, or you want them to happen.
2876 For example:
2877 @itemize @bullet
2878 @item What should happen when GDB connects? Should your target reset?
2879 @item When GDB tries to flash the target, do you need to enable the flash via a special command?
2880 @item During reset, do you need to write to certain memory locations
2881 to set up system clocks or
2882 to reconfigure the SDRAM?
2883 @end itemize
2884
2885 All of the above items can be addressed by target event handlers.
2886 These are set up by @command{$target_name configure -event} or
2887 @command{target create ... -event}.
2888
2889 The programmer's model matches the @code{-command} option used in Tcl/Tk
2890 buttons and events. The two examples below act the same, but one creates
2891 and invokes a small procedure while the other inlines it.
2892
2893 @example
2894 proc my_attach_proc @{ @} @{
2895 echo "Reset..."
2896 reset halt
2897 @}
2898 mychip.cpu configure -event gdb-attach my_attach_proc
2899 mychip.cpu configure -event gdb-attach @{
2900 echo "Reset..."
2901 reset halt
2902 @}
2903 @end example
2904
2905 The following target events are defined:
2906
2907 @itemize @bullet
2908 @item @b{debug-halted}
2909 @* The target has halted for debug reasons (i.e.: breakpoint)
2910 @item @b{debug-resumed}
2911 @* The target has resumed (i.e.: gdb said run)
2912 @item @b{early-halted}
2913 @* Occurs early in the halt process
2914 @ignore
2915 @item @b{examine-end}
2916 @* Currently not used (goal: when JTAG examine completes)
2917 @item @b{examine-start}
2918 @* Currently not used (goal: when JTAG examine starts)
2919 @end ignore
2920 @item @b{gdb-attach}
2921 @* When GDB connects
2922 @item @b{gdb-detach}
2923 @* When GDB disconnects
2924 @item @b{gdb-end}
2925 @* When the target has halted and GDB is not doing anything (see early halt)
2926 @item @b{gdb-flash-erase-start}
2927 @* Before the GDB flash process tries to erase the flash
2928 @item @b{gdb-flash-erase-end}
2929 @* After the GDB flash process has finished erasing the flash
2930 @item @b{gdb-flash-write-start}
2931 @* Before GDB writes to the flash
2932 @item @b{gdb-flash-write-end}
2933 @* After GDB writes to the flash
2934 @item @b{gdb-start}
2935 @* Before the target steps, gdb is trying to start/resume the target
2936 @item @b{halted}
2937 @* The target has halted
2938 @ignore
2939 @item @b{old-gdb_program_config}
2940 @* DO NOT USE THIS: Used internally
2941 @item @b{old-pre_resume}
2942 @* DO NOT USE THIS: Used internally
2943 @end ignore
2944 @item @b{reset-assert-pre}
2945 @* Issued as part of @command{reset} processing
2946 after SRST and/or TRST were activated and deactivated,
2947 but before reset is asserted on the tap.
2948 @item @b{reset-assert-post}
2949 @* Issued as part of @command{reset} processing
2950 when reset is asserted on the tap.
2951 @item @b{reset-deassert-pre}
2952 @* Issued as part of @command{reset} processing
2953 when reset is about to be released on the tap.
2954
2955 For some chips, this may be a good place to make sure
2956 the JTAG clock is slow enough to work before the PLL
2957 has been set up to allow faster JTAG speeds.
2958 @item @b{reset-deassert-post}
2959 @* Issued as part of @command{reset} processing
2960 when reset has been released on the tap.
2961 @item @b{reset-end}
2962 @* Issued as the final step in @command{reset} processing.
2963 @ignore
2964 @item @b{reset-halt-post}
2965 @* Currently not used
2966 @item @b{reset-halt-pre}
2967 @* Currently not used
2968 @end ignore
2969 @item @b{reset-init}
2970 @* Used by @b{reset init} command for board-specific initialization.
2971 This event fires after @emph{reset-deassert-post}.
2972
2973 This is where you would configure PLLs and clocking, set up DRAM so
2974 you can download programs that don't fit in on-chip SRAM, set up pin
2975 multiplexing, and so on.
2976 @item @b{reset-start}
2977 @* Issued as part of @command{reset} processing
2978 before either SRST or TRST are activated.
2979 @ignore
2980 @item @b{reset-wait-pos}
2981 @* Currently not used
2982 @item @b{reset-wait-pre}
2983 @* Currently not used
2984 @end ignore
2985 @item @b{resume-start}
2986 @* Before any target is resumed
2987 @item @b{resume-end}
2988 @* After all targets have resumed
2989 @item @b{resume-ok}
2990 @* Success
2991 @item @b{resumed}
2992 @* Target has resumed
2993 @end itemize
2994
2995
2996 @node Flash Commands
2997 @chapter Flash Commands
2998
2999 OpenOCD has different commands for NOR and NAND flash;
3000 the ``flash'' command works with NOR flash, while
3001 the ``nand'' command works with NAND flash.
3002 This partially reflects different hardware technologies:
3003 NOR flash usually supports direct CPU instruction and data bus access,
3004 while data from a NAND flash must be copied to memory before it can be
3005 used. (SPI flash must also be copied to memory before use.)
3006 However, the documentation also uses ``flash'' as a generic term;
3007 for example, ``Put flash configuration in board-specific files''.
3008
3009 Flash Steps:
3010 @enumerate
3011 @item Configure via the command @command{flash bank}
3012 @* Do this in a board-specific configuration file,
3013 passing parameters as needed by the driver.
3014 @item Operate on the flash via @command{flash subcommand}
3015 @* Often commands to manipulate the flash are typed by a human, or run
3016 via a script in some automated way. Common tasks include writing a
3017 boot loader, operating system, or other data.
3018 @item GDB Flashing
3019 @* Flashing via GDB requires the flash be configured via ``flash
3020 bank'', and the GDB flash features be enabled.
3021 @xref{GDB Configuration}.
3022 @end enumerate
3023
3024 Many CPUs have the ablity to ``boot'' from the first flash bank.
3025 This means that misprograming that bank can ``brick'' a system,
3026 so that it can't boot.
3027 JTAG tools, like OpenOCD, are often then used to ``de-brick'' the
3028 board by (re)installing working boot firmware.
3029
3030 @section Flash Configuration Commands
3031 @cindex flash configuration
3032
3033 @deffn {Config Command} {flash bank} driver base size chip_width bus_width target [driver_options]
3034 Configures a flash bank which provides persistent storage
3035 for addresses from @math{base} to @math{base + size - 1}.
3036 These banks will often be visible to GDB through the target's memory map.
3037 In some cases, configuring a flash bank will activate extra commands;
3038 see the driver-specific documentation.
3039
3040 @itemize @bullet
3041 @item @var{driver} ... identifies the controller driver
3042 associated with the flash bank being declared.
3043 This is usually @code{cfi} for external flash, or else
3044 the name of a microcontroller with embedded flash memory.
3045 @xref{Flash Driver List}.
3046 @item @var{base} ... Base address of the flash chip.
3047 @item @var{size} ... Size of the chip, in bytes.
3048 For some drivers, this value is detected from the hardware.
3049 @item @var{chip_width} ... Width of the flash chip, in bytes;
3050 ignored for most microcontroller drivers.
3051 @item @var{bus_width} ... Width of the data bus used to access the
3052 chip, in bytes; ignored for most microcontroller drivers.
3053 @item @var{target} ... Names the target used to issue
3054 commands to the flash controller.
3055 @comment Actually, it's currently a controller-specific parameter...
3056 @item @var{driver_options} ... drivers may support, or require,
3057 additional parameters. See the driver-specific documentation
3058 for more information.
3059 @end itemize
3060 @quotation Note
3061 This command is not available after OpenOCD initialization has completed.
3062 Use it in board specific configuration files, not interactively.
3063 @end quotation
3064 @end deffn
3065
3066 @comment the REAL name for this command is "ocd_flash_banks"
3067 @comment less confusing would be: "flash list" (like "nand list")
3068 @deffn Command {flash banks}
3069 Prints a one-line summary of each device declared
3070 using @command{flash bank}, numbered from zero.
3071 Note that this is the @emph{plural} form;
3072 the @emph{singular} form is a very different command.
3073 @end deffn
3074
3075 @deffn Command {flash probe} num
3076 Identify the flash, or validate the parameters of the configured flash. Operation
3077 depends on the flash type.
3078 The @var{num} parameter is a value shown by @command{flash banks}.
3079 Most flash commands will implicitly @emph{autoprobe} the bank;
3080 flash drivers can distinguish between probing and autoprobing,
3081 but most don't bother.
3082 @end deffn
3083
3084 @section Erasing, Reading, Writing to Flash
3085 @cindex flash erasing
3086 @cindex flash reading
3087 @cindex flash writing
3088 @cindex flash programming
3089
3090 One feature distinguishing NOR flash from NAND or serial flash technologies
3091 is that for read access, it acts exactly like any other addressible memory.
3092 This means you can use normal memory read commands like @command{mdw} or
3093 @command{dump_image} with it, with no special @command{flash} subcommands.
3094 @xref{Memory access}, and @ref{Image access}.
3095
3096 Write access works differently. Flash memory normally needs to be erased
3097 before it's written. Erasing a sector turns all of its bits to ones, and
3098 writing can turn ones into zeroes. This is why there are special commands
3099 for interactive erasing and writing, and why GDB needs to know which parts
3100 of the address space hold NOR flash memory.
3101
3102 @quotation Note
3103 Most of these erase and write commands leverage the fact that NOR flash
3104 chips consume target address space. They implicitly refer to the current
3105 JTAG target, and map from an address in that target's address space
3106 back to a flash bank.
3107 @comment In May 2009, those mappings may fail if any bank associated
3108 @comment with that target doesn't succesfuly autoprobe ... bug worth fixing?
3109 A few commands use abstract addressing based on bank and sector numbers,
3110 and don't depend on searching the current target and its address space.
3111 Avoid confusing the two command models.
3112 @end quotation
3113
3114 Some flash chips implement software protection against accidental writes,
3115 since such buggy writes could in some cases ``brick'' a system.
3116 For such systems, erasing and writing may require sector protection to be
3117 disabled first.
3118 Examples include CFI flash such as ``Intel Advanced Bootblock flash'',
3119 and AT91SAM7 on-chip flash.
3120 @xref{flash protect}.
3121
3122 @anchor{flash erase_sector}
3123 @deffn Command {flash erase_sector} num first last
3124 Erase sectors in bank @var{num}, starting at sector @var{first} up to and including
3125 @var{last}. Sector numbering starts at 0.
3126 The @var{num} parameter is a value shown by @command{flash banks}.
3127 @end deffn
3128
3129 @deffn Command {flash erase_address} address length
3130 Erase sectors starting at @var{address} for @var{length} bytes.
3131 The flash bank to use is inferred from the @var{address}, and
3132 the specified length must stay within that bank.
3133 As a special case, when @var{length} is zero and @var{address} is
3134 the start of the bank, the whole flash is erased.
3135 @end deffn
3136
3137 @deffn Command {flash fillw} address word length
3138 @deffnx Command {flash fillh} address halfword length
3139 @deffnx Command {flash fillb} address byte length
3140 Fills flash memory with the specified @var{word} (32 bits),
3141 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
3142 starting at @var{address} and continuing
3143 for @var{length} units (word/halfword/byte).
3144 No erasure is done before writing; when needed, that must be done
3145 before issuing this command.
3146 Writes are done in blocks of up to 1024 bytes, and each write is
3147 verified by reading back the data and comparing it to what was written.
3148 The flash bank to use is inferred from the @var{address} of
3149 each block, and the specified length must stay within that bank.
3150 @end deffn
3151 @comment no current checks for errors if fill blocks touch multiple banks!
3152
3153 @anchor{flash write_bank}
3154 @deffn Command {flash write_bank} num filename offset
3155 Write the binary @file{filename} to flash bank @var{num},
3156 starting at @var{offset} bytes from the beginning of the bank.
3157 The @var{num} parameter is a value shown by @command{flash banks}.
3158 @end deffn
3159
3160 @anchor{flash write_image}
3161 @deffn Command {flash write_image} [erase] filename [offset] [type]
3162 Write the image @file{filename} to the current target's flash bank(s).
3163 A relocation @var{offset} may be specified, in which case it is added
3164 to the base address for each section in the image.
3165 The file [@var{type}] can be specified
3166 explicitly as @option{bin} (binary), @option{ihex} (Intel hex),
3167 @option{elf} (ELF file), @option{s19} (Motorola s19).
3168 @option{mem}, or @option{builder}.
3169 The relevant flash sectors will be erased prior to programming
3170 if the @option{erase} parameter is given.
3171 The flash bank to use is inferred from the @var{address} of
3172 each image segment.
3173 @end deffn
3174
3175 @section Other Flash commands
3176 @cindex flash protection
3177
3178 @deffn Command {flash erase_check} num
3179 Check erase state of sectors in flash bank @var{num},
3180 and display that status.
3181 The @var{num} parameter is a value shown by @command{flash banks}.
3182 This is the only operation that
3183 updates the erase state information displayed by @option{flash info}. That means you have
3184 to issue an @command{flash erase_check} command after erasing or programming the device
3185 to get updated information.
3186 (Code execution may have invalidated any state records kept by OpenOCD.)
3187 @end deffn
3188
3189 @deffn Command {flash info} num
3190 Print info about flash bank @var{num}
3191 The @var{num} parameter is a value shown by @command{flash banks}.
3192 The information includes per-sector protect status.
3193 @end deffn
3194
3195 @anchor{flash protect}
3196 @deffn Command {flash protect} num first last (on|off)
3197 Enable (@var{on}) or disable (@var{off}) protection of flash sectors
3198 @var{first} to @var{last} of flash bank @var{num}.
3199 The @var{num} parameter is a value shown by @command{flash banks}.
3200 @end deffn
3201
3202 @deffn Command {flash protect_check} num
3203 Check protection state of sectors in flash bank @var{num}.
3204 The @var{num} parameter is a value shown by @command{flash banks}.
3205 @comment @option{flash erase_sector} using the same syntax.
3206 @end deffn
3207
3208 @anchor{Flash Driver List}
3209 @section Flash Drivers, Options, and Commands
3210 As noted above, the @command{flash bank} command requires a driver name,
3211 and allows driver-specific options and behaviors.
3212 Some drivers also activate driver-specific commands.
3213
3214 @subsection External Flash
3215
3216 @deffn {Flash Driver} cfi
3217 @cindex Common Flash Interface
3218 @cindex CFI
3219 The ``Common Flash Interface'' (CFI) is the main standard for
3220 external NOR flash chips, each of which connects to a
3221 specific external chip select on the CPU.
3222 Frequently the first such chip is used to boot the system.
3223 Your board's @code{reset-init} handler might need to
3224 configure additional chip selects using other commands (like: @command{mww} to
3225 configure a bus and its timings) , or
3226 perhaps configure a GPIO pin that controls the ``write protect'' pin
3227 on the flash chip.
3228 The CFI driver can use a target-specific working area to significantly
3229 speed up operation.
3230
3231 The CFI driver can accept the following optional parameters, in any order:
3232
3233 @itemize
3234 @item @var{jedec_probe} ... is used to detect certain non-CFI flash ROMs,
3235 like AM29LV010 and similar types.
3236 @item @var{x16_as_x8} ... when a 16-bit flash is hooked up to an 8-bit bus.
3237 @end itemize
3238
3239 To configure two adjacent banks of 16 MBytes each, both sixteen bits (two bytes)
3240 wide on a sixteen bit bus:
3241
3242 @example
3243 flash bank cfi 0x00000000 0x01000000 2 2 $_TARGETNAME
3244 flash bank cfi 0x01000000 0x01000000 2 2 $_TARGETNAME
3245 @end example
3246 @end deffn
3247
3248 @subsection Internal Flash (Microcontrollers)
3249
3250 @deffn {Flash Driver} aduc702x
3251 The ADUC702x analog microcontrollers from ST Micro
3252 include internal flash and use ARM7TDMI cores.
3253 The aduc702x flash driver works with models ADUC7019 through ADUC7028.
3254 The setup command only requires the @var{target} argument
3255 since all devices in this family have the same memory layout.
3256
3257 @example
3258 flash bank aduc702x 0 0 0 0 $_TARGETNAME
3259 @end example
3260 @end deffn
3261
3262 @deffn {Flash Driver} at91sam7
3263 All members of the AT91SAM7 microcontroller family from Atmel
3264 include internal flash and use ARM7TDMI cores.
3265 The driver automatically recognizes a number of these chips using
3266 the chip identification register, and autoconfigures itself.
3267
3268 @example
3269 flash bank at91sam7 0 0 0 0 $_TARGETNAME
3270 @end example
3271
3272 For chips which are not recognized by the controller driver, you must
3273 provide additional parameters in the following order:
3274
3275 @itemize
3276 @item @var{chip_model} ... label used with @command{flash info}
3277 @item @var{banks}
3278 @item @var{sectors_per_bank}
3279 @item @var{pages_per_sector}
3280 @item @var{pages_size}
3281 @item @var{num_nvm_bits}
3282 @item @var{freq_khz} ... required if an external clock is provided,
3283 optional (but recommended) when the oscillator frequency is known
3284 @end itemize
3285
3286 It is recommended that you provide zeroes for all of those values
3287 except the clock frequency, so that everything except that frequency
3288 will be autoconfigured.
3289 Knowing the frequency helps ensure correct timings for flash access.
3290
3291 The flash controller handles erases automatically on a page (128/256 byte)
3292 basis, so explicit erase commands are not necessary for flash programming.
3293 However, there is an ``EraseAll`` command that can erase an entire flash
3294 plane (of up to 256KB), and it will be used automatically when you issue
3295 @command{flash erase_sector} or @command{flash erase_address} commands.
3296
3297 @deffn Command {at91sam7 gpnvm} bitnum (set|clear)
3298 Set or clear a ``General Purpose Non-Volatle Memory'' (GPNVM)
3299 bit for the processor. Each processor has a number of such bits,
3300 used for controlling features such as brownout detection (so they
3301 are not truly general purpose).
3302 @quotation Note
3303 This assumes that the first flash bank (number 0) is associated with
3304 the appropriate at91sam7 target.
3305 @end quotation
3306 @end deffn
3307 @end deffn
3308
3309 @deffn {Flash Driver} avr
3310 The AVR 8-bit microcontrollers from Atmel integrate flash memory.
3311 @emph{The current implementation is incomplete.}
3312 @comment - defines mass_erase ... pointless given flash_erase_address
3313 @end deffn
3314
3315 @deffn {Flash Driver} ecosflash
3316 @emph{No idea what this is...}
3317 The @var{ecosflash} driver defines one mandatory parameter,
3318 the name of a modules of target code which is downloaded
3319 and executed.
3320 @end deffn
3321
3322 @deffn {Flash Driver} lpc2000
3323 Most members of the LPC2000 microcontroller family from NXP
3324 include internal flash and use ARM7TDMI cores.
3325 The @var{lpc2000} driver defines two mandatory and one optional parameters,
3326 which must appear in the following order:
3327
3328 @itemize
3329 @item @var{variant} ... required, may be
3330 @var{lpc2000_v1} (older LPC21xx and LPC22xx)
3331 or @var{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx)
3332 @item @var{clock_kHz} ... the frequency, in kiloHertz,
3333 at which the core is running
3334 @item @var{calc_checksum} ... optional (but you probably want to provide this!),
3335 telling the driver to calculate a valid checksum for the exception vector table.
3336 @end itemize
3337
3338 LPC flashes don't require the chip and bus width to be specified.
3339
3340 @example
3341 flash bank lpc2000 0x0 0x7d000 0 0 $_TARGETNAME \
3342 lpc2000_v2 14765 calc_checksum
3343 @end example
3344 @end deffn
3345
3346 @deffn {Flash Driver} lpc288x
3347 The LPC2888 microcontroller from NXP needs slightly different flash
3348 support from its lpc2000 siblings.
3349 The @var{lpc288x} driver defines one mandatory parameter,
3350 the programming clock rate in Hz.
3351 LPC flashes don't require the chip and bus width to be specified.
3352
3353 @example
3354 flash bank lpc288x 0 0 0 0 $_TARGETNAME 12000000
3355 @end example
3356 @end deffn
3357
3358 @deffn {Flash Driver} ocl
3359 @emph{No idea what this is, other than using some arm7/arm9 core.}
3360
3361 @example
3362 flash bank ocl 0 0 0 0 $_TARGETNAME
3363 @end example
3364 @end deffn
3365
3366 @deffn {Flash Driver} pic32mx
3367 The PIC32MX microcontrollers are based on the MIPS 4K cores,
3368 and integrate flash memory.
3369 @emph{The current implementation is incomplete.}
3370
3371 @example
3372 flash bank pix32mx 0 0 0 0 $_TARGETNAME
3373 @end example
3374
3375 @comment numerous *disabled* commands are defined:
3376 @comment - chip_erase ... pointless given flash_erase_address
3377 @comment - lock, unlock ... pointless given protect on/off (yes?)
3378 @comment - pgm_word ... shouldn't bank be deduced from address??
3379 Some pic32mx-specific commands are defined:
3380 @deffn Command {pic32mx pgm_word} address value bank
3381 Programs the specified 32-bit @var{value} at the given @var{address}
3382 in the specified chip @var{bank}.
3383 @end deffn
3384 @end deffn
3385
3386 @deffn {Flash Driver} stellaris
3387 All members of the Stellaris LM3Sxxx microcontroller family from
3388 Texas Instruments
3389 include internal flash and use ARM Cortex M3 cores.
3390 The driver automatically recognizes a number of these chips using
3391 the chip identification register, and autoconfigures itself.
3392 @footnote{Currently there is a @command{stellaris mass_erase} command.
3393 That seems pointless since the same effect can be had using the
3394 standard @command{flash erase_address} command.}
3395
3396 @example
3397 flash bank stellaris 0 0 0 0 $_TARGETNAME
3398 @end example
3399 @end deffn
3400
3401 @deffn {Flash Driver} stm32x
3402 All members of the STM32 microcontroller family from ST Microelectronics
3403 include internal flash and use ARM Cortex M3 cores.
3404 The driver automatically recognizes a number of these chips using
3405 the chip identification register, and autoconfigures itself.
3406
3407 @example
3408 flash bank stm32x 0 0 0 0 $_TARGETNAME
3409 @end example
3410
3411 Some stm32x-specific commands
3412 @footnote{Currently there is a @command{stm32x mass_erase} command.
3413 That seems pointless since the same effect can be had using the
3414 standard @command{flash erase_address} command.}
3415 are defined:
3416
3417 @deffn Command {stm32x lock} num
3418 Locks the entire stm32 device.
3419 The @var{num} parameter is a value shown by @command{flash banks}.
3420 @end deffn
3421
3422 @deffn Command {stm32x unlock} num
3423 Unlocks the entire stm32 device.
3424 The @var{num} parameter is a value shown by @command{flash banks}.
3425 @end deffn
3426
3427 @deffn Command {stm32x options_read} num
3428 Read and display the stm32 option bytes written by
3429 the @command{stm32x options_write} command.
3430 The @var{num} parameter is a value shown by @command{flash banks}.
3431 @end deffn
3432
3433 @deffn Command {stm32x options_write} num (SWWDG|HWWDG) (RSTSTNDBY|NORSTSTNDBY) (RSTSTOP|NORSTSTOP)
3434 Writes the stm32 option byte with the specified values.
3435 The @var{num} parameter is a value shown by @command{flash banks}.
3436 @end deffn
3437 @end deffn
3438
3439 @deffn {Flash Driver} str7x
3440 All members of the STR7 microcontroller family from ST Microelectronics
3441 include internal flash and use ARM7TDMI cores.
3442 The @var{str7x} driver defines one mandatory parameter, @var{variant},
3443 which is either @code{STR71x}, @code{STR73x} or @code{STR75x}.
3444
3445 @example
3446 flash bank str7x 0x40000000 0x00040000 0 0 $_TARGETNAME STR71x
3447 @end example
3448 @end deffn
3449
3450 @deffn {Flash Driver} str9x
3451 Most members of the STR9 microcontroller family from ST Microelectronics
3452 include internal flash and use ARM966E cores.
3453 The str9 needs the flash controller to be configured using
3454 the @command{str9x flash_config} command prior to Flash programming.
3455
3456 @example
3457 flash bank str9x 0x40000000 0x00040000 0 0 $_TARGETNAME
3458 str9x flash_config 0 4 2 0 0x80000
3459 @end example
3460
3461 @deffn Command {str9x flash_config} num bbsr nbbsr bbadr nbbadr
3462 Configures the str9 flash controller.
3463 The @var{num} parameter is a value shown by @command{flash banks}.
3464
3465 @itemize @bullet
3466 @item @var{bbsr} - Boot Bank Size register
3467 @item @var{nbbsr} - Non Boot Bank Size register
3468 @item @var{bbadr} - Boot Bank Start Address register
3469 @item @var{nbbadr} - Boot Bank Start Address register
3470 @end itemize
3471 @end deffn
3472
3473 @end deffn
3474
3475 @deffn {Flash Driver} tms470
3476 Most members of the TMS470 microcontroller family from Texas Instruments
3477 include internal flash and use ARM7TDMI cores.
3478 This driver doesn't require the chip and bus width to be specified.
3479
3480 Some tms470-specific commands are defined:
3481
3482 @deffn Command {tms470 flash_keyset} key0 key1 key2 key3
3483 Saves programming keys in a register, to enable flash erase and write commands.
3484 @end deffn
3485
3486 @deffn Command {tms470 osc_mhz} clock_mhz
3487 Reports the clock speed, which is used to calculate timings.
3488 @end deffn
3489
3490 @deffn Command {tms470 plldis} (0|1)
3491 Disables (@var{1}) or enables (@var{0}) use of the PLL to speed up
3492 the flash clock.
3493 @end deffn
3494 @end deffn
3495
3496 @subsection str9xpec driver
3497 @cindex str9xpec
3498
3499 Here is some background info to help
3500 you better understand how this driver works. OpenOCD has two flash drivers for
3501 the str9:
3502 @enumerate
3503 @item
3504 Standard driver @option{str9x} programmed via the str9 core. Normally used for
3505 flash programming as it is faster than the @option{str9xpec} driver.
3506 @item
3507 Direct programming @option{str9xpec} using the flash controller. This is an
3508 ISC compilant (IEEE 1532) tap connected in series with the str9 core. The str9
3509 core does not need to be running to program using this flash driver. Typical use
3510 for this driver is locking/unlocking the target and programming the option bytes.
3511 @end enumerate
3512
3513 Before we run any commands using the @option{str9xpec} driver we must first disable
3514 the str9 core. This example assumes the @option{str9xpec} driver has been
3515 configured for flash bank 0.
3516 @example
3517 # assert srst, we do not want core running
3518 # while accessing str9xpec flash driver
3519 jtag_reset 0 1
3520 # turn off target polling
3521 poll off
3522 # disable str9 core
3523 str9xpec enable_turbo 0
3524 # read option bytes
3525 str9xpec options_read 0
3526 # re-enable str9 core
3527 str9xpec disable_turbo 0
3528 poll on
3529 reset halt
3530 @end example
3531 The above example will read the str9 option bytes.
3532 When performing a unlock remember that you will not be able to halt the str9 - it
3533 has been locked. Halting the core is not required for the @option{str9xpec} driver
3534 as mentioned above, just issue the commands above manually or from a telnet prompt.
3535
3536 @deffn {Flash Driver} str9xpec
3537 Only use this driver for locking/unlocking the device or configuring the option bytes.
3538 Use the standard str9 driver for programming.
3539 Before using the flash commands the turbo mode must be enabled using the
3540 @command{str9xpec enable_turbo} command.
3541
3542 Several str9xpec-specific commands are defined:
3543
3544 @deffn Command {str9xpec disable_turbo} num
3545 Restore the str9 into JTAG chain.
3546 @end deffn
3547
3548 @deffn Command {str9xpec enable_turbo} num
3549 Enable turbo mode, will simply remove the str9 from the chain and talk
3550 directly to the embedded flash controller.
3551 @end deffn
3552
3553 @deffn Command {str9xpec lock} num
3554 Lock str9 device. The str9 will only respond to an unlock command that will
3555 erase the device.
3556 @end deffn
3557
3558 @deffn Command {str9xpec part_id} num
3559 Prints the part identifier for bank @var{num}.
3560 @end deffn
3561
3562 @deffn Command {str9xpec options_cmap} num (@option{bank0}|@option{bank1})
3563 Configure str9 boot bank.
3564 @end deffn
3565
3566 @deffn Command {str9xpec options_lvdsel} num (@option{vdd}|@option{vdd_vddq})
3567 Configure str9 lvd source.
3568 @end deffn
3569
3570 @deffn Command {str9xpec options_lvdthd} num (@option{2.4v}|@option{2.7v})
3571 Configure str9 lvd threshold.
3572 @end deffn
3573
3574 @deffn Command {str9xpec options_lvdwarn} bank (@option{vdd}|@option{vdd_vddq})
3575 Configure str9 lvd reset warning source.
3576 @end deffn
3577
3578 @deffn Command {str9xpec options_read} num
3579 Read str9 option bytes.
3580 @end deffn
3581
3582 @deffn Command {str9xpec options_write} num
3583 Write str9 option bytes.
3584 @end deffn
3585
3586 @deffn Command {str9xpec unlock} num
3587 unlock str9 device.
3588 @end deffn
3589
3590 @end deffn
3591
3592
3593 @section mFlash
3594
3595 @subsection mFlash Configuration
3596 @cindex mFlash Configuration
3597
3598 @deffn {Config Command} {mflash bank} soc base RST_pin target
3599 Configures a mflash for @var{soc} host bank at
3600 address @var{base}.
3601 The pin number format depends on the host GPIO naming convention.
3602 Currently, the mflash driver supports s3c2440 and pxa270.
3603
3604 Example for s3c2440 mflash where @var{RST pin} is GPIO B1:
3605
3606 @example
3607 mflash bank s3c2440 0x10000000 1b 0
3608 @end example
3609
3610 Example for pxa270 mflash where @var{RST pin} is GPIO 43:
3611
3612 @example
3613 mflash bank pxa270 0x08000000 43 0
3614 @end example
3615 @end deffn
3616
3617 @subsection mFlash commands
3618 @cindex mFlash commands
3619
3620 @deffn Command {mflash config pll} frequency
3621 Configure mflash PLL.
3622 The @var{frequency} is the mflash input frequency, in Hz.
3623 Issuing this command will erase mflash's whole internal nand and write new pll.
3624 After this command, mflash needs power-on-reset for normal operation.
3625 If pll was newly configured, storage and boot(optional) info also need to be update.
3626 @end deffn
3627
3628 @deffn Command {mflash config boot}
3629 Configure bootable option.
3630 If bootable option is set, mflash offer the first 8 sectors
3631 (4kB) for boot.
3632 @end deffn
3633
3634 @deffn Command {mflash config storage}
3635 Configure storage information.
3636 For the normal storage operation, this information must be
3637 written.
3638 @end deffn
3639
3640 @deffn Command {mflash dump} num filename offset size
3641 Dump @var{size} bytes, starting at @var{offset} bytes from the
3642 beginning of the bank @var{num}, to the file named @var{filename}.
3643 @end deffn
3644
3645 @deffn Command {mflash probe}
3646 Probe mflash.
3647 @end deffn
3648
3649 @deffn Command {mflash write} num filename offset
3650 Write the binary file @var{filename} to mflash bank @var{num}, starting at
3651 @var{offset} bytes from the beginning of the bank.
3652 @end deffn
3653
3654 @node NAND Flash Commands
3655 @chapter NAND Flash Commands
3656 @cindex NAND
3657
3658 Compared to NOR or SPI flash, NAND devices are inexpensive
3659 and high density. Today's NAND chips, and multi-chip modules,
3660 commonly hold multiple GigaBytes of data.
3661
3662 NAND chips consist of a number of ``erase blocks'' of a given
3663 size (such as 128 KBytes), each of which is divided into a
3664 number of pages (of perhaps 512 or 2048 bytes each). Each
3665 page of a NAND flash has an ``out of band'' (OOB) area to hold
3666 Error Correcting Code (ECC) and other metadata, usually 16 bytes
3667 of OOB for every 512 bytes of page data.
3668
3669 One key characteristic of NAND flash is that its error rate
3670 is higher than that of NOR flash. In normal operation, that
3671 ECC is used to correct and detect errors. However, NAND
3672 blocks can also wear out and become unusable; those blocks
3673 are then marked "bad". NAND chips are even shipped from the
3674 manufacturer with a few bad blocks. The highest density chips
3675 use a technology (MLC) that wears out more quickly, so ECC
3676 support is increasingly important as a way to detect blocks
3677 that have begun to fail, and help to preserve data integrity
3678 with techniques such as wear leveling.
3679
3680 Software is used to manage the ECC. Some controllers don't
3681 support ECC directly; in those cases, software ECC is used.
3682 Other controllers speed up the ECC calculations with hardware.
3683 Single-bit error correction hardware is routine. Controllers
3684 geared for newer MLC chips may correct 4 or more errors for
3685 every 512 bytes of data.
3686
3687 You will need to make sure that any data you write using
3688 OpenOCD includes the apppropriate kind of ECC. For example,
3689 that may mean passing the @code{oob_softecc} flag when
3690 writing NAND data, or ensuring that the correct hardware
3691 ECC mode is used.
3692
3693 The basic steps for using NAND devices include:
3694 @enumerate
3695 @item Declare via the command @command{nand device}
3696 @* Do this in a board-specific configuration file,
3697 passing parameters as needed by the controller.
3698 @item Configure each device using @command{nand probe}.
3699 @* Do this only after the associated target is set up,
3700 such as in its reset-init script or in procures defined
3701 to access that device.
3702 @item Operate on the flash via @command{nand subcommand}
3703 @* Often commands to manipulate the flash are typed by a human, or run
3704 via a script in some automated way. Common task include writing a
3705 boot loader, operating system, or other data needed to initialize or
3706 de-brick a board.
3707 @end enumerate
3708
3709 @b{NOTE:} At the time this text was written, the largest NAND
3710 flash fully supported by OpenOCD is 2 GiBytes (16 GiBits).
3711 This is because the variables used to hold offsets and lengths
3712 are only 32 bits wide.
3713 (Larger chips may work in some cases, unless an offset or length
3714 is larger than 0xffffffff, the largest 32-bit unsigned integer.)
3715 Some larger devices will work, since they are actually multi-chip
3716 modules with two smaller chips and individual chipselect lines.
3717
3718 @section NAND Configuration Commands
3719 @cindex NAND configuration
3720
3721 NAND chips must be declared in configuration scripts,
3722 plus some additional configuration that's done after
3723 OpenOCD has initialized.
3724
3725 @deffn {Config Command} {nand device} controller target [configparams...]
3726 Declares a NAND device, which can be read and written to
3727 after it has been configured through @command{nand probe}.
3728 In OpenOCD, devices are single chips; this is unlike some
3729 operating systems, which may manage multiple chips as if
3730 they were a single (larger) device.
3731 In some cases, configuring a device will activate extra
3732 commands; see the controller-specific documentation.
3733
3734 @b{NOTE:} This command is not available after OpenOCD
3735 initialization has completed. Use it in board specific
3736 configuration files, not interactively.
3737
3738 @itemize @bullet
3739 @item @var{controller} ... identifies the controller driver
3740 associated with the NAND device being declared.
3741 @xref{NAND Driver List}.
3742 @item @var{target} ... names the target used when issuing
3743 commands to the NAND controller.
3744 @comment Actually, it's currently a controller-specific parameter...
3745 @item @var{configparams} ... controllers may support, or require,
3746 additional parameters. See the controller-specific documentation
3747 for more information.
3748 @end itemize
3749 @end deffn
3750
3751 @deffn Command {nand list}
3752 Prints a one-line summary of each device declared
3753 using @command{nand device}, numbered from zero.
3754 Note that un-probed devices show no details.
3755 @end deffn
3756
3757 @deffn Command {nand probe} num
3758 Probes the specified device to determine key characteristics
3759 like its page and block sizes, and how many blocks it has.
3760 The @var{num} parameter is the value shown by @command{nand list}.
3761 You must (successfully) probe a device before you can use
3762 it with most other NAND commands.
3763 @end deffn
3764
3765 @section Erasing, Reading, Writing to NAND Flash
3766
3767 @deffn Command {nand dump} num filename offset length [oob_option]
3768 @cindex NAND reading
3769 Reads binary data from the NAND device and writes it to the file,
3770 starting at the specified offset.
3771 The @var{num} parameter is the value shown by @command{nand list}.
3772
3773 Use a complete path name for @var{filename}, so you don't depend
3774 on the directory used to start the OpenOCD server.
3775
3776 The @var{offset} and @var{length} must be exact multiples of the
3777 device's page size. They describe a data region; the OOB data
3778 associated with each such page may also be accessed.
3779
3780 @b{NOTE:} At the time this text was written, no error correction
3781 was done on the data that's read, unless raw access was disabled
3782 and the underlying NAND controller driver had a @code{read_page}
3783 method which handled that error correction.
3784
3785 By default, only page data is saved to the specified file.
3786 Use an @var{oob_option} parameter to save OOB data:
3787 @itemize @bullet
3788 @item no oob_* parameter
3789 @*Output file holds only page data; OOB is discarded.
3790 @item @code{oob_raw}
3791 @*Output file interleaves page data and OOB data;
3792 the file will be longer than "length" by the size of the
3793 spare areas associated with each data page.
3794 Note that this kind of "raw" access is different from
3795 what's implied by @command{nand raw_access}, which just
3796 controls whether a hardware-aware access method is used.
3797 @item @code{oob_only}
3798 @*Output file has only raw OOB data, and will
3799 be smaller than "length" since it will contain only the
3800 spare areas associated with each data page.
3801 @end itemize
3802 @end deffn
3803
3804 @deffn Command {nand erase} num offset length
3805 @cindex NAND erasing
3806 @cindex NAND programming
3807 Erases blocks on the specified NAND device, starting at the
3808 specified @var{offset} and continuing for @var{length} bytes.
3809 Both of those values must be exact multiples of the device's
3810 block size, and the region they specify must fit entirely in the chip.
3811 The @var{num} parameter is the value shown by @command{nand list}.
3812
3813 @b{NOTE:} This command will try to erase bad blocks, when told
3814 to do so, which will probably invalidate the manufacturer's bad
3815 block marker.
3816 For the remainder of the current server session, @command{nand info}
3817 will still report that the block ``is'' bad.
3818 @end deffn
3819
3820 @deffn Command {nand write} num filename offset [option...]
3821 @cindex NAND writing
3822 @cindex NAND programming
3823 Writes binary data from the file into the specified NAND device,
3824 starting at the specified offset. Those pages should already
3825 have been erased; you can't change zero bits to one bits.
3826 The @var{num} parameter is the value shown by @command{nand list}.
3827
3828 Use a complete path name for @var{filename}, so you don't depend
3829 on the directory used to start the OpenOCD server.
3830
3831 The @var{offset} must be an exact multiple of the device's page size.
3832 All data in the file will be written, assuming it doesn't run
3833 past the end of the device.
3834 Only full pages are written, and any extra space in the last
3835 page will be filled with 0xff bytes. (That includes OOB data,
3836 if that's being written.)
3837
3838 @b{NOTE:} At the time this text was written, bad blocks are
3839 ignored. That is, this routine will not skip bad blocks,
3840 but will instead try to write them. This can cause problems.
3841
3842 Provide at most one @var{option} parameter. With some
3843 NAND drivers, the meanings of these parameters may change
3844 if @command{nand raw_access} was used to disable hardware ECC.
3845 @itemize @bullet
3846 @item no oob_* parameter
3847 @*File has only page data, which is written.
3848 If raw acccess is in use, the OOB area will not be written.
3849 Otherwise, if the underlying NAND controller driver has
3850 a @code{write_page} routine, that routine may write the OOB
3851 with hardware-computed ECC data.
3852 @item @code{oob_only}
3853 @*File has only raw OOB data, which is written to the OOB area.
3854 Each page's data area stays untouched. @i{This can be a dangerous
3855 option}, since it can invalidate the ECC data.
3856 You may need to force raw access to use this mode.
3857 @item @code{oob_raw}
3858 @*File interleaves data and OOB data, both of which are written
3859 If raw access is enabled, the data is written first, then the
3860 un-altered OOB.
3861 Otherwise, if the underlying NAND controller driver has
3862 a @code{write_page} routine, that routine may modify the OOB
3863 before it's written, to include hardware-computed ECC data.
3864 @item @code{oob_softecc}
3865 @*File has only page data, which is written.
3866 The OOB area is filled with 0xff, except for a standard 1-bit
3867 software ECC code stored in conventional locations.
3868 You might need to force raw access to use this mode, to prevent
3869 the underlying driver from applying hardware ECC.
3870 @item @code{oob_softecc_kw}
3871 @*File has only page data, which is written.
3872 The OOB area is filled with 0xff, except for a 4-bit software ECC
3873 specific to the boot ROM in Marvell Kirkwood SoCs.
3874 You might need to force raw access to use this mode, to prevent
3875 the underlying driver from applying hardware ECC.
3876 @end itemize
3877 @end deffn
3878
3879 @section Other NAND commands
3880 @cindex NAND other commands
3881
3882 @deffn Command {nand check_bad_blocks} [offset length]
3883 Checks for manufacturer bad block markers on the specified NAND
3884 device. If no parameters are provided, checks the whole
3885 device; otherwise, starts at the specified @var{offset} and
3886 continues for @var{length} bytes.
3887 Both of those values must be exact multiples of the device's
3888 block size, and the region they specify must fit entirely in the chip.
3889 The @var{num} parameter is the value shown by @command{nand list}.
3890
3891 @b{NOTE:} Before using this command you should force raw access
3892 with @command{nand raw_access enable} to ensure that the underlying
3893 driver will not try to apply hardware ECC.
3894 @end deffn
3895
3896 @deffn Command {nand info} num
3897 The @var{num} parameter is the value shown by @command{nand list}.
3898 This prints the one-line summary from "nand list", plus for
3899 devices which have been probed this also prints any known
3900 status for each block.
3901 @end deffn
3902
3903 @deffn Command {nand raw_access} num (@option{enable}|@option{disable})
3904 Sets or clears an flag affecting how page I/O is done.
3905 The @var{num} parameter is the value shown by @command{nand list}.
3906
3907 This flag is cleared (disabled) by default, but changing that
3908 value won't affect all NAND devices. The key factor is whether
3909 the underlying driver provides @code{read_page} or @code{write_page}
3910 methods. If it doesn't provide those methods, the setting of
3911 this flag is irrelevant; all access is effectively ``raw''.
3912
3913 When those methods exist, they are normally used when reading
3914 data (@command{nand dump} or reading bad block markers) or
3915 writing it (@command{nand write}). However, enabling
3916 raw access (setting the flag) prevents use of those methods,
3917 bypassing hardware ECC logic.
3918 @i{This can be a dangerous option}, since writing blocks
3919 with the wrong ECC data can cause them to be marked as bad.
3920 @end deffn
3921
3922 @anchor{NAND Driver List}
3923 @section NAND Drivers, Options, and Commands
3924 As noted above, the @command{nand device} command allows
3925 driver-specific options and behaviors.
3926 Some controllers also activate controller-specific commands.
3927
3928 @deffn {NAND Driver} davinci
3929 This driver handles the NAND controllers found on DaVinci family
3930 chips from Texas Instruments.
3931 It takes three extra parameters:
3932 address of the NAND chip;
3933 hardware ECC mode to use (hwecc1, hwecc4, hwecc4_infix);
3934 address of the AEMIF controller on this processor.
3935 @example
3936 nand device davinci dm355.arm 0x02000000 hwecc4 0x01e10000
3937 @end example
3938 All DaVinci processors support the single-bit ECC hardware,
3939 and newer ones also support the four-bit ECC hardware.
3940 The @code{write_page} and @code{read_page} methods are used
3941 to implement those ECC modes, unless they are disabled using
3942 the @command{nand raw_access} command.
3943 @end deffn
3944
3945 @deffn {NAND Driver} lpc3180
3946 These controllers require an extra @command{nand device}
3947 parameter: the clock rate used by the controller.
3948 @deffn Command {lpc3180 select} num [mlc|slc]
3949 Configures use of the MLC or SLC controller mode.
3950 MLC implies use of hardware ECC.
3951 The @var{num} parameter is the value shown by @command{nand list}.
3952 @end deffn
3953
3954 At this writing, this driver includes @code{write_page}
3955 and @code{read_page} methods. Using @command{nand raw_access}
3956 to disable those methods will prevent use of hardware ECC
3957 in the MLC controller mode, but won't change SLC behavior.
3958 @end deffn
3959 @comment current lpc3180 code won't issue 5-byte address cycles
3960
3961 @deffn {NAND Driver} orion
3962 These controllers require an extra @command{nand device}
3963 parameter: the address of the controller.
3964 @example
3965 nand device orion 0xd8000000
3966 @end example
3967 These controllers don't define any specialized commands.
3968 At this writing, their drivers don't include @code{write_page}
3969 or @code{read_page} methods, so @command{nand raw_access} won't
3970 change any behavior.
3971 @end deffn
3972
3973 @deffn {NAND Driver} s3c2410
3974 @deffnx {NAND Driver} s3c2412
3975 @deffnx {NAND Driver} s3c2440
3976 @deffnx {NAND Driver} s3c2443
3977 These S3C24xx family controllers don't have any special
3978 @command{nand device} options, and don't define any
3979 specialized commands.
3980 At this writing, their drivers don't include @code{write_page}
3981 or @code{read_page} methods, so @command{nand raw_access} won't
3982 change any behavior.
3983 @end deffn
3984
3985 @node PLD/FPGA Commands
3986 @chapter PLD/FPGA Commands
3987 @cindex PLD
3988 @cindex FPGA
3989
3990 Programmable Logic Devices (PLDs) and the more flexible
3991 Field Programmable Gate Arrays (FPGAs) are both types of programmable hardware.
3992 OpenOCD can support programming them.
3993 Although PLDs are generally restrictive (cells are less functional, and
3994 there are no special purpose cells for memory or computational tasks),
3995 they share the same OpenOCD infrastructure.
3996 Accordingly, both are called PLDs here.
3997
3998 @section PLD/FPGA Configuration and Commands
3999
4000 As it does for JTAG TAPs, debug targets, and flash chips (both NOR and NAND),
4001 OpenOCD maintains a list of PLDs available for use in various commands.
4002 Also, each such PLD requires a driver.
4003
4004 They are referenced by the number shown by the @command{pld devices} command,
4005 and new PLDs are defined by @command{pld device driver_name}.
4006
4007 @deffn {Config Command} {pld device} driver_name tap_name [driver_options]
4008 Defines a new PLD device, supported by driver @var{driver_name},
4009 using the TAP named @var{tap_name}.
4010 The driver may make use of any @var{driver_options} to configure its
4011 behavior.
4012 @end deffn
4013
4014 @deffn {Command} {pld devices}
4015 Lists the PLDs and their numbers.
4016 @end deffn
4017
4018 @deffn {Command} {pld load} num filename
4019 Loads the file @file{filename} into the PLD identified by @var{num}.
4020 The file format must be inferred by the driver.
4021 @end deffn
4022
4023 @section PLD/FPGA Drivers, Options, and Commands
4024
4025 Drivers may support PLD-specific options to the @command{pld device}
4026 definition command, and may also define commands usable only with
4027 that particular type of PLD.
4028
4029 @deffn {FPGA Driver} virtex2
4030 Virtex-II is a family of FPGAs sold by Xilinx.
4031 It supports the IEEE 1532 standard for In-System Configuration (ISC).
4032 No driver-specific PLD definition options are used,
4033 and one driver-specific command is defined.
4034
4035 @deffn {Command} {virtex2 read_stat} num
4036 Reads and displays the Virtex-II status register (STAT)
4037 for FPGA @var{num}.
4038 @end deffn
4039 @end deffn
4040
4041 @node General Commands
4042 @chapter General Commands
4043 @cindex commands
4044
4045 The commands documented in this chapter here are common commands that
4046 you, as a human, may want to type and see the output of. Configuration type
4047 commands are documented elsewhere.
4048
4049 Intent:
4050 @itemize @bullet
4051 @item @b{Source Of Commands}
4052 @* OpenOCD commands can occur in a configuration script (discussed
4053 elsewhere) or typed manually by a human or supplied programatically,
4054 or via one of several TCP/IP Ports.
4055
4056 @item @b{From the human}
4057 @* A human should interact with the telnet interface (default port: 4444)
4058 or via GDB (default port 3333).
4059
4060 To issue commands from within a GDB session, use the @option{monitor}
4061 command, e.g. use @option{monitor poll} to issue the @option{poll}
4062 command. All output is relayed through the GDB session.
4063
4064 @item @b{Machine Interface}
4065 The Tcl interface's intent is to be a machine interface. The default Tcl
4066 port is 5555.
4067 @end itemize
4068
4069
4070 @section Daemon Commands
4071
4072 @deffn Command sleep msec [@option{busy}]
4073 Wait for at least @var{msec} milliseconds before resuming.
4074 If @option{busy} is passed, busy-wait instead of sleeping.
4075 (This option is strongly discouraged.)
4076 Useful in connection with script files
4077 (@command{script} command and @command{target_name} configuration).
4078 @end deffn
4079
4080 @deffn Command shutdown
4081 Close the OpenOCD daemon, disconnecting all clients (GDB, telnet, other).
4082 @end deffn
4083
4084 @anchor{debug_level}
4085 @deffn Command debug_level [n]
4086 @cindex message level
4087 Display debug level.
4088 If @var{n} (from 0..3) is provided, then set it to that level.
4089 This affects the kind of messages sent to the server log.
4090 Level 0 is error messages only;
4091 level 1 adds warnings;
4092 level 2 adds informational messages;
4093 and level 3 adds debugging messages.
4094 The default is level 2, but that can be overridden on
4095 the command line along with the location of that log
4096 file (which is normally the server's standard output).
4097 @xref{Running}.
4098 @end deffn
4099
4100 @deffn Command fast (@option{enable}|@option{disable})
4101 Default disabled.
4102 Set default behaviour of OpenOCD to be "fast and dangerous".
4103
4104 At this writing, this only affects the defaults for two ARM7/ARM9 parameters:
4105 fast memory access, and DCC downloads. Those parameters may still be
4106 individually overridden.
4107
4108 The target specific "dangerous" optimisation tweaking options may come and go
4109 as more robust and user friendly ways are found to ensure maximum throughput
4110 and robustness with a minimum of configuration.
4111
4112 Typically the "fast enable" is specified first on the command line:
4113
4114 @example
4115 openocd -c "fast enable" -c "interface dummy" -f target/str710.cfg
4116 @end example
4117 @end deffn
4118
4119 @deffn Command echo message
4120 Logs a message at "user" priority.
4121 Output @var{message} to stdout.
4122 @example
4123 echo "Downloading kernel -- please wait"
4124 @end example
4125 @end deffn
4126
4127 @deffn Command log_output [filename]
4128 Redirect logging to @var{filename};
4129 the initial log output channel is stderr.
4130 @end deffn
4131
4132 @anchor{Target State handling}
4133 @section Target State handling
4134 @cindex reset
4135 @cindex halt
4136 @cindex target initialization
4137
4138 In this section ``target'' refers to a CPU configured as
4139 shown earlier (@pxref{CPU Configuration}).
4140 These commands, like many, implicitly refer to
4141 a current target which is used to perform the
4142 various operations. The current target may be changed
4143 by using @command{targets} command with the name of the
4144 target which should become current.
4145
4146 @deffn Command reg [(number|name) [value]]
4147 Access a single register by @var{number} or by its @var{name}.
4148
4149 @emph{With no arguments}:
4150 list all available registers for the current target,
4151 showing number, name, size, value, and cache status.
4152
4153 @emph{With number/name}: display that register's value.
4154
4155 @emph{With both number/name and value}: set register's value.
4156
4157 Cores may have surprisingly many registers in their
4158 Debug and trace infrastructure:
4159
4160 @example
4161 > reg
4162 (0) r0 (/32): 0x0000D3C2 (dirty: 1, valid: 1)
4163 (1) r1 (/32): 0xFD61F31C (dirty: 0, valid: 1)
4164 (2) r2 (/32): 0x00022551 (dirty: 0, valid: 1)
4165 ...
4166 (164) ETM_CONTEXTID_COMPARATOR_MASK (/32): \
4167 0x00000000 (dirty: 0, valid: 0)
4168 >
4169 @end example
4170 @end deffn
4171
4172 @deffn Command halt [ms]
4173 @deffnx Command wait_halt [ms]
4174 The @command{halt} command first sends a halt request to the target,
4175 which @command{wait_halt} doesn't.
4176 Otherwise these behave the same: wait up to @var{ms} milliseconds,
4177 or 5 seconds if there is no parameter, for the target to halt
4178 (and enter debug mode).
4179 Using 0 as the @var{ms} parameter prevents OpenOCD from waiting.
4180 @end deffn
4181
4182 @deffn Command resume [address]
4183 Resume the target at its current code position,
4184 or the optional @var{address} if it is provided.
4185 OpenOCD will wait 5 seconds for the target to resume.
4186 @end deffn
4187
4188 @deffn Command step [address]
4189 Single-step the target at its current code position,
4190 or the optional @var{address} if it is provided.
4191 @end deffn
4192
4193 @anchor{Reset Command}
4194 @deffn Command reset
4195 @deffnx Command {reset run}
4196 @deffnx Command {reset halt}
4197 @deffnx Command {reset init}
4198 Perform as hard a reset as possible, using SRST if possible.
4199 @emph{All defined targets will be reset, and target
4200 events will fire during the reset sequence.}
4201
4202 The optional parameter specifies what should
4203 happen after the reset.
4204 If there is no parameter, a @command{reset run} is executed.
4205 The other options will not work on all systems.
4206 @xref{Reset Configuration}.
4207
4208 @itemize @minus
4209 @item @b{run} Let the target run
4210 @item @b{halt} Immediately halt the target
4211 @item @b{init} Immediately halt the target, and execute the reset-init script
4212 @end itemize
4213 @end deffn
4214
4215 @deffn Command soft_reset_halt
4216 Requesting target halt and executing a soft reset. This is often used
4217 when a target cannot be reset and halted. The target, after reset is
4218 released begins to execute code. OpenOCD attempts to stop the CPU and
4219 then sets the program counter back to the reset vector. Unfortunately
4220 the code that was executed may have left the hardware in an unknown
4221 state.
4222 @end deffn
4223
4224 @section I/O Utilities
4225
4226 These commands are available when
4227 OpenOCD is built with @option{--enable-ioutil}.
4228 They are mainly useful on embedded targets;
4229 PC type hosts have complementary tools.
4230
4231 @emph{Note:} there are several more such commands.
4232
4233 @deffn Command meminfo
4234 Display available RAM memory on OpenOCD host.
4235 Used in OpenOCD regression testing scripts.
4236 @end deffn
4237
4238 @anchor{Memory access}
4239 @section Memory access commands
4240 @cindex memory access
4241
4242 These commands allow accesses of a specific size to the memory
4243 system. Often these are used to configure the current target in some
4244 special way. For example - one may need to write certain values to the
4245 SDRAM controller to enable SDRAM.
4246
4247 @enumerate
4248 @item Use the @command{targets} (plural) command
4249 to change the current target.
4250 @item In system level scripts these commands are deprecated.
4251 Please use their TARGET object siblings to avoid making assumptions
4252 about what TAP is the current target, or about MMU configuration.
4253 @end enumerate
4254
4255 @deffn Command mdw addr [count]
4256 @deffnx Command mdh addr [count]
4257 @deffnx Command mdb addr [count]
4258 Display contents of address @var{addr}, as
4259 32-bit words (@command{mdw}), 16-bit halfwords (@command{mdh}),
4260 or 8-bit bytes (@command{mdb}).
4261 If @var{count} is specified, displays that many units.
4262 (If you want to manipulate the data instead of displaying it,
4263 see the @code{mem2array} primitives.)
4264 @end deffn
4265
4266 @deffn Command mww addr word
4267 @deffnx Command mwh addr halfword
4268 @deffnx Command mwb addr byte
4269 Writes the specified @var{word} (32 bits),
4270 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
4271 at the specified address @var{addr}.
4272 @end deffn
4273
4274
4275 @anchor{Image access}
4276 @section Image loading commands
4277 @cindex image loading
4278 @cindex image dumping
4279
4280 @anchor{dump_image}
4281 @deffn Command {dump_image} filename address size
4282 Dump @var{size} bytes of target memory starting at @var{address} to the
4283 binary file named @var{filename}.
4284 @end deffn
4285
4286 @deffn Command {fast_load}
4287 Loads an image stored in memory by @command{fast_load_image} to the
4288 current target. Must be preceeded by fast_load_image.
4289 @end deffn
4290
4291 @deffn Command {fast_load_image} filename address [@option{bin}|@option{ihex}|@option{elf}]
4292 Normally you should be using @command{load_image} or GDB load. However, for
4293 testing purposes or when I/O overhead is significant(OpenOCD running on an embedded
4294 host), storing the image in memory and uploading the image to the target
4295 can be a way to upload e.g. multiple debug sessions when the binary does not change.
4296 Arguments are the same as @command{load_image}, but the image is stored in OpenOCD host
4297 memory, i.e. does not affect target. This approach is also useful when profiling
4298 target programming performance as I/O and target programming can easily be profiled
4299 separately.
4300 @end deffn
4301
4302 @anchor{load_image}
4303 @deffn Command {load_image} filename address [@option{bin}|@option{ihex}|@option{elf}]
4304 Load image from file @var{filename} to target memory at @var{address}.
4305 The file format may optionally be specified
4306 (@option{bin}, @option{ihex}, or @option{elf})
4307 @end deffn
4308
4309 @deffn Command {verify_image} filename address [@option{bin}|@option{ihex}|@option{elf}]
4310 Verify @var{filename} against target memory starting at @var{address}.
4311 The file format may optionally be specified
4312 (@option{bin}, @option{ihex}, or @option{elf})
4313 This will first attempt a comparison using a CRC checksum, if this fails it will try a binary compare.
4314 @end deffn
4315
4316
4317 @section Breakpoint and Watchpoint commands
4318 @cindex breakpoint
4319 @cindex watchpoint
4320
4321 CPUs often make debug modules accessible through JTAG, with
4322 hardware support for a handful of code breakpoints and data
4323 watchpoints.
4324 In addition, CPUs almost always support software breakpoints.
4325
4326 @deffn Command {bp} [address len [@option{hw}]]
4327 With no parameters, lists all active breakpoints.
4328 Else sets a breakpoint on code execution starting
4329 at @var{address} for @var{length} bytes.
4330 This is a software breakpoint, unless @option{hw} is specified
4331 in which case it will be a hardware breakpoint.
4332
4333 (@xref{arm9tdmi vector_catch}, or @pxref{xscale vector_catch},
4334 for similar mechanisms that do not consume hardware breakpoints.)
4335 @end deffn
4336
4337 @deffn Command {rbp} address
4338 Remove the breakpoint at @var{address}.
4339 @end deffn
4340
4341 @deffn Command {rwp} address
4342 Remove data watchpoint on @var{address}
4343 @end deffn
4344
4345 @deffn Command {wp} [address len [(@option{r}|@option{w}|@option{a}) [value [mask]]]]
4346 With no parameters, lists all active watchpoints.
4347 Else sets a data watchpoint on data from @var{address} for @var{length} bytes.
4348 The watch point is an "access" watchpoint unless
4349 the @option{r} or @option{w} parameter is provided,
4350 defining it as respectively a read or write watchpoint.
4351 If a @var{value} is provided, that value is used when determining if
4352 the watchpoint should trigger. The value may be first be masked
4353 using @var{mask} to mark ``don't care'' fields.
4354 @end deffn
4355
4356 @section Misc Commands
4357 @cindex profiling
4358
4359 @deffn Command {profile} seconds filename
4360 Profiling samples the CPU's program counter as quickly as possible,
4361 which is useful for non-intrusive stochastic profiling.
4362 Saves up to 10000 sampines in @file{filename} using ``gmon.out'' format.
4363 @end deffn
4364
4365 @node Architecture and Core Commands
4366 @chapter Architecture and Core Commands
4367 @cindex Architecture Specific Commands
4368 @cindex Core Specific Commands
4369
4370 Most CPUs have specialized JTAG operations to support debugging.
4371 OpenOCD packages most such operations in its standard command framework.
4372 Some of those operations don't fit well in that framework, so they are
4373 exposed here as architecture or implementation (core) specific commands.
4374
4375 @anchor{ARM Tracing}
4376 @section ARM Tracing
4377 @cindex ETM
4378 @cindex ETB
4379
4380 CPUs based on ARM cores may include standard tracing interfaces,
4381 based on an ``Embedded Trace Module'' (ETM) which sends voluminous
4382 address and data bus trace records to a ``Trace Port''.
4383
4384 @itemize
4385 @item
4386 Development-oriented boards will sometimes provide a high speed
4387 trace connector for collecting that data, when the particular CPU
4388 supports such an interface.
4389 (The standard connector is a 38-pin Mictor, with both JTAG
4390 and trace port support.)
4391 Those trace connectors are supported by higher end JTAG adapters
4392 and some logic analyzer modules; frequently those modules can
4393 buffer several megabytes of trace data.
4394 Configuring an ETM coupled to such an external trace port belongs
4395 in the board-specific configuration file.
4396 @item
4397 If the CPU doesn't provide an external interface, it probably
4398 has an ``Embedded Trace Buffer'' (ETB) on the chip, which is a
4399 dedicated SRAM. 4KBytes is one common ETB size.
4400 Configuring an ETM coupled only to an ETB belongs in the CPU-specific
4401 (target) configuration file, since it works the same on all boards.
4402 @end itemize
4403
4404 ETM support in OpenOCD doesn't seem to be widely used yet.
4405
4406 @quotation Issues
4407 ETM support may be buggy, and at least some @command{etm config}
4408 parameters should be detected by asking the ETM for them.
4409 It seems like a GDB hookup should be possible,
4410 as well as triggering trace on specific events
4411 (perhaps @emph{handling IRQ 23} or @emph{calls foo()}).
4412 There should be GUI tools to manipulate saved trace data and help
4413 analyse it in conjunction with the source code.
4414 It's unclear how much of a common interface is shared
4415 with the current XScale trace support, or should be
4416 shared with eventual Nexus-style trace module support.
4417 @end quotation
4418
4419 @subsection ETM Configuration
4420 ETM setup is coupled with the trace port driver configuration.
4421
4422 @deffn {Config Command} {etm config} target width mode clocking driver
4423 Declares the ETM associated with @var{target}, and associates it
4424 with a given trace port @var{driver}. @xref{Trace Port Drivers}.
4425
4426 Several of the parameters must reflect the trace port configuration.
4427 The @var{width} must be either 4, 8, or 16.
4428 The @var{mode} must be @option{normal}, @option{multiplexted},
4429 or @option{demultiplexted}.
4430 The @var{clocking} must be @option{half} or @option{full}.
4431
4432 @quotation Note
4433 You can see the ETM registers using the @command{reg} command, although
4434 not all of those possible registers are present in every ETM.
4435 @end quotation
4436 @end deffn
4437
4438 @deffn Command {etm info}
4439 Displays information about the current target's ETM.
4440 @end deffn
4441
4442 @deffn Command {etm status}
4443 Displays status of the current target's ETM:
4444 is the ETM idle, or is it collecting data?
4445 Did trace data overflow?
4446 Was it triggered?
4447 @end deffn
4448
4449 @deffn Command {etm tracemode} [type context_id_bits cycle_accurate branch_output]
4450 Displays what data that ETM will collect.
4451 If arguments are provided, first configures that data.
4452 When the configuration changes, tracing is stopped
4453 and any buffered trace data is invalidated.
4454
4455 @itemize
4456 @item @var{type} ... one of
4457 @option{none} (save nothing),
4458 @option{data} (save data),
4459 @option{address} (save addresses),
4460 @option{all} (save data and addresses)
4461 @item @var{context_id_bits} ... 0, 8, 16, or 32
4462 @item @var{cycle_accurate} ... @option{enable} or @option{disable}
4463 @item @var{branch_output} ... @option{enable} or @option{disable}
4464 @end itemize
4465 @end deffn
4466
4467 @deffn Command {etm trigger_percent} percent
4468 @emph{Buggy and effectively a NOP ... @var{percent} from 2..100}
4469 @end deffn
4470
4471 @subsection ETM Trace Operation
4472
4473 After setting up the ETM, you can use it to collect data.
4474 That data can be exported to files for later analysis.
4475 It can also be parsed with OpenOCD, for basic sanity checking.
4476
4477 @deffn Command {etm analyze}
4478 Reads trace data into memory, if it wasn't already present.
4479 Decodes and prints the data that was collected.
4480 @end deffn
4481
4482 @deffn Command {etm dump} filename
4483 Stores the captured trace data in @file{filename}.
4484 @end deffn
4485
4486 @deffn Command {etm image} filename [base_address] [type]
4487 Opens an image file.
4488 @end deffn
4489
4490 @deffn Command {etm load} filename
4491 Loads captured trace data from @file{filename}.
4492 @end deffn
4493
4494 @deffn Command {etm start}
4495 Starts trace data collection.
4496 @end deffn
4497
4498 @deffn Command {etm stop}
4499 Stops trace data collection.
4500 @end deffn
4501
4502 @anchor{Trace Port Drivers}
4503 @subsection Trace Port Drivers
4504
4505 To use an ETM trace port it must be associated with a driver.
4506
4507 @deffn {Trace Port Driver} dummy
4508 Use the @option{dummy} driver if you are configuring an ETM that's
4509 not connected to anything (on-chip ETB or off-chip trace connector).
4510 @emph{This driver lets OpenOCD talk to the ETM, but it does not expose
4511 any trace data collection.}
4512 @deffn {Config Command} {etm_dummy config} target
4513 Associates the ETM for @var{target} with a dummy driver.
4514 @end deffn
4515 @end deffn
4516
4517 @deffn {Trace Port Driver} etb
4518 Use the @option{etb} driver if you are configuring an ETM
4519 to use on-chip ETB memory.
4520 @deffn {Config Command} {etb config} target etb_tap
4521 Associates the ETM for @var{target} with the ETB at @var{etb_tap}.
4522 You can see the ETB registers using the @command{reg} command.
4523 @end deffn
4524 @end deffn
4525
4526 @deffn {Trace Port Driver} oocd_trace
4527 This driver isn't available unless OpenOCD was explicitly configured
4528 with the @option{--enable-oocd_trace} option. You probably don't want
4529 to configure it unless you've built the appropriate prototype hardware;
4530 it's @emph{proof-of-concept} software.
4531
4532 Use the @option{oocd_trace} driver if you are configuring an ETM that's
4533 connected to an off-chip trace connector.
4534
4535 @deffn {Config Command} {oocd_trace config} target tty
4536 Associates the ETM for @var{target} with a trace driver which
4537 collects data through the serial port @var{tty}.
4538 @end deffn
4539
4540 @deffn Command {oocd_trace resync}
4541 Re-synchronizes with the capture clock.
4542 @end deffn
4543
4544 @deffn Command {oocd_trace status}
4545 Reports whether the capture clock is locked or not.
4546 @end deffn
4547 @end deffn
4548
4549
4550 @section ARMv4 and ARMv5 Architecture
4551 @cindex ARMv4
4552 @cindex ARMv5
4553
4554 These commands are specific to ARM architecture v4 and v5,
4555 including all ARM7 or ARM9 systems and Intel XScale.
4556 They are available in addition to other core-specific
4557 commands that may be available.
4558
4559 @deffn Command {armv4_5 core_state} [@option{arm}|@option{thumb}]
4560 Displays the core_state, optionally changing it to process
4561 either @option{arm} or @option{thumb} instructions.
4562 The target may later be resumed in the currently set core_state.
4563 (Processors may also support the Jazelle state, but
4564 that is not currently supported in OpenOCD.)
4565 @end deffn
4566
4567 @deffn Command {armv4_5 disassemble} address count [thumb]
4568 @cindex disassemble
4569 Disassembles @var{count} instructions starting at @var{address}.
4570 If @option{thumb} is specified, Thumb (16-bit) instructions are used;
4571 else ARM (32-bit) instructions are used.
4572 (Processors may also support the Jazelle state, but
4573 those instructions are not currently understood by OpenOCD.)
4574 @end deffn
4575
4576 @deffn Command {armv4_5 reg}
4577 Display a table of all banked core registers, fetching the current value from every
4578 core mode if necessary. OpenOCD versions before rev. 60 didn't fetch the current
4579 register value.
4580 @end deffn
4581
4582 @subsection ARM7 and ARM9 specific commands
4583 @cindex ARM7
4584 @cindex ARM9
4585
4586 These commands are specific to ARM7 and ARM9 cores, like ARM7TDMI, ARM720T,
4587 ARM9TDMI, ARM920T or ARM926EJ-S.
4588 They are available in addition to the ARMv4/5 commands,
4589 and any other core-specific commands that may be available.
4590
4591 @deffn Command {arm7_9 dbgrq} (@option{enable}|@option{disable})
4592 Control use of the EmbeddedIce DBGRQ signal to force entry into debug mode,
4593 instead of breakpoints. This should be
4594 safe for all but ARM7TDMI--S cores (like Philips LPC).
4595 @end deffn
4596
4597 @deffn Command {arm7_9 dcc_downloads} (@option{enable}|@option{disable})
4598 @cindex DCC
4599 Control the use of the debug communications channel (DCC) to write larger (>128 byte)
4600 amounts of memory. DCC downloads offer a huge speed increase, but might be
4601 unsafe, especially with targets running at very low speeds. This command was introduced
4602 with OpenOCD rev. 60, and requires a few bytes of working area.
4603 @end deffn
4604
4605 @anchor{arm7_9 fast_memory_access}
4606 @deffn Command {arm7_9 fast_memory_access} (@option{enable}|@option{disable})
4607 Enable or disable memory writes and reads that don't check completion of
4608 the operation. This provides a huge speed increase, especially with USB JTAG
4609 cables (FT2232), but might be unsafe if used with targets running at very low
4610 speeds, like the 32kHz startup clock of an AT91RM9200.
4611 @end deffn
4612
4613 @deffn {Debug Command} {arm7_9 write_core_reg} num mode word
4614 @emph{This is intended for use while debugging OpenOCD; you probably
4615 shouldn't use it.}
4616
4617 Writes a 32-bit @var{word} to register @var{num} (from 0 to 16)
4618 as used in the specified @var{mode}
4619 (where e.g. mode 16 is "user" and mode 19 is "supervisor";
4620 the M4..M0 bits of the PSR).
4621 Registers 0..15 are the normal CPU registers such as r0(0), r1(1) ... pc(15).
4622 Register 16 is the mode-specific SPSR,
4623 unless the specified mode is 0xffffffff (32-bit all-ones)
4624 in which case register 16 is the CPSR.
4625 The write goes directly to the CPU, bypassing the register cache.
4626 @end deffn
4627
4628 @deffn {Debug Command} {arm7_9 write_xpsr} word (@option{0}|@option{1})
4629 @emph{This is intended for use while debugging OpenOCD; you probably
4630 shouldn't use it.}
4631
4632 If the second parameter is zero, writes @var{word} to the
4633 Current Program Status register (CPSR).
4634 Else writes @var{word} to the current mode's Saved PSR (SPSR).
4635 In both cases, this bypasses the register cache.
4636 @end deffn
4637
4638 @deffn {Debug Command} {arm7_9 write_xpsr_im8} byte rotate (@option{0}|@option{1})
4639 @emph{This is intended for use while debugging OpenOCD; you probably
4640 shouldn't use it.}
4641
4642 Writes eight bits to the CPSR or SPSR,
4643 first rotating them by @math{2*rotate} bits,
4644 and bypassing the register cache.
4645 This has lower JTAG overhead than writing the entire CPSR or SPSR
4646 with @command{arm7_9 write_xpsr}.
4647 @end deffn
4648
4649 @subsection ARM720T specific commands
4650 @cindex ARM720T
4651
4652 These commands are available to ARM720T based CPUs,
4653 which are implementations of the ARMv4T architecture
4654 based on the ARM7TDMI-S integer core.
4655 They are available in addition to the ARMv4/5 and ARM7/ARM9 commands.
4656
4657 @deffn Command {arm720t cp15} regnum [value]
4658 Display cp15 register @var{regnum};
4659 else if a @var{value} is provided, that value is written to that register.
4660 @end deffn
4661
4662 @deffn Command {arm720t mdw_phys} addr [count]
4663 @deffnx Command {arm720t mdh_phys} addr [count]
4664 @deffnx Command {arm720t mdb_phys} addr [count]
4665 Display contents of physical address @var{addr}, as
4666 32-bit words (@command{mdw_phys}), 16-bit halfwords (@command{mdh_phys}),
4667 or 8-bit bytes (@command{mdb_phys}).
4668 If @var{count} is specified, displays that many units.
4669 @end deffn
4670
4671 @deffn Command {arm720t mww_phys} addr word
4672 @deffnx Command {arm720t mwh_phys} addr halfword
4673 @deffnx Command {arm720t mwb_phys} addr byte
4674 Writes the specified @var{word} (32 bits),
4675 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
4676 at the specified physical address @var{addr}.
4677 @end deffn
4678
4679 @deffn Command {arm720t virt2phys} va
4680 Translate a virtual address @var{va} to a physical address
4681 and display the result.
4682 @end deffn
4683
4684 @subsection ARM9TDMI specific commands
4685 @cindex ARM9TDMI
4686
4687 Many ARM9-family CPUs are built around ARM9TDMI integer cores,
4688 or processors resembling ARM9TDMI, and can use these commands.
4689 Such cores include the ARM920T, ARM926EJ-S, and ARM966.
4690
4691 @c 9-june-2009: tried this on arm920t, it didn't work.
4692 @c no-params always lists nothing caught, and that's how it acts.
4693
4694 @anchor{arm9tdmi vector_catch}
4695 @deffn Command {arm9tdmi vector_catch} [@option{all}|@option{none}|list]
4696 Vector Catch hardware provides a sort of dedicated breakpoint
4697 for hardware events such as reset, interrupt, and abort.
4698 You can use this to conserve normal breakpoint resources,
4699 so long as you're not concerned with code that branches directly
4700 to those hardware vectors.
4701
4702 This always finishes by listing the current configuration.
4703 If parameters are provided, it first reconfigures the
4704 vector catch hardware to intercept
4705 @option{all} of the hardware vectors,
4706 @option{none} of them,
4707 or a list with one or more of the following:
4708 @option{reset} @option{undef} @option{swi} @option{pabt} @option{dabt} @option{reserved}
4709 @option{irq} @option{fiq}.
4710 @end deffn
4711
4712 @subsection ARM920T specific commands
4713 @cindex ARM920T
4714
4715 These commands are available to ARM920T based CPUs,
4716 which are implementations of the ARMv4T architecture
4717 built using the ARM9TDMI integer core.
4718 They are available in addition to the ARMv4/5, ARM7/ARM9,
4719 and ARM9TDMI commands.
4720
4721 @deffn Command {arm920t cache_info}
4722 Print information about the caches found. This allows to see whether your target
4723 is an ARM920T (2x16kByte cache) or ARM922T (2x8kByte cache).
4724 @end deffn
4725
4726 @deffn Command {arm920t cp15} regnum [value]
4727 Display cp15 register @var{regnum};
4728 else if a @var{value} is provided, that value is written to that register.
4729 @end deffn
4730
4731 @deffn Command {arm920t cp15i} opcode [value [address]]
4732 Interpreted access using cp15 @var{opcode}.
4733 If no @var{value} is provided, the result is displayed.
4734 Else if that value is written using the specified @var{address},
4735 or using zero if no other address is not provided.
4736 @end deffn
4737
4738 @deffn Command {arm920t mdw_phys} addr [count]
4739 @deffnx Command {arm920t mdh_phys} addr [count]
4740 @deffnx Command {arm920t mdb_phys} addr [count]
4741 Display contents of physical address @var{addr}, as
4742 32-bit words (@command{mdw_phys}), 16-bit halfwords (@command{mdh_phys}),
4743 or 8-bit bytes (@command{mdb_phys}).
4744 If @var{count} is specified, displays that many units.
4745 @end deffn
4746
4747 @deffn Command {arm920t mww_phys} addr word
4748 @deffnx Command {arm920t mwh_phys} addr halfword
4749 @deffnx Command {arm920t mwb_phys} addr byte
4750 Writes the specified @var{word} (32 bits),
4751 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
4752 at the specified physical address @var{addr}.
4753 @end deffn
4754
4755 @deffn Command {arm920t read_cache} filename
4756 Dump the content of ICache and DCache to a file named @file{filename}.
4757 @end deffn
4758
4759 @deffn Command {arm920t read_mmu} filename
4760 Dump the content of the ITLB and DTLB to a file named @file{filename}.
4761 @end deffn
4762
4763 @deffn Command {arm920t virt2phys} va
4764 Translate a virtual address @var{va} to a physical address
4765 and display the result.
4766 @end deffn
4767
4768 @subsection ARM926ej-s specific commands
4769 @cindex ARM926ej-s
4770
4771 These commands are available to ARM926ej-s based CPUs,
4772 which are implementations of the ARMv5TEJ architecture
4773 based on the ARM9EJ-S integer core.
4774 They are available in addition to the ARMv4/5, ARM7/ARM9,
4775 and ARM9TDMI commands.
4776
4777 The Feroceon cores also support these commands, although
4778 they are not built from ARM926ej-s designs.
4779
4780 @deffn Command {arm926ejs cache_info}
4781 Print information about the caches found.
4782 @end deffn
4783
4784 @deffn Command {arm926ejs cp15} opcode1 opcode2 CRn CRm regnum [value]
4785 Accesses cp15 register @var{regnum} using
4786 @var{opcode1}, @var{opcode2}, @var{CRn}, and @var{CRm}.
4787 If a @var{value} is provided, that value is written to that register.
4788 Else that register is read and displayed.
4789 @end deffn
4790
4791 @deffn Command {arm926ejs mdw_phys} addr [count]
4792 @deffnx Command {arm926ejs mdh_phys} addr [count]
4793 @deffnx Command {arm926ejs mdb_phys} addr [count]
4794 Display contents of physical address @var{addr}, as
4795 32-bit words (@command{mdw_phys}), 16-bit halfwords (@command{mdh_phys}),
4796 or 8-bit bytes (@command{mdb_phys}).
4797 If @var{count} is specified, displays that many units.
4798 @end deffn
4799
4800 @deffn Command {arm926ejs mww_phys} addr word
4801 @deffnx Command {arm926ejs mwh_phys} addr halfword
4802 @deffnx Command {arm926ejs mwb_phys} addr byte
4803 Writes the specified @var{word} (32 bits),
4804 @var{halfword} (16 bits), or @var{byte} (8-bit) pattern,
4805 at the specified physical address @var{addr}.
4806 @end deffn
4807
4808 @deffn Command {arm926ejs virt2phys} va
4809 Translate a virtual address @var{va} to a physical address
4810 and display the result.
4811 @end deffn
4812
4813 @subsection ARM966E specific commands
4814 @cindex ARM966E
4815
4816 These commands are available to ARM966 based CPUs,
4817 which are implementations of the ARMv5TE architecture.
4818 They are available in addition to the ARMv4/5, ARM7/ARM9,
4819 and ARM9TDMI commands.
4820
4821 @deffn Command {arm966e cp15} regnum [value]
4822 Display cp15 register @var{regnum};
4823 else if a @var{value} is provided, that value is written to that register.
4824 @end deffn
4825
4826 @subsection XScale specific commands
4827 @cindex XScale
4828
4829 These commands are available to XScale based CPUs,
4830 which are implementations of the ARMv5TE architecture.
4831
4832 @deffn Command {xscale analyze_trace}
4833 Displays the contents of the trace buffer.
4834 @end deffn
4835
4836 @deffn Command {xscale cache_clean_address} address
4837 Changes the address used when cleaning the data cache.
4838 @end deffn
4839
4840 @deffn Command {xscale cache_info}
4841 Displays information about the CPU caches.
4842 @end deffn
4843
4844 @deffn Command {xscale cp15} regnum [value]
4845 Display cp15 register @var{regnum};
4846 else if a @var{value} is provided, that value is written to that register.
4847 @end deffn
4848
4849 @deffn Command {xscale debug_handler} target address
4850 Changes the address used for the specified target's debug handler.
4851 @end deffn
4852
4853 @deffn Command {xscale dcache} (@option{enable}|@option{disable})
4854 Enables or disable the CPU's data cache.
4855 @end deffn
4856
4857 @deffn Command {xscale dump_trace} filename
4858 Dumps the raw contents of the trace buffer to @file{filename}.
4859 @end deffn
4860
4861 @deffn Command {xscale icache} (@option{enable}|@option{disable})
4862 Enables or disable the CPU's instruction cache.
4863 @end deffn
4864
4865 @deffn Command {xscale mmu} (@option{enable}|@option{disable})
4866 Enables or disable the CPU's memory management unit.
4867 @end deffn
4868
4869 @deffn Command {xscale trace_buffer} (@option{enable}|@option{disable}) [@option{fill} [n] | @option{wrap}]
4870 Enables or disables the trace buffer,
4871 and controls how it is emptied.
4872 @end deffn
4873
4874 @deffn Command {xscale trace_image} filename [offset [type]]
4875 Opens a trace image from @file{filename}, optionally rebasing
4876 its segment addresses by @var{offset}.
4877 The image @var{type} may be one of
4878 @option{bin} (binary), @option{ihex} (Intel hex),
4879 @option{elf} (ELF file), @option{s19} (Motorola s19),
4880 @option{mem}, or @option{builder}.
4881 @end deffn
4882
4883 @anchor{xscale vector_catch}
4884 @deffn Command {xscale vector_catch} [mask]
4885 Display a bitmask showing the hardware vectors to catch.
4886 If the optional parameter is provided, first set the bitmask to that value.
4887 @end deffn
4888
4889 @section ARMv6 Architecture
4890 @cindex ARMv6
4891
4892 @subsection ARM11 specific commands
4893 @cindex ARM11
4894
4895 @deffn Command {arm11 mcr} p1 p2 p3 p4 p5
4896 Read coprocessor register
4897 @end deffn
4898
4899 @deffn Command {arm11 memwrite burst} [value]
4900 Displays the value of the memwrite burst-enable flag,
4901 which is enabled by default.
4902 If @var{value} is defined, first assigns that.
4903 @end deffn
4904
4905 @deffn Command {arm11 memwrite error_fatal} [value]
4906 Displays the value of the memwrite error_fatal flag,
4907 which is enabled by default.
4908 If @var{value} is defined, first assigns that.
4909 @end deffn
4910
4911 @deffn Command {arm11 mrc} p1 p2 p3 p4 p5 value
4912 Write coprocessor register
4913 @end deffn
4914
4915 @deffn Command {arm11 no_increment} [value]
4916 Displays the value of the flag controlling whether
4917 some read or write operations increment the pointer
4918 (the default behavior) or not (acting like a FIFO).
4919 If @var{value} is defined, first assigns that.
4920 @end deffn
4921
4922 @deffn Command {arm11 step_irq_enable} [value]
4923 Displays the value of the flag controlling whether
4924 IRQs are enabled during single stepping;
4925 they is disabled by default.
4926 If @var{value} is defined, first assigns that.
4927 @end deffn
4928
4929 @section ARMv7 Architecture
4930 @cindex ARMv7
4931
4932 @subsection ARMv7 Debug Access Port (DAP) specific commands
4933 @cindex Debug Access Port
4934 @cindex DAP
4935 These commands are specific to ARM architecture v7 Debug Access Port (DAP),
4936 included on cortex-m3 and cortex-a8 systems.
4937 They are available in addition to other core-specific commands that may be available.
4938
4939 @deffn Command {dap info} [num]
4940 Displays dap info for ap @var{num}, defaulting to the currently selected AP.
4941 @end deffn
4942
4943 @deffn Command {dap apsel} [num]
4944 Select AP @var{num}, defaulting to 0.
4945 @end deffn
4946
4947 @deffn Command {dap apid} [num]
4948 Displays id register from AP @var{num},
4949 defaulting to the currently selected AP.
4950 @end deffn
4951
4952 @deffn Command {dap baseaddr} [num]
4953 Displays debug base address from AP @var{num},
4954 defaulting to the currently selected AP.
4955 @end deffn
4956
4957 @deffn Command {dap memaccess} [value]
4958 Displays the number of extra tck for mem-ap memory bus access [0-255].
4959 If @var{value} is defined, first assigns that.
4960 @end deffn
4961
4962 @subsection Cortex-M3 specific commands
4963 @cindex Cortex-M3
4964
4965 @deffn Command {cortex_m3 maskisr} (@option{on}|@option{off})
4966 Control masking (disabling) interrupts during target step/resume.
4967 @end deffn
4968
4969 @section Target DCC Requests
4970 @cindex Linux-ARM DCC support
4971 @cindex libdcc
4972 @cindex DCC
4973 OpenOCD can handle certain target requests; currently debugmsgs
4974 @command{target_request debugmsgs}
4975 are only supported for arm7_9 and cortex_m3.
4976
4977 See libdcc in the contrib dir for more details.
4978 Linux-ARM kernels have a ``Kernel low-level debugging
4979 via EmbeddedICE DCC channel'' option (CONFIG_DEBUG_ICEDCC,
4980 depends on CONFIG_DEBUG_LL) which uses this mechanism to
4981 deliver messages before a serial console can be activated.
4982
4983 @deffn Command {target_request debugmsgs} [@option{enable}|@option{disable}|@option{charmsg}]
4984 Displays current handling of target DCC message requests.
4985 These messages may be sent to the debugger while the target is running.
4986 The optional @option{enable} and @option{charmsg} parameters
4987 both enable the messages, while @option{disable} disables them.
4988 With @option{charmsg} the DCC words each contain one character,
4989 as used by Linux with CONFIG_DEBUG_ICEDCC;
4990 otherwise the libdcc format is used.
4991 @end deffn
4992
4993 @node JTAG Commands
4994 @chapter JTAG Commands
4995 @cindex JTAG Commands
4996 Most general purpose JTAG commands have been presented earlier.
4997 (@xref{JTAG Speed}, @ref{Reset Configuration}, and @ref{TAP Declaration}.)
4998 Lower level JTAG commands, as presented here,
4999 may be needed to work with targets which require special
5000 attention during operations such as reset or initialization.
5001
5002 To use these commands you will need to understand some
5003 of the basics of JTAG, including:
5004
5005 @itemize @bullet
5006 @item A JTAG scan chain consists of a sequence of individual TAP
5007 devices such as a CPUs.
5008 @item Control operations involve moving each TAP through the same
5009 standard state machine (in parallel)
5010 using their shared TMS and clock signals.
5011 @item Data transfer involves shifting data through the chain of
5012 instruction or data registers of each TAP, writing new register values
5013 while the reading previous ones.
5014 @item Data register sizes are a function of the instruction active in
5015 a given TAP, while instruction register sizes are fixed for each TAP.
5016 All TAPs support a BYPASS instruction with a single bit data register.
5017 @item The way OpenOCD differentiates between TAP devices is by
5018 shifting different instructions into (and out of) their instruction
5019 registers.
5020 @end itemize
5021
5022 @section Low Level JTAG Commands
5023
5024 These commands are used by developers who need to access
5025 JTAG instruction or data registers, possibly controlling
5026 the order of TAP state transitions.
5027 If you're not debugging OpenOCD internals, or bringing up a
5028 new JTAG adapter or a new type of TAP device (like a CPU or
5029 JTAG router), you probably won't need to use these commands.
5030
5031 @deffn Command {drscan} tap [numbits value]+ [@option{-endstate} tap_state]
5032 Loads the data register of @var{tap} with a series of bit fields
5033 that specify the entire register.
5034 Each field is @var{numbits} bits long with
5035 a numeric @var{value} (hexadecimal encouraged).
5036 The return value holds the original value of each
5037 of those fields.
5038
5039 For example, a 38 bit number might be specified as one
5040 field of 32 bits then one of 6 bits.
5041 @emph{For portability, never pass fields which are more
5042 than 32 bits long. Many OpenOCD implementations do not
5043 support 64-bit (or larger) integer values.}
5044
5045 All TAPs other than @var{tap} must be in BYPASS mode.
5046 The single bit in their data registers does not matter.
5047
5048 When @var{tap_state} is specified, the JTAG state machine is left
5049 in that state.
5050 For example @sc{drpause} might be specified, so that more
5051 instructions can be issued before re-entering the @sc{run/idle} state.
5052 If the end state is not specified, the @sc{run/idle} state is entered.
5053
5054 @quotation Warning
5055 OpenOCD does not record information about data register lengths,
5056 so @emph{it is important that you get the bit field lengths right}.
5057 Remember that different JTAG instructions refer to different
5058 data registers, which may have different lengths.
5059 Moreover, those lengths may not be fixed;
5060 the SCAN_N instruction can change the length of
5061 the register accessed by the INTEST instruction
5062 (by connecting a different scan chain).
5063 @end quotation
5064 @end deffn
5065
5066 @deffn Command {flush_count}
5067 Returns the number of times the JTAG queue has been flushed.
5068 This may be used for performance tuning.
5069
5070 For example, flushing a queue over USB involves a
5071 minimum latency, often several milliseconds, which does
5072 not change with the amount of data which is written.
5073 You may be able to identify performance problems by finding
5074 tasks which waste bandwidth by flushing small transfers too often,
5075 instead of batching them into larger operations.
5076 @end deffn
5077
5078 @deffn Command {irscan} [tap instruction]+ [@option{-endstate} tap_state]
5079 For each @var{tap} listed, loads the instruction register
5080 with its associated numeric @var{instruction}.
5081 (The number of bits in that instruction may be displayed
5082 using the @command{scan_chain} command.)
5083 For other TAPs, a BYPASS instruction is loaded.
5084
5085 When @var{tap_state} is specified, the JTAG state machine is left
5086 in that state.
5087 For example @sc{irpause} might be specified, so the data register
5088 can be loaded before re-entering the @sc{run/idle} state.
5089 If the end state is not specified, the @sc{run/idle} state is entered.
5090
5091 @quotation Note
5092 OpenOCD currently supports only a single field for instruction
5093 register values, unlike data register values.
5094 For TAPs where the instruction register length is more than 32 bits,
5095 portable scripts currently must issue only BYPASS instructions.
5096 @end quotation
5097 @end deffn
5098
5099 @deffn Command {jtag_reset} trst srst
5100 Set values of reset signals.
5101 The @var{trst} and @var{srst} parameter values may be
5102 @option{0}, indicating that reset is inactive (pulled or driven high),
5103 or @option{1}, indicating it is active (pulled or driven low).
5104 The @command{reset_config} command should already have been used
5105 to configure how the board and JTAG adapter treat these two
5106 signals, and to say if either signal is even present.
5107 @xref{Reset Configuration}.
5108 @end deffn
5109
5110 @deffn Command {runtest} @var{num_cycles}
5111 Move to the @sc{run/idle} state, and execute at least
5112 @var{num_cycles} of the JTAG clock (TCK).
5113 Instructions often need some time
5114 to execute before they take effect.
5115 @end deffn
5116
5117 @c tms_sequence (short|long)
5118 @c ... temporary, debug-only, probably gone before 0.2 ships
5119
5120 @deffn Command {verify_ircapture} (@option{enable}|@option{disable})
5121 Verify values captured during @sc{ircapture} and returned
5122 during IR scans. Default is enabled, but this can be
5123 overridden by @command{verify_jtag}.
5124 @end deffn
5125
5126 @deffn Command {verify_jtag} (@option{enable}|@option{disable})
5127 Enables verification of DR and IR scans, to help detect
5128 programming errors. For IR scans, @command{verify_ircapture}
5129 must also be enabled.
5130 Default is enabled.
5131 @end deffn
5132
5133 @section TAP state names
5134 @cindex TAP state names
5135
5136 The @var{tap_state} names used by OpenOCD in the @command{drscan},
5137 and @command{irscan} commands are:
5138
5139 @itemize @bullet
5140 @item @b{RESET} ... should act as if TRST were active
5141 @item @b{RUN/IDLE} ... don't assume this always means IDLE
5142 @item @b{DRSELECT}
5143 @item @b{DRCAPTURE}
5144 @item @b{DRSHIFT} ... TDI/TDO shifting through the data register
5145 @item @b{DREXIT1}
5146 @item @b{DRPAUSE} ... data register ready for update or more shifting
5147 @item @b{DREXIT2}
5148 @item @b{DRUPDATE}
5149 @item @b{IRSELECT}
5150 @item @b{IRCAPTURE}
5151 @item @b{IRSHIFT} ... TDI/TDO shifting through the instruction register
5152 @item @b{IREXIT1}
5153 @item @b{IRPAUSE} ... instruction register ready for update or more shifting
5154 @item @b{IREXIT2}
5155 @item @b{IRUPDATE}
5156 @end itemize
5157
5158 Note that only six of those states are fully ``stable'' in the
5159 face of TMS fixed (low except for @sc{reset})
5160 and a free-running JTAG clock. For all the
5161 others, the next TCK transition changes to a new state.
5162
5163 @itemize @bullet
5164 @item From @sc{drshift} and @sc{irshift}, clock transitions will
5165 produce side effects by changing register contents. The values
5166 to be latched in upcoming @sc{drupdate} or @sc{irupdate} states
5167 may not be as expected.
5168 @item @sc{run/idle}, @sc{drpause}, and @sc{irpause} are reasonable
5169 choices after @command{drscan} or @command{irscan} commands,
5170 since they are free of JTAG side effects.
5171 However, @sc{run/idle} may have side effects that appear at other
5172 levels, such as advancing the ARM9E-S instruction pipeline.
5173 Consult the documentation for the TAP(s) you are working with.
5174 @end itemize
5175
5176 @node TFTP
5177 @chapter TFTP
5178 @cindex TFTP
5179 If OpenOCD runs on an embedded host(as ZY1000 does), then TFTP can
5180 be used to access files on PCs (either the developer's PC or some other PC).
5181
5182 The way this works on the ZY1000 is to prefix a filename by
5183 "/tftp/ip/" and append the TFTP path on the TFTP
5184 server (tftpd). For example,
5185
5186 @example
5187 load_image /tftp/10.0.0.96/c:\temp\abc.elf
5188 @end example
5189
5190 will load c:\temp\abc.elf from the developer pc (10.0.0.96) into memory as
5191 if the file was hosted on the embedded host.
5192
5193 In order to achieve decent performance, you must choose a TFTP server
5194 that supports a packet size bigger than the default packet size (512 bytes). There
5195 are numerous TFTP servers out there (free and commercial) and you will have to do
5196 a bit of googling to find something that fits your requirements.
5197
5198 @node GDB and OpenOCD
5199 @chapter GDB and OpenOCD
5200 @cindex GDB
5201 OpenOCD complies with the remote gdbserver protocol, and as such can be used
5202 to debug remote targets.
5203
5204 @anchor{Connecting to GDB}
5205 @section Connecting to GDB
5206 @cindex Connecting to GDB
5207 Use GDB 6.7 or newer with OpenOCD if you run into trouble. For
5208 instance GDB 6.3 has a known bug that produces bogus memory access
5209 errors, which has since been fixed: look up 1836 in
5210 @url{http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb}
5211
5212 OpenOCD can communicate with GDB in two ways:
5213
5214 @enumerate
5215 @item
5216 A socket (TCP/IP) connection is typically started as follows:
5217 @example
5218 target remote localhost:3333
5219 @end example
5220 This would cause GDB to connect to the gdbserver on the local pc using port 3333.
5221 @item
5222 A pipe connection is typically started as follows:
5223 @example
5224 target remote | openocd --pipe
5225 @end example
5226 This would cause GDB to run OpenOCD and communicate using pipes (stdin/stdout).
5227 Using this method has the advantage of GDB starting/stopping OpenOCD for the debug
5228 session.
5229 @end enumerate
5230
5231 To list the available OpenOCD commands type @command{monitor help} on the
5232 GDB command line.
5233
5234 OpenOCD supports the gdb @option{qSupported} packet, this enables information
5235 to be sent by the GDB remote server (i.e. OpenOCD) to GDB. Typical information includes
5236 packet size and the device's memory map.
5237
5238 Previous versions of OpenOCD required the following GDB options to increase
5239 the packet size and speed up GDB communication:
5240 @example
5241 set remote memory-write-packet-size 1024
5242 set remote memory-write-packet-size fixed
5243 set remote memory-read-packet-size 1024
5244 set remote memory-read-packet-size fixed
5245 @end example
5246 This is now handled in the @option{qSupported} PacketSize and should not be required.
5247
5248 @section Programming using GDB
5249 @cindex Programming using GDB
5250
5251 By default the target memory map is sent to GDB. This can be disabled by
5252 the following OpenOCD configuration option:
5253 @example
5254 gdb_memory_map disable
5255 @end example
5256 For this to function correctly a valid flash configuration must also be set
5257 in OpenOCD. For faster performance you should also configure a valid
5258 working area.
5259
5260 Informing GDB of the memory map of the target will enable GDB to protect any
5261 flash areas of the target and use hardware breakpoints by default. This means
5262 that the OpenOCD option @command{gdb_breakpoint_override} is not required when
5263 using a memory map. @xref{gdb_breakpoint_override}.
5264
5265 To view the configured memory map in GDB, use the GDB command @option{info mem}
5266 All other unassigned addresses within GDB are treated as RAM.
5267
5268 GDB 6.8 and higher set any memory area not in the memory map as inaccessible.
5269 This can be changed to the old behaviour by using the following GDB command
5270 @example
5271 set mem inaccessible-by-default off
5272 @end example
5273
5274 If @command{gdb_flash_program enable} is also used, GDB will be able to
5275 program any flash memory using the vFlash interface.
5276
5277 GDB will look at the target memory map when a load command is given, if any
5278 areas to be programmed lie within the target flash area the vFlash packets
5279 will be used.
5280
5281 If the target needs configuring before GDB programming, an event
5282 script can be executed:
5283 @example
5284 $_TARGETNAME configure -event EVENTNAME BODY
5285 @end example
5286
5287 To verify any flash programming the GDB command @option{compare-sections}
5288 can be used.
5289
5290 @node Tcl Scripting API
5291 @chapter Tcl Scripting API
5292 @cindex Tcl Scripting API
5293 @cindex Tcl scripts
5294 @section API rules
5295
5296 The commands are stateless. E.g. the telnet command line has a concept
5297 of currently active target, the Tcl API proc's take this sort of state
5298 information as an argument to each proc.
5299
5300 There are three main types of return values: single value, name value
5301 pair list and lists.
5302
5303 Name value pair. The proc 'foo' below returns a name/value pair
5304 list.
5305
5306 @verbatim
5307
5308 > set foo(me) Duane
5309 > set foo(you) Oyvind
5310 > set foo(mouse) Micky
5311 > set foo(duck) Donald
5312
5313 If one does this:
5314
5315 > set foo
5316
5317 The result is:
5318
5319 me Duane you Oyvind mouse Micky duck Donald
5320
5321 Thus, to get the names of the associative array is easy:
5322
5323 foreach { name value } [set foo] {
5324 puts "Name: $name, Value: $value"
5325 }
5326 @end verbatim
5327
5328 Lists returned must be relatively small. Otherwise a range
5329 should be passed in to the proc in question.
5330
5331 @section Internal low-level Commands
5332
5333 By low-level, the intent is a human would not directly use these commands.
5334
5335 Low-level commands are (should be) prefixed with "ocd_", e.g.
5336 @command{ocd_flash_banks}
5337 is the low level API upon which @command{flash banks} is implemented.
5338
5339 @itemize @bullet
5340 @item @b{ocd_mem2array} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
5341
5342 Read memory and return as a Tcl array for script processing
5343 @item @b{ocd_array2mem} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
5344
5345 Convert a Tcl array to memory locations and write the values
5346 @item @b{ocd_flash_banks} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}> <@var{target}> [@option{driver options} ...]
5347
5348 Return information about the flash banks
5349 @end itemize
5350
5351 OpenOCD commands can consist of two words, e.g. "flash banks". The
5352 startup.tcl "unknown" proc will translate this into a Tcl proc
5353 called "flash_banks".
5354
5355 @section OpenOCD specific Global Variables
5356
5357 @subsection HostOS
5358
5359 Real Tcl has ::tcl_platform(), and platform::identify, and many other
5360 variables. JimTCL, as implemented in OpenOCD creates $HostOS which
5361 holds one of the following values:
5362
5363 @itemize @bullet
5364 @item @b{winxx} Built using Microsoft Visual Studio
5365 @item @b{linux} Linux is the underlying operating sytem
5366 @item @b{darwin} Darwin (mac-os) is the underlying operating sytem.
5367 @item @b{cygwin} Running under Cygwin
5368 @item @b{mingw32} Running under MingW32
5369 @item @b{other} Unknown, none of the above.
5370 @end itemize
5371
5372 Note: 'winxx' was choosen because today (March-2009) no distinction is made between Win32 and Win64.
5373
5374 @quotation Note
5375 We should add support for a variable like Tcl variable
5376 @code{tcl_platform(platform)}, it should be called
5377 @code{jim_platform} (because it
5378 is jim, not real tcl).
5379 @end quotation
5380
5381 @node Upgrading
5382 @chapter Deprecated/Removed Commands
5383 @cindex Deprecated/Removed Commands
5384 Certain OpenOCD commands have been deprecated or
5385 removed during the various revisions.
5386
5387 Upgrade your scripts as soon as possible.
5388 These descriptions for old commands may be removed
5389 a year after the command itself was removed.
5390 This means that in January 2010 this chapter may
5391 become much shorter.
5392
5393 @itemize @bullet
5394 @item @b{arm7_9 fast_writes}
5395 @cindex arm7_9 fast_writes
5396 @*Use @command{arm7_9 fast_memory_access} instead.
5397 @item @b{endstate}
5398 @cindex endstate
5399 @*An buggy old command that would not really work since background polling would wipe out the global endstate
5400 @xref{arm7_9 fast_memory_access}.
5401 @item @b{arm7_9 force_hw_bkpts}
5402 @*Use @command{gdb_breakpoint_override} instead. Note that GDB will use hardware breakpoints
5403 for flash if the GDB memory map has been set up(default when flash is declared in
5404 target configuration). @xref{gdb_breakpoint_override}.
5405 @item @b{arm7_9 sw_bkpts}
5406 @*On by default. @xref{gdb_breakpoint_override}.
5407 @item @b{daemon_startup}
5408 @*this config option has been removed, simply adding @option{init} and @option{reset halt} to
5409 the end of your config script will give the same behaviour as using @option{daemon_startup reset}
5410 and @option{target cortex_m3 little reset_halt 0}.
5411 @item @b{dump_binary}
5412 @*use @option{dump_image} command with same args. @xref{dump_image}.
5413 @item @b{flash erase}
5414 @*use @option{flash erase_sector} command with same args. @xref{flash erase_sector}.
5415 @item @b{flash write}
5416 @*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
5417 @item @b{flash write_binary}
5418 @*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
5419 @item @b{flash auto_erase}
5420 @*use @option{flash write_image} command passing @option{erase} as the first parameter. @xref{flash write_image}.
5421
5422 @item @b{jtag_device}
5423 @*use the @command{jtag newtap} command, converting from positional syntax
5424 to named prefixes, and naming the TAP.
5425 @xref{jtag newtap}.
5426 Note that if you try to use the old command, a message will tell you the
5427 right new command to use; and that the fourth parameter in the old syntax
5428 was never actually used.
5429 @example
5430 OLD: jtag_device 8 0x01 0xe3 0xfe
5431 NEW: jtag newtap CHIPNAME TAPNAME \
5432 -irlen 8 -ircapture 0x01 -irmask 0xe3
5433 @end example
5434
5435 @item @b{jtag_speed} value
5436 @*@xref{JTAG Speed}.
5437 Usually, a value of zero means maximum
5438 speed. The actual effect of this option depends on the JTAG interface used.
5439 @itemize @minus
5440 @item wiggler: maximum speed / @var{number}
5441 @item ft2232: 6MHz / (@var{number}+1)
5442 @item amt jtagaccel: 8 / 2**@var{number}
5443 @item jlink: maximum speed in kHz (0-12000), 0 will use RTCK
5444 @item rlink: 24MHz / @var{number}, but only for certain values of @var{number}
5445 @comment end speed list.
5446 @end itemize
5447
5448 @item @b{load_binary}
5449 @*use @option{load_image} command with same args. @xref{load_image}.
5450 @item @b{run_and_halt_time}
5451 @*This command has been removed for simpler reset behaviour, it can be simulated with the
5452 following commands:
5453 @smallexample
5454 reset run
5455 sleep 100
5456 halt
5457 @end smallexample
5458 @item @b{target} <@var{type}> <@var{endian}> <@var{jtag-position}>
5459 @*use the create subcommand of @option{target}.
5460 @item @b{target_script} <@var{target#}> <@var{eventname}> <@var{scriptname}>
5461 @*use <@var{target_name}> configure -event <@var{eventname}> "script <@var{scriptname}>"
5462 @item @b{working_area}
5463 @*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.
5464 @end itemize
5465
5466 @node FAQ
5467 @chapter FAQ
5468 @cindex faq
5469 @enumerate
5470 @anchor{FAQ RTCK}
5471 @item @b{RTCK, also known as: Adaptive Clocking - What is it?}
5472 @cindex RTCK
5473 @cindex adaptive clocking
5474 @*
5475
5476 In digital circuit design it is often refered to as ``clock
5477 synchronisation'' the JTAG interface uses one clock (TCK or TCLK)
5478 operating at some speed, your target is operating at another. The two
5479 clocks are not synchronised, they are ``asynchronous''
5480
5481 In order for the two to work together they must be synchronised. Otherwise
5482 the two systems will get out of sync with each other and nothing will
5483 work. There are 2 basic options:
5484 @enumerate
5485 @item
5486 Use a special circuit.
5487 @item
5488 One clock must be some multiple slower than the other.
5489 @end enumerate
5490
5491 @b{Does this really matter?} For some chips and some situations, this
5492 is a non-issue (i.e.: A 500MHz ARM926) but for others - for example some
5493 Atmel SAM7 and SAM9 chips start operation from reset at 32kHz -
5494 program/enable the oscillators and eventually the main clock. It is in
5495 those critical times you must slow the JTAG clock to sometimes 1 to
5496 4kHz.
5497
5498 Imagine debugging a 500MHz ARM926 hand held battery powered device
5499 that ``deep sleeps'' at 32kHz between every keystroke. It can be
5500 painful.
5501
5502 @b{Solution #1 - A special circuit}
5503
5504 In order to make use of this, your JTAG dongle must support the RTCK
5505 feature. Not all dongles support this - keep reading!
5506
5507 The RTCK signal often found in some ARM chips is used to help with
5508 this problem. ARM has a good description of the problem described at
5509 this link: @url{http://www.arm.com/support/faqdev/4170.html} [checked
5510 28/nov/2008]. Link title: ``How does the JTAG synchronisation logic
5511 work? / how does adaptive clocking work?''.
5512
5513 The nice thing about adaptive clocking is that ``battery powered hand
5514 held device example'' - the adaptiveness works perfectly all the
5515 time. One can set a break point or halt the system in the deep power
5516 down code, slow step out until the system speeds up.
5517
5518 @b{Solution #2 - Always works - but may be slower}
5519
5520 Often this is a perfectly acceptable solution.
5521
5522 In most simple terms: Often the JTAG clock must be 1/10 to 1/12 of
5523 the target clock speed. But what that ``magic division'' is varies
5524 depending on the chips on your board. @b{ARM rule of thumb} Most ARM
5525 based systems require an 8:1 division. @b{Xilinx rule of thumb} is
5526 1/12 the clock speed.
5527
5528 Note: Many FTDI2232C based JTAG dongles are limited to 6MHz.
5529
5530 You can still debug the 'low power' situations - you just need to
5531 manually adjust the clock speed at every step. While painful and
5532 tedious, it is not always practical.
5533
5534 It is however easy to ``code your way around it'' - i.e.: Cheat a little,
5535 have a special debug mode in your application that does a ``high power
5536 sleep''. If you are careful - 98% of your problems can be debugged
5537 this way.
5538
5539 To set the JTAG frequency use the command:
5540
5541 @example
5542 # Example: 1.234MHz
5543 jtag_khz 1234
5544 @end example
5545
5546
5547 @item @b{Win32 Pathnames} Why don't backslashes work in Windows paths?
5548
5549 OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @}
5550 around Windows filenames.
5551
5552 @example
5553 > echo \a
5554
5555 > echo @{\a@}
5556 \a
5557 > echo "\a"
5558
5559 >
5560 @end example
5561
5562
5563 @item @b{Missing: cygwin1.dll} OpenOCD complains about a missing cygwin1.dll.
5564
5565 Make sure you have Cygwin installed, or at least a version of OpenOCD that
5566 claims to come with all the necessary DLLs. When using Cygwin, try launching
5567 OpenOCD from the Cygwin shell.
5568
5569 @item @b{Breakpoint Issue} I'm trying to set a breakpoint using GDB (or a frontend like Insight or
5570 Eclipse), but OpenOCD complains that "Info: arm7_9_common.c:213
5571 arm7_9_add_breakpoint(): sw breakpoint requested, but software breakpoints not enabled".
5572
5573 GDB issues software breakpoints when a normal breakpoint is requested, or to implement
5574 source-line single-stepping. On ARMv4T systems, like ARM7TDMI, ARM720T or ARM920T,
5575 software breakpoints consume one of the two available hardware breakpoints.
5576
5577 @item @b{LPC2000 Flash} When erasing or writing LPC2000 on-chip flash, the operation fails at random.
5578
5579 Make sure the core frequency specified in the @option{flash lpc2000} line matches the
5580 clock at the time you're programming the flash. If you've specified the crystal's
5581 frequency, make sure the PLL is disabled. If you've specified the full core speed
5582 (e.g. 60MHz), make sure the PLL is enabled.
5583
5584 @item @b{Amontec Chameleon} When debugging using an Amontec Chameleon in its JTAG Accelerator configuration,
5585 I keep getting "Error: amt_jtagaccel.c:184 amt_wait_scan_busy(): amt_jtagaccel timed
5586 out while waiting for end of scan, rtck was disabled".
5587
5588 Make sure your PC's parallel port operates in EPP mode. You might have to try several
5589 settings in your PC BIOS (ECP, EPP, and different versions of those).
5590
5591 @item @b{Data Aborts} When debugging with OpenOCD and GDB (plain GDB, Insight, or Eclipse),
5592 I get lots of "Error: arm7_9_common.c:1771 arm7_9_read_memory():
5593 memory read caused data abort".
5594
5595 The errors are non-fatal, and are the result of GDB trying to trace stack frames
5596 beyond the last valid frame. It might be possible to prevent this by setting up
5597 a proper "initial" stack frame, if you happen to know what exactly has to
5598 be done, feel free to add this here.
5599
5600 @b{Simple:} In your startup code - push 8 registers of zeros onto the
5601 stack before calling main(). What GDB is doing is ``climbing'' the run
5602 time stack by reading various values on the stack using the standard
5603 call frame for the target. GDB keeps going - until one of 2 things
5604 happen @b{#1} an invalid frame is found, or @b{#2} some huge number of
5605 stackframes have been processed. By pushing zeros on the stack, GDB
5606 gracefully stops.
5607
5608 @b{Debugging Interrupt Service Routines} - In your ISR before you call
5609 your C code, do the same - artifically push some zeros onto the stack,
5610 remember to pop them off when the ISR is done.
5611
5612 @b{Also note:} If you have a multi-threaded operating system, they
5613 often do not @b{in the intrest of saving memory} waste these few
5614 bytes. Painful...
5615
5616
5617 @item @b{JTAG Reset Config} I get the following message in the OpenOCD console (or log file):
5618 "Warning: arm7_9_common.c:679 arm7_9_assert_reset(): srst resets test logic, too".
5619
5620 This warning doesn't indicate any serious problem, as long as you don't want to
5621 debug your core right out of reset. Your .cfg file specified @option{jtag_reset
5622 trst_and_srst srst_pulls_trst} to tell OpenOCD that either your board,
5623 your debugger or your target uC (e.g. LPC2000) can't assert the two reset signals
5624 independently. With this setup, it's not possible to halt the core right out of
5625 reset, everything else should work fine.
5626
5627 @item @b{USB Power} When using OpenOCD in conjunction with Amontec JTAGkey and the Yagarto
5628 toolchain (Eclipse, arm-elf-gcc, arm-elf-gdb), the debugging seems to be
5629 unstable. When single-stepping over large blocks of code, GDB and OpenOCD
5630 quit with an error message. Is there a stability issue with OpenOCD?
5631
5632 No, this is not a stability issue concerning OpenOCD. Most users have solved
5633 this issue by simply using a self-powered USB hub, which they connect their
5634 Amontec JTAGkey to. Apparently, some computers do not provide a USB power
5635 supply stable enough for the Amontec JTAGkey to be operated.
5636
5637 @b{Laptops running on battery have this problem too...}
5638
5639 @item @b{USB Power} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the
5640 following error messages: "Error: ft2232.c:201 ft2232_read(): FT_Read returned:
5641 4" and "Error: ft2232.c:365 ft2232_send_and_recv(): couldn't read from FT2232".
5642 What does that mean and what might be the reason for this?
5643
5644 First of all, the reason might be the USB power supply. Try using a self-powered
5645 hub instead of a direct connection to your computer. Secondly, the error code 4
5646 corresponds to an FT_IO_ERROR, which means that the driver for the FTDI USB
5647 chip ran into some sort of error - this points us to a USB problem.
5648
5649 @item @b{GDB Disconnects} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the following
5650 error message: "Error: gdb_server.c:101 gdb_get_char(): read: 10054".
5651 What does that mean and what might be the reason for this?
5652
5653 Error code 10054 corresponds to WSAECONNRESET, which means that the debugger (GDB)
5654 has closed the connection to OpenOCD. This might be a GDB issue.
5655
5656 @item @b{LPC2000 Flash} In the configuration file in the section where flash device configurations
5657 are described, there is a parameter for specifying the clock frequency
5658 for LPC2000 internal flash devices (e.g. @option{flash bank lpc2000
5659 0x0 0x40000 0 0 0 lpc2000_v1 14746 calc_checksum}), which must be
5660 specified in kilohertz. However, I do have a quartz crystal of a
5661 frequency that contains fractions of kilohertz (e.g. 14,745,600 Hz,
5662 i.e. 14,745.600 kHz). Is it possible to specify real numbers for the
5663 clock frequency?
5664
5665 No. The clock frequency specified here must be given as an integral number.
5666 However, this clock frequency is used by the In-Application-Programming (IAP)
5667 routines of the LPC2000 family only, which seems to be very tolerant concerning
5668 the given clock frequency, so a slight difference between the specified clock
5669 frequency and the actual clock frequency will not cause any trouble.
5670
5671 @item @b{Command Order} Do I have to keep a specific order for the commands in the configuration file?
5672
5673 Well, yes and no. Commands can be given in arbitrary order, yet the
5674 devices listed for the JTAG scan chain must be given in the right
5675 order (jtag newdevice), with the device closest to the TDO-Pin being
5676 listed first. In general, whenever objects of the same type exist
5677 which require an index number, then these objects must be given in the
5678 right order (jtag newtap, targets and flash banks - a target
5679 references a jtag newtap and a flash bank references a target).
5680
5681 You can use the ``scan_chain'' command to verify and display the tap order.
5682
5683 Also, some commands can't execute until after @command{init} has been
5684 processed. Such commands include @command{nand probe} and everything
5685 else that needs to write to controller registers, perhaps for setting
5686 up DRAM and loading it with code.
5687
5688 @anchor{FAQ TAP Order}
5689 @item @b{JTAG TAP Order} Do I have to declare the TAPS in some
5690 particular order?
5691
5692 Yes; whenever you have more than one, you must declare them in
5693 the same order used by the hardware.
5694
5695 Many newer devices have multiple JTAG TAPs. For example: ST
5696 Microsystems STM32 chips have two TAPs, a ``boundary scan TAP'' and
5697 ``Cortex-M3'' TAP. Example: The STM32 reference manual, Document ID:
5698 RM0008, Section 26.5, Figure 259, page 651/681, the ``TDI'' pin is
5699 connected to the boundary scan TAP, which then connects to the
5700 Cortex-M3 TAP, which then connects to the TDO pin.
5701
5702 Thus, the proper order for the STM32 chip is: (1) The Cortex-M3, then
5703 (2) The boundary scan TAP. If your board includes an additional JTAG
5704 chip in the scan chain (for example a Xilinx CPLD or FPGA) you could
5705 place it before or after the STM32 chip in the chain. For example:
5706
5707 @itemize @bullet
5708 @item OpenOCD_TDI(output) -> STM32 TDI Pin (BS Input)
5709 @item STM32 BS TDO (output) -> STM32 Cortex-M3 TDI (input)
5710 @item STM32 Cortex-M3 TDO (output) -> SM32 TDO Pin
5711 @item STM32 TDO Pin (output) -> Xilinx TDI Pin (input)
5712 @item Xilinx TDO Pin -> OpenOCD TDO (input)
5713 @end itemize
5714
5715 The ``jtag device'' commands would thus be in the order shown below. Note:
5716
5717 @itemize @bullet
5718 @item jtag newtap Xilinx tap -irlen ...
5719 @item jtag newtap stm32 cpu -irlen ...
5720 @item jtag newtap stm32 bs -irlen ...
5721 @item # Create the debug target and say where it is
5722 @item target create stm32.cpu -chain-position stm32.cpu ...
5723 @end itemize
5724
5725
5726 @item @b{SYSCOMP} Sometimes my debugging session terminates with an error. When I look into the
5727 log file, I can see these error messages: Error: arm7_9_common.c:561
5728 arm7_9_execute_sys_speed(): timeout waiting for SYSCOMP
5729
5730 TODO.
5731
5732 @end enumerate
5733
5734 @node Tcl Crash Course
5735 @chapter Tcl Crash Course
5736 @cindex Tcl
5737
5738 Not everyone knows Tcl - this is not intended to be a replacement for
5739 learning Tcl, the intent of this chapter is to give you some idea of
5740 how the Tcl scripts work.
5741
5742 This chapter is written with two audiences in mind. (1) OpenOCD users
5743 who need to understand a bit more of how JIM-Tcl works so they can do
5744 something useful, and (2) those that want to add a new command to
5745 OpenOCD.
5746
5747 @section Tcl Rule #1
5748 There is a famous joke, it goes like this:
5749 @enumerate
5750 @item Rule #1: The wife is always correct
5751 @item Rule #2: If you think otherwise, See Rule #1
5752 @end enumerate
5753
5754 The Tcl equal is this:
5755
5756 @enumerate
5757 @item Rule #1: Everything is a string
5758 @item Rule #2: If you think otherwise, See Rule #1
5759 @end enumerate
5760
5761 As in the famous joke, the consequences of Rule #1 are profound. Once
5762 you understand Rule #1, you will understand Tcl.
5763
5764 @section Tcl Rule #1b
5765 There is a second pair of rules.
5766 @enumerate
5767 @item Rule #1: Control flow does not exist. Only commands
5768 @* For example: the classic FOR loop or IF statement is not a control
5769 flow item, they are commands, there is no such thing as control flow
5770 in Tcl.
5771 @item Rule #2: If you think otherwise, See Rule #1
5772 @* Actually what happens is this: There are commands that by
5773 convention, act like control flow key words in other languages. One of
5774 those commands is the word ``for'', another command is ``if''.
5775 @end enumerate
5776
5777 @section Per Rule #1 - All Results are strings
5778 Every Tcl command results in a string. The word ``result'' is used
5779 deliberatly. No result is just an empty string. Remember: @i{Rule #1 -
5780 Everything is a string}
5781
5782 @section Tcl Quoting Operators
5783 In life of a Tcl script, there are two important periods of time, the
5784 difference is subtle.
5785 @enumerate
5786 @item Parse Time
5787 @item Evaluation Time
5788 @end enumerate
5789
5790 The two key items here are how ``quoted things'' work in Tcl. Tcl has
5791 three primary quoting constructs, the [square-brackets] the
5792 @{curly-braces@} and ``double-quotes''
5793
5794 By now you should know $VARIABLES always start with a $DOLLAR
5795 sign. BTW: To set a variable, you actually use the command ``set'', as
5796 in ``set VARNAME VALUE'' much like the ancient BASIC langauge ``let x
5797 = 1'' statement, but without the equal sign.
5798
5799 @itemize @bullet
5800 @item @b{[square-brackets]}
5801 @* @b{[square-brackets]} are command substitutions. It operates much
5802 like Unix Shell `back-ticks`. The result of a [square-bracket]
5803 operation is exactly 1 string. @i{Remember Rule #1 - Everything is a
5804 string}. These two statements are roughly identical:
5805 @example
5806 # bash example
5807 X=`date`
5808 echo "The Date is: $X"
5809 # Tcl example
5810 set X [date]
5811 puts "The Date is: $X"
5812 @end example
5813 @item @b{``double-quoted-things''}
5814 @* @b{``double-quoted-things''} are just simply quoted
5815 text. $VARIABLES and [square-brackets] are expanded in place - the
5816 result however is exactly 1 string. @i{Remember Rule #1 - Everything
5817 is a string}
5818 @example
5819 set x "Dinner"
5820 puts "It is now \"[date]\", $x is in 1 hour"
5821 @end example
5822 @item @b{@{Curly-Braces@}}
5823 @*@b{@{Curly-Braces@}} are magic: $VARIABLES and [square-brackets] are
5824 parsed, but are NOT expanded or executed. @{Curly-Braces@} are like
5825 'single-quote' operators in BASH shell scripts, with the added
5826 feature: @{curly-braces@} can be nested, single quotes can not. @{@{@{this is
5827 nested 3 times@}@}@} NOTE: [date] is a bad example;
5828 at this writing, Jim/OpenOCD does not have a date command.
5829 @end itemize
5830
5831 @section Consequences of Rule 1/2/3/4
5832
5833 The consequences of Rule 1 are profound.
5834
5835 @subsection Tokenisation & Execution.
5836
5837 Of course, whitespace, blank lines and #comment lines are handled in
5838 the normal way.
5839
5840 As a script is parsed, each (multi) line in the script file is
5841 tokenised and according to the quoting rules. After tokenisation, that
5842 line is immedatly executed.
5843
5844 Multi line statements end with one or more ``still-open''
5845 @{curly-braces@} which - eventually - closes a few lines later.
5846
5847 @subsection Command Execution
5848
5849 Remember earlier: There are no ``control flow''
5850 statements in Tcl. Instead there are COMMANDS that simply act like
5851 control flow operators.
5852
5853 Commands are executed like this:
5854
5855 @enumerate
5856 @item Parse the next line into (argc) and (argv[]).
5857 @item Look up (argv[0]) in a table and call its function.
5858 @item Repeat until End Of File.
5859 @end enumerate
5860
5861 It sort of works like this:
5862 @example
5863 for(;;)@{
5864 ReadAndParse( &argc, &argv );
5865
5866 cmdPtr = LookupCommand( argv[0] );
5867
5868 (*cmdPtr->Execute)( argc, argv );
5869 @}
5870 @end example
5871
5872 When the command ``proc'' is parsed (which creates a procedure
5873 function) it gets 3 parameters on the command line. @b{1} the name of
5874 the proc (function), @b{2} the list of parameters, and @b{3} the body
5875 of the function. Not the choice of words: LIST and BODY. The PROC
5876 command stores these items in a table somewhere so it can be found by
5877 ``LookupCommand()''
5878
5879 @subsection The FOR command
5880
5881 The most interesting command to look at is the FOR command. In Tcl,
5882 the FOR command is normally implemented in C. Remember, FOR is a
5883 command just like any other command.
5884
5885 When the ascii text containing the FOR command is parsed, the parser
5886 produces 5 parameter strings, @i{(If in doubt: Refer to Rule #1)} they
5887 are:
5888
5889 @enumerate 0
5890 @item The ascii text 'for'
5891 @item The start text
5892 @item The test expression
5893 @item The next text
5894 @item The body text
5895 @end enumerate
5896
5897 Sort of reminds you of ``main( int argc, char **argv )'' does it not?
5898 Remember @i{Rule #1 - Everything is a string.} The key point is this:
5899 Often many of those parameters are in @{curly-braces@} - thus the
5900 variables inside are not expanded or replaced until later.
5901
5902 Remember that every Tcl command looks like the classic ``main( argc,
5903 argv )'' function in C. In JimTCL - they actually look like this:
5904
5905 @example
5906 int
5907 MyCommand( Jim_Interp *interp,
5908 int *argc,
5909 Jim_Obj * const *argvs );
5910 @end example
5911
5912 Real Tcl is nearly identical. Although the newer versions have
5913 introduced a byte-code parser and intepreter, but at the core, it
5914 still operates in the same basic way.
5915
5916 @subsection FOR command implementation
5917
5918 To understand Tcl it is perhaps most helpful to see the FOR
5919 command. Remember, it is a COMMAND not a control flow structure.
5920
5921 In Tcl there are two underlying C helper functions.
5922
5923 Remember Rule #1 - You are a string.
5924
5925 The @b{first} helper parses and executes commands found in an ascii
5926 string. Commands can be seperated by semicolons, or newlines. While
5927 parsing, variables are expanded via the quoting rules.
5928
5929 The @b{second} helper evaluates an ascii string as a numerical
5930 expression and returns a value.
5931
5932 Here is an example of how the @b{FOR} command could be
5933 implemented. The pseudo code below does not show error handling.
5934 @example
5935 void Execute_AsciiString( void *interp, const char *string );
5936
5937 int Evaluate_AsciiExpression( void *interp, const char *string );
5938
5939 int
5940 MyForCommand( void *interp,
5941 int argc,
5942 char **argv )
5943 @{
5944 if( argc != 5 )@{
5945 SetResult( interp, "WRONG number of parameters");
5946 return ERROR;
5947 @}
5948
5949 // argv[0] = the ascii string just like C
5950
5951 // Execute the start statement.
5952 Execute_AsciiString( interp, argv[1] );
5953
5954 // Top of loop test
5955 for(;;)@{
5956 i = Evaluate_AsciiExpression(interp, argv[2]);
5957 if( i == 0 )
5958 break;
5959
5960 // Execute the body
5961 Execute_AsciiString( interp, argv[3] );
5962
5963 // Execute the LOOP part
5964 Execute_AsciiString( interp, argv[4] );
5965 @}
5966
5967 // Return no error
5968 SetResult( interp, "" );
5969 return SUCCESS;
5970 @}
5971 @end example
5972
5973 Every other command IF, WHILE, FORMAT, PUTS, EXPR, everything works
5974 in the same basic way.
5975
5976 @section OpenOCD Tcl Usage
5977
5978 @subsection source and find commands
5979 @b{Where:} In many configuration files
5980 @* Example: @b{ source [find FILENAME] }
5981 @*Remember the parsing rules
5982 @enumerate
5983 @item The FIND command is in square brackets.
5984 @* The FIND command is executed with the parameter FILENAME. It should
5985 find the full path to the named file. The RESULT is a string, which is
5986 substituted on the orginal command line.
5987 @item The command source is executed with the resulting filename.
5988 @* SOURCE reads a file and executes as a script.
5989 @end enumerate
5990 @subsection format command
5991 @b{Where:} Generally occurs in numerous places.
5992 @* Tcl has no command like @b{printf()}, instead it has @b{format}, which is really more like
5993 @b{sprintf()}.
5994 @b{Example}
5995 @example
5996 set x 6
5997 set y 7
5998 puts [format "The answer: %d" [expr $x * $y]]
5999 @end example
6000 @enumerate
6001 @item The SET command creates 2 variables, X and Y.
6002 @item The double [nested] EXPR command performs math
6003 @* The EXPR command produces numerical result as a string.
6004 @* Refer to Rule #1
6005 @item The format command is executed, producing a single string
6006 @* Refer to Rule #1.
6007 @item The PUTS command outputs the text.
6008 @end enumerate
6009 @subsection Body or Inlined Text
6010 @b{Where:} Various TARGET scripts.
6011 @example
6012 #1 Good
6013 proc someproc @{@} @{
6014 ... multiple lines of stuff ...
6015 @}
6016 $_TARGETNAME configure -event FOO someproc
6017 #2 Good - no variables
6018 $_TARGETNAME confgure -event foo "this ; that;"
6019 #3 Good Curly Braces
6020 $_TARGETNAME configure -event FOO @{
6021 puts "Time: [date]"
6022 @}
6023 #4 DANGER DANGER DANGER
6024 $_TARGETNAME configure -event foo "puts \"Time: [date]\""
6025 @end example
6026 @enumerate
6027 @item The $_TARGETNAME is an OpenOCD variable convention.
6028 @*@b{$_TARGETNAME} represents the last target created, the value changes
6029 each time a new target is created. Remember the parsing rules. When
6030 the ascii text is parsed, the @b{$_TARGETNAME} becomes a simple string,
6031 the name of the target which happens to be a TARGET (object)
6032 command.
6033 @item The 2nd parameter to the @option{-event} parameter is a TCBODY
6034 @*There are 4 examples:
6035 @enumerate
6036 @item The TCLBODY is a simple string that happens to be a proc name
6037 @item The TCLBODY is several simple commands seperated by semicolons
6038 @item The TCLBODY is a multi-line @{curly-brace@} quoted string
6039 @item The TCLBODY is a string with variables that get expanded.
6040 @end enumerate
6041
6042 In the end, when the target event FOO occurs the TCLBODY is
6043 evaluated. Method @b{#1} and @b{#2} are functionally identical. For
6044 Method @b{#3} and @b{#4} it is more interesting. What is the TCLBODY?
6045
6046 Remember the parsing rules. In case #3, @{curly-braces@} mean the
6047 $VARS and [square-brackets] are expanded later, when the EVENT occurs,
6048 and the text is evaluated. In case #4, they are replaced before the
6049 ``Target Object Command'' is executed. This occurs at the same time
6050 $_TARGETNAME is replaced. In case #4 the date will never
6051 change. @{BTW: [date] is a bad example; at this writing,
6052 Jim/OpenOCD does not have a date command@}
6053 @end enumerate
6054 @subsection Global Variables
6055 @b{Where:} You might discover this when writing your own procs @* In
6056 simple terms: Inside a PROC, if you need to access a global variable
6057 you must say so. See also ``upvar''. Example:
6058 @example
6059 proc myproc @{ @} @{
6060 set y 0 #Local variable Y
6061 global x #Global variable X
6062 puts [format "X=%d, Y=%d" $x $y]
6063 @}
6064 @end example
6065 @section Other Tcl Hacks
6066 @b{Dynamic variable creation}
6067 @example
6068 # Dynamically create a bunch of variables.
6069 for @{ set x 0 @} @{ $x < 32 @} @{ set x [expr $x + 1]@} @{
6070 # Create var name
6071 set vn [format "BIT%d" $x]
6072 # Make it a global
6073 global $vn
6074 # Set it.
6075 set $vn [expr (1 << $x)]
6076 @}
6077 @end example
6078 @b{Dynamic proc/command creation}
6079 @example
6080 # One "X" function - 5 uart functions.
6081 foreach who @{A B C D E@}
6082 proc [format "show_uart%c" $who] @{ @} "show_UARTx $who"
6083 @}
6084 @end example
6085
6086 @node Target Library
6087 @chapter Target Library
6088 @cindex Target Library
6089
6090 OpenOCD comes with a target configuration script library. These scripts can be
6091 used as-is or serve as a starting point.
6092
6093 The target library is published together with the OpenOCD executable and
6094 the path to the target library is in the OpenOCD script search path.
6095 Similarly there are example scripts for configuring the JTAG interface.
6096
6097 The command line below uses the example parport configuration script
6098 that ship with OpenOCD, then configures the str710.cfg target and
6099 finally issues the init and reset commands. The communication speed
6100 is set to 10kHz for reset and 8MHz for post reset.
6101
6102 @example
6103 openocd -f interface/parport.cfg -f target/str710.cfg \
6104 -c "init" -c "reset"
6105 @end example
6106
6107 To list the target scripts available:
6108
6109 @example
6110 $ ls /usr/local/lib/openocd/target
6111
6112 arm7_fast.cfg lm3s6965.cfg pxa255.cfg stm32.cfg xba_revA3.cfg
6113 at91eb40a.cfg lpc2148.cfg pxa255_sst.cfg str710.cfg zy1000.cfg
6114 at91r40008.cfg lpc2294.cfg sam7s256.cfg str912.cfg
6115 at91sam9260.cfg nslu2.cfg sam7x256.cfg wi-9c.cfg
6116 @end example
6117
6118 @include fdl.texi
6119
6120 @node OpenOCD Concept Index
6121 @comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
6122 @comment case issue with ``Index.html'' and ``index.html''
6123 @comment Occurs when creating ``--html --no-split'' output
6124 @comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
6125 @unnumbered OpenOCD Concept Index
6126
6127 @printindex cp
6128
6129 @node Command and Driver Index
6130 @unnumbered Command and Driver Index
6131 @printindex fn
6132
6133 @bye

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)