You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7001 lines
254 KiB

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