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