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