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