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