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