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