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