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