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.
 
 
 
 
 
 

3641 lines
128 KiB

  1. \input texinfo @c -*-texinfo-*-
  2. @c %**start of header
  3. @setfilename openocd.info
  4. @settitle Open On-Chip Debugger (OpenOCD)
  5. @dircategory Development
  6. @direntry
  7. @paragraphindent 0
  8. * OpenOCD: (openocd). Open On-Chip Debugger.
  9. @end direntry
  10. @c %**end of header
  11. @include version.texi
  12. @copying
  13. @itemize @bullet
  14. @item Copyright @copyright{} 2008 The OpenOCD Project
  15. @item Copyright @copyright{} 2007-2008 Spen @email{spen@@spen-soft.co.uk}
  16. @item Copyright @copyright{} 2008 Oyvind Harboe @email{oyvind.harboe@@zylin.com}
  17. @item Copyright @copyright{} 2008 Duane Ellis @email{openocd@@duaneellis.com}
  18. @end itemize
  19. @quotation
  20. Permission is granted to copy, distribute and/or modify this document
  21. under the terms of the GNU Free Documentation License, Version 1.2 or
  22. any later version published by the Free Software Foundation; with no
  23. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  24. Texts. A copy of the license is included in the section entitled ``GNU
  25. Free Documentation License''.
  26. @end quotation
  27. @end copying
  28. @titlepage
  29. @title Open On-Chip Debugger (OpenOCD)
  30. @subtitle Edition @value{EDITION} for OpenOCD version @value{VERSION}
  31. @subtitle @value{UPDATED}
  32. @page
  33. @vskip 0pt plus 1filll
  34. @insertcopying
  35. @end titlepage
  36. @summarycontents
  37. @contents
  38. @node Top, About, , (dir)
  39. @top OpenOCD
  40. This manual documents edition @value{EDITION} of the Open On-Chip Debugger
  41. (OpenOCD) version @value{VERSION}, @value{UPDATED}.
  42. @insertcopying
  43. @menu
  44. * About:: About OpenOCD.
  45. * Developers:: OpenOCD developers
  46. * Building:: Building OpenOCD
  47. * JTAG Hardware Dongles:: JTAG Hardware Dongles
  48. * Running:: Running OpenOCD
  49. * Simple Configuration Files:: Simple Configuration Files
  50. * Config File Guidelines:: Config File Guidelines
  51. * About JIM-Tcl:: About JIM-Tcl
  52. * Daemon Configuration:: Daemon Configuration
  53. * Interface - Dongle Configuration:: Interface - Dongle Configuration
  54. * Reset Configuration:: Reset Configuration
  55. * Tap Creation:: Tap Creation
  56. * Target Configuration:: Target Configuration
  57. * Flash Configuration:: Flash Configuration
  58. * General Commands:: General Commands
  59. * JTAG Commands:: JTAG Commands
  60. * Sample Scripts:: Sample Target Scripts
  61. * TFTP:: TFTP
  62. * GDB and OpenOCD:: Using GDB and OpenOCD
  63. * TCL scripting API:: Tcl scripting API
  64. * Upgrading:: Deprecated/Removed Commands
  65. * Target library:: Target library
  66. * FAQ:: Frequently Asked Questions
  67. * TCL Crash Course:: TCL Crash Course
  68. * License:: GNU Free Documentation License
  69. @comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
  70. @comment case issue with ``Index.html'' and ``index.html''
  71. @comment Occurs when creating ``--html --no-split'' output
  72. @comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
  73. * OpenOCD Index:: Main index.
  74. @end menu
  75. @node About
  76. @unnumbered About
  77. @cindex about
  78. The Open On-Chip Debugger (OpenOCD) aims to provide debugging,
  79. in-system programming and boundary-scan testing for embedded target
  80. devices.
  81. @b{JTAG:} OpenOCD uses a ``hardware interface dongle'' to communicate
  82. with the JTAG (IEEE 1149.1) complient taps on your target board.
  83. @b{Dongles:} OpenOCD currently many types of hardware dongles: USB
  84. Based, Parallel Port Based, and other standalone boxes that run
  85. OpenOCD internally. See the section titled: @xref{JTAG Hardware
  86. Dongles}.
  87. @b{GDB Debug:} It allows ARM7 (ARM7TDMI and ARM720t), ARM9 (ARM920t,
  88. ARM922t, ARM926ej--s, ARM966e--s), XScale (PXA25x, IXP42x) and
  89. Cortex-M3 (Luminary Stellaris LM3 and ST STM32) based cores to be
  90. debugged via the GDB Protocol.
  91. @b{Flash Programing:} Flash writing is supported for external CFI
  92. compatible flashes (Intel and AMD/Spansion command set) and several
  93. internal flashes (LPC2000, AT91SAM7, STR7x, STR9x, LM3 and
  94. STM32x). Preliminary support for using the LPC3180's NAND flash
  95. controller is included.
  96. @node Developers
  97. @chapter Developers
  98. @cindex developers
  99. OpenOCD was created by Dominic Rath as part of a diploma thesis written at the
  100. University of Applied Sciences Augsburg (@uref{http://www.fh-augsburg.de}).
  101. Others interested in improving the state of free and open debug and testing technology
  102. are welcome to participate.
  103. Other developers have contributed support for additional targets and flashes as well
  104. as numerous bugfixes and enhancements. See the AUTHORS file for regular contributors.
  105. The main OpenOCD web site is available at @uref{http://openocd.berlios.de/web/}
  106. @node Building
  107. @chapter Building
  108. @cindex building OpenOCD
  109. If you are interested in getting actual work done rather than building
  110. OpenOCD, then check if your interface supplier provides binaries for
  111. you. Chances are that that binary is from some SVN version that is more
  112. stable than SVN trunk where bleeding edge development takes place.
  113. You can download the current SVN version with SVN client of your choice from the
  114. following repositories:
  115. (@uref{svn://svn.berlios.de/openocd/trunk})
  116. or
  117. (@uref{http://svn.berlios.de/svnroot/repos/openocd/trunk})
  118. Using the SVN command line client, you can use the following command to fetch the
  119. latest version (make sure there is no (non-svn) directory called "openocd" in the
  120. current directory):
  121. @example
  122. svn checkout svn://svn.berlios.de/openocd/trunk openocd
  123. @end example
  124. Building OpenOCD requires a recent version of the GNU autotools.
  125. On my build system, I'm using autoconf 2.13 and automake 1.9. For building on Windows,
  126. you have to use Cygwin. Make sure that your @env{PATH} environment variable contains no
  127. other locations with Unix utils (like UnxUtils) - these can't handle the Cygwin
  128. paths, resulting in obscure dependency errors (This is an observation I've gathered
  129. from the logs of one user - correct me if I'm wrong).
  130. You further need the appropriate driver files, if you want to build support for
  131. a FTDI FT2232 based interface:
  132. @itemize @bullet
  133. @item @b{ftdi2232} libftdi (@uref{http://www.intra2net.com/opensource/ftdi/})
  134. @item @b{ftd2xx} libftd2xx (@uref{http://www.ftdichip.com/Drivers/D2XX.htm})
  135. @item When using the Amontec JTAGkey, you have to get the drivers from the Amontec
  136. homepage (@uref{www.amontec.com}), as the JTAGkey uses a non-standard VID/PID.
  137. @end itemize
  138. libftdi is supported under windows. Versions earlier than 0.13 will require patching.
  139. see contrib/libftdi for more details.
  140. In general, the D2XX driver provides superior performance (several times as fast),
  141. but has the draw-back of being binary-only - though that isn't that bad, as it isn't
  142. a kernel module, only a user space library.
  143. To build OpenOCD (on both Linux and Cygwin), use the following commands:
  144. @example
  145. ./bootstrap
  146. @end example
  147. Bootstrap generates the configure script, and prepares building on your system.
  148. @example
  149. ./configure
  150. @end example
  151. Configure generates the Makefiles used to build OpenOCD.
  152. @example
  153. make
  154. @end example
  155. Make builds OpenOCD, and places the final executable in ./src/.
  156. The configure script takes several options, specifying which JTAG interfaces
  157. should be included:
  158. @itemize @bullet
  159. @item
  160. @option{--enable-parport}
  161. @item
  162. @option{--enable-parport_ppdev}
  163. @item
  164. @option{--enable-parport_giveio}
  165. @item
  166. @option{--enable-amtjtagaccel}
  167. @item
  168. @option{--enable-ft2232_ftd2xx}
  169. @footnote{Using the latest D2XX drivers from FTDI and following their installation
  170. instructions, I had to use @option{--enable-ft2232_libftd2xx} for OpenOCD to
  171. build properly.}
  172. @item
  173. @option{--enable-ft2232_libftdi}
  174. @item
  175. @option{--with-ftd2xx=/path/to/d2xx/}
  176. @item
  177. @option{--enable-gw16012}
  178. @item
  179. @option{--enable-usbprog}
  180. @item
  181. @option{--enable-presto_libftdi}
  182. @item
  183. @option{--enable-presto_ftd2xx}
  184. @item
  185. @option{--enable-jlink}
  186. @end itemize
  187. If you want to access the parallel port using the PPDEV interface you have to specify
  188. both the @option{--enable-parport} AND the @option{--enable-parport_ppdev} option since
  189. the @option{--enable-parport_ppdev} option actually is an option to the parport driver
  190. (see @uref{http://forum.sparkfun.com/viewtopic.php?t=3795} for more info).
  191. Cygwin users have to specify the location of the FTDI D2XX package. This should be an
  192. absolute path containing no spaces.
  193. Linux users should copy the various parts of the D2XX package to the appropriate
  194. locations, i.e. /usr/include, /usr/lib.
  195. Miscellaneous configure options
  196. @itemize @bullet
  197. @item
  198. @option{--enable-gccwarnings} - enable extra gcc warnings during build
  199. @end itemize
  200. @node JTAG Hardware Dongles
  201. @chapter JTAG Hardware Dongles
  202. @cindex dongles
  203. @cindex ftdi
  204. @cindex wiggler
  205. @cindex zy1000
  206. @cindex printer port
  207. @cindex usb adapter
  208. @cindex rtck
  209. Defined: @b{dongle}: A small device that plugins into a computer and serves as
  210. an adapter .... [snip]
  211. In the OpenOCD case, this generally refers to @b{a small adapater} one
  212. attaches to your computer via USB or the Parallel Printer Port. The
  213. execption being the Zylin ZY1000 which is a small box you attach via
  214. an ethernet cable.
  215. @section Choosing a Dongle
  216. There are three things you should keep in mind when choosing a dongle.
  217. @enumerate
  218. @item @b{Voltage} What voltage is your target? 1.8, 2.8, 3.3, or 5V? Does your dongle support it?
  219. @item @b{Connection} Printer Ports - Does your computer have one?
  220. @item @b{Connection} Is that long printer bit-bang cable practical?
  221. @item @b{RTCK} Do you require RTCK? Also known as ``adaptive clocking''
  222. @end enumerate
  223. @section Stand alone Systems
  224. @b{ZY1000} See: @url{http://www.zylin.com/zy1000.html} Technically, not a
  225. dongle, but a standalone box.
  226. @section USB FT2232 Based
  227. There are many USB jtag dongles on the market, many of them are based
  228. on a chip from ``Future Technology Devices International'' (FTDI)
  229. known as the FTDI FT2232.
  230. See: @url{http://www.ftdichip.com} or @url{http://www.ftdichip.com/Products/FT2232H.htm}
  231. As of 28/Nov/2008, the following are supported:
  232. @itemize @bullet
  233. @item @b{usbjtag}
  234. @* Link @url{http://www.hs-augsburg.de/~hhoegl/proj/usbjtag/usbjtag.html}
  235. @item @b{jtagkey}
  236. @* See: @url{http://www.amontec.com/jtagkey.shtml}
  237. @item @b{oocdlink}
  238. @* See: @url{http://www.oocdlink.com} By Joern Kaipf
  239. @item @b{signalyzer}
  240. @* See: @url{http://www.signalyzer.com}
  241. @item @b{evb_lm3s811}
  242. @* See: @url{http://www.luminarymicro.com} - The Luminary Micro Stellaris LM3S811 eval board has an FTD2232C chip built in.
  243. @item @b{olimex-jtag}
  244. @* See: @url{http://www.olimex.com}
  245. @item @b{flyswatter}
  246. @* See: @url{http://www.tincantools.com}
  247. @item @b{turtelizer2}
  248. @* See: @url{http://www.ethernut.de}, or @url{http://www.ethernut.de/en/hardware/turtelizer/index.html}
  249. @item @b{comstick}
  250. @* Link: @url{http://www.hitex.com/index.php?id=383}
  251. @item @b{stm32stick}
  252. @* Link @url{http://www.hitex.com/stm32-stick}
  253. @item @b{axm0432_jtag}
  254. @* Axiom AXM-0432 Link @url{http://www.axman.com}
  255. @end itemize
  256. @section USB JLINK based
  257. There are several OEM versions of the Segger @b{JLINK} adapter. It is
  258. an example of a micro controller based JTAG adapter, it uses an
  259. AT91SAM764 internally.
  260. @itemize @bullet
  261. @item @b{ATMEL SAMICE} Only works with ATMEL chips!
  262. @* Link: @url{http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3892}
  263. @item @b{SEGGER JLINK}
  264. @* Link: @url{http://www.segger.com/jlink.html}
  265. @item @b{IAR J-Link}
  266. @* Link: @url{http://www.iar.com/website1/1.0.1.0/369/1/index.php}
  267. @end itemize
  268. @section USB Other
  269. @itemize @bullet
  270. @item @b{USBprog}
  271. @* Link: @url{http://www.embedded-projects.net/usbprog} - which uses an Atmel MEGA32 and a UBN9604
  272. @item @b{USB - Presto}
  273. @* Link: @url{http://tools.asix.net/prg_presto.htm}
  274. @end itemize
  275. @section IBM PC Parallel Printer Port Based
  276. The two well known ``JTAG Parallel Ports'' cables are the Xilnx DLC5
  277. and the MacGraigor Wiggler. There are many clones and variations of
  278. these on the market.
  279. @itemize @bullet
  280. @item @b{Wiggler} - There are many clones of this.
  281. @* Link: @url{http://www.macraigor.com/wiggler.htm}
  282. @item @b{DLC5} - From XILINX - There are many clones of this
  283. @* Link: Search the web for: ``XILINX DLC5'' - it is no longer
  284. produced, PDF schematics are easily found and it is easy to make.
  285. @item @b{Amontec - JTAG Accelerator}
  286. @* Link: @url{http://www.amontec.com/jtag_accelerator.shtml}
  287. @item @b{GW16402}
  288. @* Link: @url{http://www.gateworks.com/products/avila_accessories/gw16042.php}
  289. @item @b{Wiggler2}
  290. @* Link: @url{http://www.ccac.rwth-aachen.de/~michaels/index.php/hardware/armjtag}
  291. @item @b{Wiggler_ntrst_inverted}
  292. @* Yet another variation - See the source code, src/jtag/parport.c
  293. @item @b{old_amt_wiggler}
  294. @* Unknown - probably not on the market today
  295. @item @b{arm-jtag}
  296. @* Link: Most likely @url{http://www.olimex.com/dev/arm-jtag.html} [another wiggler clone]
  297. @item @b{chameleon}
  298. @* Link: @url{http://www.amontec.com/chameleon.shtml}
  299. @item @b{Triton}
  300. @* Unknown.
  301. @item @b{Lattice}
  302. @* ispDownload from Lattice Semiconductor @url{http://www.latticesemi.com/lit/docs/devtools/dlcable.pdf}
  303. @item @b{flashlink}
  304. @* From ST Microsystems, link:
  305. @url{http://www.st.com/stonline/products/literature/um/7889.pdf}
  306. Title: FlashLINK JTAG programing cable for PSD and uPSD
  307. @end itemize
  308. @section Other...
  309. @itemize @bullet
  310. @item @b{ep93xx}
  311. @* An EP93xx based linux machine using the GPIO pins directly.
  312. @item @b{at91rm9200}
  313. @* Like the EP93xx - but an ATMEL AT91RM9200 based solution using the GPIO pins on the chip.
  314. @end itemize
  315. @node Running
  316. @chapter Running
  317. @cindex running OpenOCD
  318. @cindex --configfile
  319. @cindex --debug_level
  320. @cindex --logfile
  321. @cindex --search
  322. The @option{--help} option shows:
  323. @verbatim
  324. bash$ openocd --help
  325. --help | -h display this help
  326. --version | -v display OpenOCD version
  327. --file | -f use configuration file <name>
  328. --search | -s dir to search for config files and scripts
  329. --debug | -d set debug level <0-3>
  330. --log_output | -l redirect log output to file <name>
  331. --command | -c run <command>
  332. @end verbatim
  333. By default openocd reads the file configuration file ``openocd.cfg''
  334. in the current directory. To specify a different (or multiple)
  335. configuration file, you can use the ``-f'' option. For example:
  336. @example
  337. openocd -f config1.cfg -f config2.cfg -f config3.cfg
  338. @end example
  339. Once started, OpenOCD runs as a daemon, waiting for connections from
  340. clients (Telnet, GDB, Other).
  341. If you are having problems, you can enable internal debug messages via
  342. the ``-d'' option.
  343. Also it is possible to interleave commands w/config scripts using the
  344. @option{-c} command line switch.
  345. To enable debug output (when reporting problems or working on OpenOCD
  346. itself), use the @option{-d} command line switch. This sets the
  347. @option{debug_level} to "3", outputting the most information,
  348. including debug messages. The default setting is "2", outputting only
  349. informational messages, warnings and errors. You can also change this
  350. setting from within a telnet or gdb session using @option{debug_level
  351. <n>} @xref{debug_level}.
  352. You can redirect all output from the daemon to a file using the
  353. @option{-l <logfile>} switch.
  354. Search paths for config/script files can be added to OpenOCD by using
  355. the @option{-s <search>} switch. The current directory and the OpenOCD
  356. target library is in the search path by default.
  357. Note! OpenOCD will launch the GDB & telnet server even if it can not
  358. establish a connection with the target. In general, it is possible for
  359. the JTAG controller to be unresponsive until the target is set up
  360. correctly via e.g. GDB monitor commands in a GDB init script.
  361. @node Simple Configuration Files
  362. @chapter Simple Configuration Files
  363. @cindex configuration
  364. @section Outline
  365. There are 4 basic ways of ``configurating'' openocd to run, they are:
  366. @enumerate
  367. @item A small openocd.cfg file which ``sources'' other configuration files
  368. @item A monolithic openocd.cfg file
  369. @item Many -f filename options on the command line
  370. @item Your Mixed Solution
  371. @end enumerate
  372. @section Small configuration file method
  373. This is the prefered method, it is simple and is works well for many
  374. people. The developers of OpenOCD would encourage you to use this
  375. method. If you create a new configuration please email new
  376. configurations to the development list.
  377. Here is an example of an openocd.cfg file for an ATMEL at91sam7x256
  378. @example
  379. source [find interface/signalyzer.cfg]
  380. # Change the default telnet port...
  381. telnet_port 4444
  382. # GDB connects here
  383. gdb_port 3333
  384. # GDB can also flash my flash!
  385. gdb_memory_map enable
  386. gdb_flash_program enable
  387. source [find target/sam7x256.cfg]
  388. @end example
  389. There are many example configuration scripts you can work with. You
  390. should look in the directory: @t{$(INSTALLDIR)/lib/openocd}. You
  391. should find:
  392. @enumerate
  393. @item @b{board} - eval board level configurations
  394. @item @b{interface} - specific dongle configurations
  395. @item @b{target} - the target chips
  396. @item @b{tcl} - helper scripts
  397. @item @b{xscale} - things specific to the xscale.
  398. @end enumerate
  399. Look first in the ``boards'' area, then the ``targets'' area. Often a board
  400. configuration is a good example to work from.
  401. @section Many -f filename options
  402. Some believe this is a wonderful solution, others find it painful.
  403. You can use a series of ``-f filename'' options on the command line,
  404. OpenOCD will read each filename in sequence, for example:
  405. @example
  406. openocd -f file1.cfg -f file2.cfg -f file2.cfg
  407. @end example
  408. You can also intermix various commands with the ``-c'' command line
  409. option.
  410. @section Monolithic file
  411. The ``Monolithic File'' dispenses with all ``source'' statements and
  412. puts everything in one self contained (monolithic) file. This is not
  413. encouraged.
  414. Please try to ``source'' various files or use the multiple -f
  415. technique.
  416. @section Advice for you
  417. Often, one uses a ``mixed approach''. Where possible, please try to
  418. ``source'' common things, and if needed cut/paste parts of the
  419. standard distribution configuration files as needed.
  420. @b{REMEMBER:} The ``important parts'' of your configuration file are:
  421. @enumerate
  422. @item @b{Interface} - Defines the dongle
  423. @item @b{Taps} - Defines the JTAG Taps
  424. @item @b{GDB Targets} - What GDB talks to
  425. @item @b{Flash Programing} - Very Helpful
  426. @end enumerate
  427. Some key things you should look at and understand are:
  428. @enumerate
  429. @item The RESET configuration of your debug environment as a hole
  430. @item Is there a ``work area'' that that OpenOCD can use?
  431. @* For ARM - work areas mean up to 10x faster downloads.
  432. @item For MMU/MPU based ARM chips (ie: ARM9 and later) will that work area still be available?
  433. @item For complex targets (multiple chips) the JTAG SPEED becomes an issue.
  434. @end enumerate
  435. @node Config File Guidelines
  436. @chapter Config File Guidelines
  437. This section/chapter is aimed at developers and integrators of
  438. OpenOCD. These are guidelines for creating new boards and new target
  439. configurations as of 28/Nov/2008.
  440. However, you the user of OpenOCD should be some what familiar with
  441. this section as it should help explain some of the internals of what
  442. you might be looking at.
  443. The user should find under @t{$(INSTALLDIR)/lib/openocd} the
  444. following directories:
  445. @itemize @bullet
  446. @item @b{interface}
  447. @*Think JTAG Dongle. Files that configure the jtag dongle go here.
  448. @item @b{board}
  449. @* Thing Circuit Board, PWA, PCB, they go by many names. Board files
  450. contain initialization items that are specific to a board - for
  451. example: The SDRAM initialization sequence for the board, or the type
  452. of external flash and what address it is found at. Any initialization
  453. sequence to enable that external flash or sdram should be found in the
  454. board file. Boards may also contain multiple targets, ie: Two cpus, or
  455. a CPU and an FPGA or CPLD.
  456. @item @b{target}
  457. @* Think CHIP. The ``target'' directory represents a jtag tap (or
  458. chip) OpenOCD should control, not a board. Two common types of targets
  459. are ARM chips and FPGA or CPLD chips.
  460. @end itemize
  461. @b{If needed...} The user in their ``openocd.cfg'' file or the board
  462. file might override a specific feature in any of the above files by
  463. setting a variable or two before sourcing the target file. Or adding
  464. various commands specific to their situation.
  465. @section Interface Config Files
  466. The user should be able to source one of these files via a command like this:
  467. @example
  468. source [find interface/FOOBAR.cfg]
  469. Or:
  470. openocd -f interface/FOOBAR.cfg
  471. @end example
  472. A preconfigured interface file should exist for every interface in use
  473. today, that said, perhaps some interfaces have only been used by the
  474. sole developer who created it.
  475. @b{FIXME/NOTE:} We need to add support for a variable like TCL variable
  476. tcl_platform(platform), it should be called jim_platform (because it
  477. is jim, not real tcl) and it should contain 1 of 3 words: ``linux'',
  478. ``cygwin'' or ``mingw''
  479. Interface files should be found in @t{$(INSTALLDIR)/lib/openocd/interface}
  480. @section Board Config Files
  481. @b{Note: BOARD directory NEW as of 28/nov/2008}
  482. The user should be able to source one of these files via a command like this:
  483. @example
  484. source [find board/FOOBAR.cfg]
  485. Or:
  486. openocd -f board/FOOBAR.cfg
  487. @end example
  488. The board file should contain one or more @t{source [find
  489. target/FOO.cfg]} statements along with any board specific things.
  490. In summery the board files should contain (if present)
  491. @enumerate
  492. @item External flash configuration (ie: the flash on CS0)
  493. @item SDRAM configuration (size, speed, etc)
  494. @item Board specific IO configuration (ie: GPIO pins might disable a 2nd flash)
  495. @item Multiple TARGET source statements
  496. @item All things that are not ``inside a chip''
  497. @item Things inside a chip go in a 'target' file
  498. @end enumerate
  499. @section Target Config Files
  500. The user should be able to source one of these files via a command like this:
  501. @example
  502. source [find target/FOOBAR.cfg]
  503. Or:
  504. openocd -f target/FOOBAR.cfg
  505. @end example
  506. In summery the target files should contain
  507. @enumerate
  508. @item Set Defaults
  509. @item Create Taps
  510. @item Reset Configuration
  511. @item Work Areas
  512. @item CPU/Chip/CPU-Core Specific features
  513. @item OnChip Flash
  514. @end enumerate
  515. @subsection Important variable names
  516. By default, the end user should never need to set these
  517. variables. However, if the user needs to override a setting they only
  518. need to set the variable in a simple way.
  519. @itemize @bullet
  520. @item @b{CHIPNAME}
  521. @* This gives a name to the overall chip, and is used as part of the
  522. tap identifier dotted name.
  523. @item @b{ENDIAN}
  524. @* By default little - unless the chip or board is not normally used that way.
  525. @item @b{CPUTAPID}
  526. @* When OpenOCD examines the JTAG chain, it will attempt to identify
  527. every chip. If the @t{-expected-id} is nonzero, OpenOCD attempts
  528. to verify the tap id number verses configuration file and may issue an
  529. error or warning like this. The hope is this will help pin point
  530. problem openocd configurations.
  531. @example
  532. Info: JTAG tap: sam7x256.cpu tap/device found: 0x3f0f0f0f (Manufacturer: 0x787, Part: 0xf0f0, Version: 0x3)
  533. Error: ERROR: Tap: sam7x256.cpu - Expected id: 0x12345678, Got: 0x3f0f0f0f
  534. Error: ERROR: expected: mfg: 0x33c, part: 0x2345, ver: 0x1
  535. Error: ERROR: got: mfg: 0x787, part: 0xf0f0, ver: 0x3
  536. @end example
  537. @item @b{_TARGETNAME}
  538. @* By convention, this variable is created by the target configuration
  539. script. The board configuration file may make use of this variable to
  540. configure things like a ``reset init'' script, or other things
  541. specific to that board and that target.
  542. If the chip has 2 targets, use the names @b{_TARGETNAME0},
  543. @b{_TARGETNAME1}, ... etc.
  544. @b{Remember:} The ``board file'' may include multiple targets.
  545. At no time should the name ``target0'' (the default target name if
  546. none was specified) be used. The name ``target0'' is a hard coded name
  547. - the next target on the board will be some other number.
  548. The user (or board file) should reasonably be able to:
  549. @example
  550. source [find target/FOO.cfg]
  551. $_TARGETNAME configure ... FOO specific parameters
  552. source [find target/BAR.cfg]
  553. $_TARGETNAME configure ... BAR specific parameters
  554. @end example
  555. @end itemize
  556. @subsection TCL Variables Guide Line
  557. The Full Tcl/Tk language supports ``namespaces'' - JIM-Tcl does not.
  558. Thus the rule we follow in OpenOCD is this: Variables that begin with
  559. a leading underscore are temporal in nature, and can be modified and
  560. used at will within a ?TARGET? configuration file
  561. @b{EXAMPLE:} The user should be able to do this:
  562. @example
  563. # Board has 3 chips,
  564. # PXA270 #1 network side, big endian
  565. # PXA270 #2 video side, little endian
  566. # Xilinx Glue logic
  567. set CHIPNAME network
  568. set ENDIAN big
  569. source [find target/pxa270.cfg]
  570. # variable: _TARGETNAME = network.cpu
  571. # other commands can refer to the "network.cpu" tap.
  572. $_TARGETNAME configure .... params for this cpu..
  573. set ENDIAN little
  574. set CHIPNAME video
  575. source [find target/pxa270.cfg]
  576. # variable: _TARGETNAME = video.cpu
  577. # other commands can refer to the "video.cpu" tap.
  578. $_TARGETNAME configure .... params for this cpu..
  579. unset ENDIAN
  580. set CHIPNAME xilinx
  581. source [find target/spartan3.cfg]
  582. # Since $_TARGETNAME is temporal..
  583. # these names still work!
  584. network.cpu configure ... params
  585. video.cpu configure ... params
  586. @end example
  587. @subsection Default Value Boiler Plate Code
  588. All target configuration files should start with this (or a modified form)
  589. @example
  590. # SIMPLE example
  591. if @{ [info exists CHIPNAME] @} @{
  592. set _CHIPNAME $CHIPNAME
  593. @} else @{
  594. set _CHIPNAME sam7x256
  595. @}
  596. if @{ [info exists ENDIAN] @} @{
  597. set _ENDIAN $ENDIAN
  598. @} else @{
  599. set _ENDIAN little
  600. @}
  601. if @{ [info exists CPUTAPID ] @} @{
  602. set _CPUTAPID $CPUTAPID
  603. @} else @{
  604. set _CPUTAPID 0x3f0f0f0f
  605. @}
  606. @end example
  607. @subsection Creating Taps
  608. After the ``defaults'' are choosen, [see above], the taps are created.
  609. @b{SIMPLE example:} such as an Atmel AT91SAM7X256
  610. @example
  611. # for an ARM7TDMI.
  612. set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
  613. jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID
  614. @end example
  615. @b{COMPLEX example:}
  616. This is an SNIP/example for an STR912 - which has 3 internal taps. Key features shown:
  617. @enumerate
  618. @item @b{Unform tap names} - See: Tap Naming Convention
  619. @item @b{_TARGETNAME} is created at the end where used.
  620. @end enumerate
  621. @example
  622. if @{ [info exists FLASHTAPID ] @} @{
  623. set _FLASHTAPID $FLASHTAPID
  624. @} else @{
  625. set _FLASHTAPID 0x25966041
  626. @}
  627. jtag newtap $_CHIPNAME flash -irlen 8 -ircapture 0x1 -irmask 0x1 -expected-id $_FLASHTAPID
  628. if @{ [info exists CPUTAPID ] @} @{
  629. set _CPUTAPID $CPUTAPID
  630. @} else @{
  631. set _CPUTAPID 0x25966041
  632. @}
  633. jtag newtap $_CHIPNAME cpu -irlen 4 -ircapture 0xf -irmask 0xe -expected-id $_CPUTAPID
  634. if @{ [info exists BSTAPID ] @} @{
  635. set _BSTAPID $BSTAPID
  636. @} else @{
  637. set _BSTAPID 0x1457f041
  638. @}
  639. jtag newtap $_CHIPNAME bs -irlen 5 -ircapture 0x1 -irmask 0x1 -expected-id $_BSTAPID
  640. set _TARGETNAME [format "%s.cpu" $_CHIPNAME]
  641. @end example
  642. @b{Tap Naming Convention}
  643. See the command ``jtag newtap'' for detail, but in breif the names you should use are:
  644. @itemize @bullet
  645. @item @b{tap}
  646. @item @b{cpu}
  647. @item @b{flash}
  648. @item @b{bs}
  649. @item @b{jrc}
  650. @item @b{unknownN} - it happens :-(
  651. @end itemize
  652. @subsection Reset Configuration
  653. Some chips have specific ways the TRST and SRST signals are
  654. managed. If these are @b{CHIP SPECIFIC} they go here, if they are
  655. @b{BOARD SPECIFIC} they go in the board file.
  656. @subsection Work Areas
  657. Work areas are small RAM areas used by OpenOCD to speed up downloads,
  658. and to download small snippits of code to program flash chips.
  659. If the chip includes an form of ``on-chip-ram'' - and many do - define
  660. a reasonable work area and use the ``backup'' option.
  661. @b{PROBLEMS:} On more complex chips, this ``work area'' may become
  662. inaccessable if/when the application code enables or disables the MMU.
  663. @subsection ARM Core Specific Hacks
  664. If the chip has a DCC, enable it. If the chip is an arm9 with some
  665. special high speed download - enable it.
  666. If the chip has an ARM ``vector catch'' feature - by defeault enable
  667. it for Undefined Instructions, Data Abort, and Prefetch Abort, if the
  668. user is really writing a handler for those situations - they can
  669. easily disable it. Experiance has shown the ``vector catch'' is
  670. helpful - for common programing errors.
  671. If present, the MMU, the MPU and the CACHE should be disabled.
  672. @subsection Internal Flash Configuration
  673. This applies @b{ONLY TO MICROCONTROLLERS} that have flash built in.
  674. @b{Never ever} in the ``target configuration file'' define any type of
  675. flash that is external to the chip. (For example the BOOT flash on
  676. Chip Select 0). The BOOT flash information goes in a board file - not
  677. the TARGET (chip) file.
  678. Examples:
  679. @itemize @bullet
  680. @item at91sam7x256 - has 256K flash YES enable it.
  681. @item str912 - has flash internal YES enable it.
  682. @item imx27 - uses boot flash on CS0 - it goes in the board file.
  683. @item pxa270 - again - CS0 flash - it goes in the board file.
  684. @end itemize
  685. @node About JIM-Tcl
  686. @chapter About JIM-Tcl
  687. @cindex JIM Tcl
  688. @cindex tcl
  689. OpenOCD includes a small ``TCL Interpreter'' known as JIM-TCL. You can
  690. learn more about JIM here: @url{http://jim.berlios.de}
  691. @itemize @bullet
  692. @item @b{JIM vrs TCL}
  693. @* JIM-TCL is a stripped down version of the well known Tcl language,
  694. which can be found here: @url{http://www.tcl.tk}. JIM-Tcl has far
  695. fewer features. JIM-Tcl is a single .C file and a single .H file and
  696. impliments the basic TCL command set along. In contrast: Tcl 8.6 is a
  697. 4.2MEG zip file containing 1540 files.
  698. @item @b{Missing Features}
  699. @* Our practice has been: Add/clone the Real TCL feature if/when
  700. needed. We welcome JIM Tcl improvements, not bloat.
  701. @item @b{Scripts}
  702. @* OpenOCD configuration scripts are JIM Tcl Scripts. OpenOCD's
  703. command interpretor today (28/nov/2008) is a mixture of (newer)
  704. JIM-Tcl commands, and (older) the orginal command interpretor.
  705. @item @b{Commands}
  706. @* At the openocd telnet command line (or via the GDB mon command) one
  707. can type a Tcl for() loop, set variables, etc.
  708. @item @b{Historical Note}
  709. @* JIM-Tcl was introduced to OpenOCD in Spring 2008.
  710. @item @b{Need a Crash Course In TCL?}
  711. @* See: @xref{TCL Crash Course}.
  712. @end itemize
  713. @node Daemon Configuration
  714. @chapter Daemon Configuration
  715. The commands here are commonly found inthe openocd.cfg file and are
  716. used to specify what TCP/IP ports are used, and how GDB should be
  717. supported.
  718. @section init
  719. @cindex init
  720. This command terminates the configuration stage and
  721. enters the normal command mode. This can be useful to add commands to
  722. the startup scripts and commands such as resetting the target,
  723. programming flash, etc. To reset the CPU upon startup, add "init" and
  724. "reset" at the end of the config script or at the end of the OpenOCD
  725. command line using the @option{-c} command line switch.
  726. If this command does not appear in any startup/configuration file
  727. OpenOCD executes the command for you after processing all
  728. configuration files and/or command line options.
  729. @b{NOTE:} This command normally occurs at or near the end of your
  730. openocd.cfg file to force OpenOCD to ``initialize'' and make the
  731. targets ready. For example: If your openocd.cfg file needs to
  732. read/write memory on your target - the init command must occur before
  733. the memory read/write commands.
  734. @section TCP/IP Ports
  735. @itemize @bullet
  736. @item @b{telnet_port} <@var{number}>
  737. @cindex telnet_port
  738. @*Intended for a human. Port on which to listen for incoming telnet connections.
  739. @item @b{tcl_port} <@var{number}>
  740. @cindex tcl_port
  741. @*Intended as a machine interface. Port on which to listen for
  742. incoming TCL syntax. This port is intended as a simplified RPC
  743. connection that can be used by clients to issue commands and get the
  744. output from the TCL engine.
  745. @item @b{gdb_port} <@var{number}>
  746. @cindex gdb_port
  747. @*First port on which to listen for incoming GDB connections. The GDB port for the
  748. first target will be gdb_port, the second target will listen on gdb_port + 1, and so on.
  749. @end itemize
  750. @section GDB Items
  751. @itemize @bullet
  752. @item @b{gdb_breakpoint_override} <@var{hard|soft|disabled}>
  753. @cindex gdb_breakpoint_override
  754. @anchor{gdb_breakpoint_override}
  755. @*Force breakpoint type for gdb 'break' commands.
  756. The raison d'etre for this option is to support GDB GUI's without
  757. a hard/soft breakpoint concept where the default OpenOCD and
  758. GDB behaviour is not sufficient. Note that GDB will use hardware
  759. breakpoints if the memory map has been set up for flash regions.
  760. This option replaces older arm7_9 target commands that addressed
  761. the same issue.
  762. @item @b{gdb_detach} <@var{resume|reset|halt|nothing}>
  763. @cindex gdb_detach
  764. @*Configures what OpenOCD will do when gdb detaches from the daeman.
  765. Default behaviour is <@var{resume}>
  766. @item @b{gdb_memory_map} <@var{enable|disable}>
  767. @cindex gdb_memory_map
  768. @*Set to <@var{enable}> to cause OpenOCD to send the memory configuration to gdb when
  769. requested. gdb will then know when to set hardware breakpoints, and program flash
  770. using the gdb load command. @option{gdb_flash_program enable} will also need enabling
  771. for flash programming to work.
  772. Default behaviour is <@var{enable}>
  773. @xref{gdb_flash_program}.
  774. @item @b{gdb_flash_program} <@var{enable|disable}>
  775. @cindex gdb_flash_program
  776. @anchor{gdb_flash_program}
  777. @*Set to <@var{enable}> to cause OpenOCD to program the flash memory when a
  778. vFlash packet is received.
  779. Default behaviour is <@var{enable}>
  780. @comment END GDB Items
  781. @end itemize
  782. @node Interface - Dongle Configuration
  783. @chapter Interface - Dongle Configuration
  784. Interface commands are normally found in an interface configuration
  785. file which is sourced by your openocd.cfg file. These commands tell
  786. OpenOCD what type of JTAG dongle you have and how to talk to it.
  787. @section Simple Complete Interface Examples
  788. @b{A Turtelizer FT2232 Based JTAG Dongle}
  789. @verbatim
  790. #interface
  791. interface ft2232
  792. ft2232_device_desc "Turtelizer JTAG/RS232 Adapter A"
  793. ft2232_layout turtelizer2
  794. ft2232_vid_pid 0x0403 0xbdc8
  795. @end verbatim
  796. @b{A SEGGER Jlink}
  797. @verbatim
  798. # jlink interface
  799. interface jlink
  800. @end verbatim
  801. @b{Parallel Port}
  802. @verbatim
  803. interface parport
  804. parport_port 0xc8b8
  805. parport_cable wiggler
  806. jtag_speed 0
  807. @end verbatim
  808. @section Interface Conmmand
  809. The interface command tells OpenOCD what type of jtag dongle you are
  810. using. Depending upon the type of dongle, you may need to have one or
  811. more additional commands.
  812. @itemize @bullet
  813. @item @b{interface} <@var{name}>
  814. @cindex interface
  815. @*Use the interface driver <@var{name}> to connect to the
  816. target. Currently supported interfaces are
  817. @itemize @minus
  818. @item @b{parport}
  819. @* PC parallel port bit-banging (Wigglers, PLD download cable, ...)
  820. @item @b{amt_jtagaccel}
  821. @* Amontec Chameleon in its JTAG Accelerator configuration connected to a PC's EPP
  822. mode parallel port
  823. @item @b{ft2232}
  824. @* FTDI FT2232 (USB) based devices using either the open-source libftdi or the binary only
  825. FTD2XX driver. The FTD2XX is superior in performance, but not available on every
  826. platform. The libftdi uses libusb, and should be portable to all systems that provide
  827. libusb.
  828. @item @b{ep93xx}
  829. @*Cirrus Logic EP93xx based single-board computer bit-banging (in development)
  830. @item @b{presto}
  831. @* ASIX PRESTO USB JTAG programmer.
  832. @item @b{usbprog}
  833. @* usbprog is a freely programmable USB adapter.
  834. @item @b{gw16012}
  835. @* Gateworks GW16012 JTAG programmer.
  836. @item @b{jlink}
  837. @* Segger jlink usb adapter
  838. @comment - End parameters
  839. @end itemize
  840. @comment - End Interface
  841. @end itemize
  842. @subsection parport options
  843. @itemize @bullet
  844. @item @b{parport_port} <@var{number}>
  845. @cindex parport_port
  846. @*Either the address of the I/O port (default: 0x378 for LPT1) or the number of
  847. the @file{/dev/parport} device
  848. When using PPDEV to access the parallel port, use the number of the parallel port:
  849. @option{parport_port 0} (the default). If @option{parport_port 0x378} is specified
  850. you may encounter a problem.
  851. @item @b{parport_cable} <@var{name}>
  852. @cindex parport_cable
  853. @*The layout of the parallel port cable used to connect to the target.
  854. Currently supported cables are
  855. @itemize @minus
  856. @item @b{wiggler}
  857. @cindex wiggler
  858. The original Wiggler layout, also supported by several clones, such
  859. as the Olimex ARM-JTAG
  860. @item @b{wiggler2}
  861. @cindex wiggler2
  862. Same as original wiggler except an led is fitted on D5.
  863. @item @b{wiggler_ntrst_inverted}
  864. @cindex wiggler_ntrst_inverted
  865. Same as original wiggler except TRST is inverted.
  866. @item @b{old_amt_wiggler}
  867. @cindex old_amt_wiggler
  868. The Wiggler configuration that comes with Amontec's Chameleon Programmer. The new
  869. version available from the website uses the original Wiggler layout ('@var{wiggler}')
  870. @item @b{chameleon}
  871. @cindex chameleon
  872. The Amontec Chameleon's CPLD when operated in configuration mode. This is only used to
  873. program the Chameleon itself, not a connected target.
  874. @item @b{dlc5}
  875. @cindex dlc5
  876. The Xilinx Parallel cable III.
  877. @item @b{triton}
  878. @cindex triton
  879. The parallel port adapter found on the 'Karo Triton 1 Development Board'.
  880. This is also the layout used by the HollyGates design
  881. (see @uref{http://www.lartmaker.nl/projects/jtag/}).
  882. @item @b{flashlink}
  883. @cindex flashlink
  884. The ST Parallel cable.
  885. @item @b{arm-jtag}
  886. @cindex arm-jtag
  887. Same as original wiggler except SRST and TRST connections reversed and
  888. TRST is also inverted.
  889. @item @b{altium}
  890. @cindex altium
  891. Altium Universal JTAG cable.
  892. @end itemize
  893. @item @b{parport_write_on_exit} <@var{on}|@var{off}>
  894. @cindex parport_write_on_exit
  895. @*This will configure the parallel driver to write a known value to the parallel
  896. interface on exiting OpenOCD
  897. @end itemize
  898. @subsection amt_jtagaccel options
  899. @itemize @bullet
  900. @item @b{parport_port} <@var{number}>
  901. @cindex parport_port
  902. @*Either the address of the I/O port (default: 0x378 for LPT1) or the number of the
  903. @file{/dev/parport} device
  904. @end itemize
  905. @subsection ft2232 options
  906. @itemize @bullet
  907. @item @b{ft2232_device_desc} <@var{description}>
  908. @cindex ft2232_device_desc
  909. @*The USB device description of the FTDI FT2232 device. If not
  910. specified, the FTDI default value is used. This setting is only valid
  911. if compiled with FTD2XX support.
  912. @b{TODO:} Confirm the following: On windows the name needs to end with
  913. a ``space A''? Or not? It has to do with the FTD2xx driver. When must
  914. this be added and when must it not be added? Why can't the code in the
  915. interface or in openocd automatically add this if needed? -- Duane.
  916. @item @b{ft2232_serial} <@var{serial-number}>
  917. @cindex ft2232_serial
  918. @*The serial number of the FTDI FT2232 device. If not specified, the FTDI default
  919. values are used.
  920. @item @b{ft2232_layout} <@var{name}>
  921. @cindex ft2232_layout
  922. @*The layout of the FT2232 GPIO signals used to control output-enables and reset
  923. signals. Valid layouts are
  924. @itemize @minus
  925. @item @b{usbjtag}
  926. "USBJTAG-1" layout described in the original OpenOCD diploma thesis
  927. @item @b{jtagkey}
  928. Amontec JTAGkey and JTAGkey-tiny
  929. @item @b{signalyzer}
  930. Signalyzer
  931. @item @b{olimex-jtag}
  932. Olimex ARM-USB-OCD
  933. @item @b{m5960}
  934. American Microsystems M5960
  935. @item @b{evb_lm3s811}
  936. Luminary Micro EVB_LM3S811 as a JTAG interface (not onboard processor), no TRST or
  937. SRST signals on external connector
  938. @item @b{comstick}
  939. Hitex STR9 comstick
  940. @item @b{stm32stick}
  941. Hitex STM32 Performance Stick
  942. @item @b{flyswatter}
  943. Tin Can Tools Flyswatter
  944. @item @b{turtelizer2}
  945. egnite Software turtelizer2
  946. @item @b{oocdlink}
  947. OOCDLink
  948. @item @b{axm0432_jtag}
  949. Axiom AXM-0432
  950. @end itemize
  951. @item @b{ft2232_vid_pid} <@var{vid}> <@var{pid}>
  952. @*The vendor ID and product ID of the FTDI FT2232 device. If not specified, the FTDI
  953. default values are used. Multiple <@var{vid}>, <@var{pid}> pairs may be given, eg.
  954. @example
  955. ft2232_vid_pid 0x0403 0xcff8 0x15ba 0x0003
  956. @end example
  957. @item @b{ft2232_latency} <@var{ms}>
  958. @*On some systems using ft2232 based JTAG interfaces the FT_Read function call in
  959. ft2232_read() fails to return the expected number of bytes. This can be caused by
  960. USB communication delays and has proved hard to reproduce and debug. Setting the
  961. FT2232 latency timer to a larger value increases delays for short USB packages but it
  962. also reduces the risk of timeouts before receiving the expected number of bytes.
  963. The OpenOCD default value is 2 and for some systems a value of 10 has proved useful.
  964. @end itemize
  965. @subsection ep93xx options
  966. @cindex ep93xx options
  967. Currently, there are no options available for the ep93xx interface.
  968. @section JTAG Speed
  969. @itemize @bullet
  970. @item @b{jtag_khz} <@var{reset speed kHz}>
  971. @cindex jtag_khz
  972. It is debatable if this command belongs here - or in a board
  973. configuration file. In fact, in some situations the jtag speed is
  974. changed during the target initialization process (ie: (1) slow at
  975. reset, (2) program the cpu clocks, (3) run fast)
  976. Speed 0 (khz) selects RTCK method. A non-zero speed is in KHZ. Hence: 3000 is 3mhz.
  977. Not all interfaces support ``rtck''. If the interface device can not
  978. support the rate asked for, or can not translate from kHz to
  979. jtag_speed, then an error is returned.
  980. Make sure the jtag clock is no more than @math{1/6th × CPU-Clock}. This is
  981. especially true for synthesized cores (-S). Also see RTCK.
  982. @b{NOTE: Script writers} If the target chip requires/uses RTCK -
  983. please use the command: 'jtag_rclk FREQ'. This TCL proc (in
  984. startup.tcl) attempts to enable RTCK, if that fails it falls back to
  985. the specified frequency.
  986. @example
  987. # Fall back to 3mhz if RCLK is not supported
  988. jtag_rclk 3000
  989. @end example
  990. @item @b{DEPRICATED} @b{jtag_speed} - please use jtag_khz above.
  991. @cindex jtag_speed
  992. @*Limit the maximum speed of the JTAG interface. Usually, a value of zero means maximum
  993. speed. The actual effect of this option depends on the JTAG interface used.
  994. The speed used during reset can be adjusted using setting jtag_speed during
  995. pre_reset and post_reset events.
  996. @itemize @minus
  997. @item wiggler: maximum speed / @var{number}
  998. @item ft2232: 6MHz / (@var{number}+1)
  999. @item amt jtagaccel: 8 / 2**@var{number}
  1000. @item jlink: maximum speed in kHz (0-12000), 0 will use RTCK
  1001. @comment end speed list.
  1002. @end itemize
  1003. @comment END command list
  1004. @end itemize
  1005. @node Reset Configuration
  1006. @chapter Reset Configuration
  1007. @cindex reset configuration
  1008. Every system configuration may require a different reset
  1009. configuration. This can also be quite confusing. Please see the
  1010. various board files for example.
  1011. @section jtag_nsrst_delay <@var{ms}>
  1012. @cindex jtag_nsrst_delay
  1013. @*How long (in milliseconds) OpenOCD should wait after deasserting
  1014. nSRST before starting new JTAG operations.
  1015. @section jtag_ntrst_delay <@var{ms}>
  1016. @cindex jtag_ntrst_delay
  1017. @*Same @b{jtag_nsrst_delay}, but for nTRST
  1018. The jtag_n[st]rst_delay options are useful if reset circuitry (like a
  1019. big resistor/capacitor, reset supervisor, or on-chip features). This
  1020. keeps the signal asserted for some time after the external reset got
  1021. deasserted.
  1022. @section reset_config
  1023. @b{Note:} To maintainer types and integrators. Where exactly the
  1024. ``reset configuration'' goes is a good question. It touches several
  1025. things at once. In the end, if you have a board file - the board file
  1026. should define it and assume 100% that the DONGLE supports
  1027. anything. However, that does not mean the target should not also make
  1028. not of something the silicon vendor has done inside the
  1029. chip. @i{Grr.... nothing is every pretty.}
  1030. @* @b{Problems:}
  1031. @enumerate
  1032. @item Every JTAG Dongle is slightly different, some dongles impliment reset differently.
  1033. @item Every board is also slightly different; some boards tie TRST and SRST together.
  1034. @item Every chip is slightly different; some chips internally tie the two signals together.
  1035. @item Some may not impliment all of the signals the same way.
  1036. @item Some signals might be push-pull, others open-drain/collector.
  1037. @end enumerate
  1038. @b{Best Case:} OpenOCD can hold the SRST (push-button-reset), then
  1039. reset the TAP via TRST and send commands through the JTAG tap to halt
  1040. the CPU at the reset vector before the 1st instruction is executed,
  1041. and finally release the SRST signal.
  1042. @*Depending upon your board vendor, your chip vendor, etc, these
  1043. signals may have slightly different names.
  1044. OpenOCD defines these signals in these terms:
  1045. @itemize @bullet
  1046. @item @b{TRST} - is Tap Reset - and should reset only the TAP.
  1047. @item @b{SRST} - is System Reset - typically equal to a reset push button.
  1048. @end itemize
  1049. The Command:
  1050. @itemize @bullet
  1051. @item @b{reset_config} <@var{signals}> [@var{combination}] [@var{trst_type}] [@var{srst_type}]
  1052. @cindex reset_config
  1053. @* The @t{reset_config} command tells OpenOCD the reset configuration
  1054. of your combination of Dongle, Board, and Chips.
  1055. If the JTAG interface provides SRST, but the target doesn't connect
  1056. that signal properly, then OpenOCD can't use it. <@var{signals}> can
  1057. be @option{none}, @option{trst_only}, @option{srst_only} or
  1058. @option{trst_and_srst}.
  1059. [@var{combination}] is an optional value specifying broken reset
  1060. signal implementations. @option{srst_pulls_trst} states that the
  1061. testlogic is reset together with the reset of the system (e.g. Philips
  1062. LPC2000, "broken" board layout), @option{trst_pulls_srst} says that
  1063. the system is reset together with the test logic (only hypothetical, I
  1064. haven't seen hardware with such a bug, and can be worked around).
  1065. @option{combined} imples both @option{srst_pulls_trst} and
  1066. @option{trst_pulls_srst}. The default behaviour if no option given is
  1067. @option{separate}.
  1068. The [@var{trst_type}] and [@var{srst_type}] parameters allow the
  1069. driver type of the reset lines to be specified. Possible values are
  1070. @option{trst_push_pull} (default) and @option{trst_open_drain} for the
  1071. test reset signal, and @option{srst_open_drain} (default) and
  1072. @option{srst_push_pull} for the system reset. These values only affect
  1073. JTAG interfaces with support for different drivers, like the Amontec
  1074. JTAGkey and JTAGAccelerator.
  1075. @comment - end command
  1076. @end itemize
  1077. @node Tap Creation
  1078. @chapter Tap Creation
  1079. @cindex tap creation
  1080. @cindex tap configuration
  1081. In order for OpenOCD to control a target, a JTAG tap must be
  1082. defined/created.
  1083. Commands to create taps are normally found in a configuration file and
  1084. are not normally typed by a human.
  1085. When a tap is created a @b{dotted.name} is created for the tap. Other
  1086. commands use that dotted.name to manipulate or refer to the tap.
  1087. Tap Uses:
  1088. @itemize @bullet
  1089. @item @b{Debug Target} A tap can be used by a GDB debug target
  1090. @item @b{Flash Programing} Some chips program the flash via JTAG
  1091. @item @b{Boundry Scan} Some chips support boundry scan.
  1092. @end itemize
  1093. @section jtag newtap
  1094. @b{@t{jtag newtap CHIPNAME TAPNAME configparams ....}}
  1095. @cindex jtag_device
  1096. @cindex jtag newtap
  1097. @cindex tap
  1098. @cindex tap order
  1099. @cindex tap geometry
  1100. @comment START options
  1101. @itemize @bullet
  1102. @item @b{CHIPNAME}
  1103. @* is a symbolic name of the chip.
  1104. @item @b{TAPNAME}
  1105. @* is a symbol name of a tap present on the chip.
  1106. @item @b{Required configparams}
  1107. @* Every tap has 3 required configparams, and several ``optional
  1108. parameters'', the required parameters are:
  1109. @comment START REQUIRED
  1110. @itemize @bullet
  1111. @item @b{-irlen NUMBER} - the length in bits of the instruction register
  1112. @item @b{-ircapture NUMBER} - the ID code capture command.
  1113. @item @b{-irmask NUMBER} - the corrisponding mask for the ir register.
  1114. @comment END REQUIRED
  1115. @end itemize
  1116. An example of a FOOBAR Tap
  1117. @example
  1118. jtag newtap foobar tap -irlen 7 -ircapture 0x42 -irmask 0x55
  1119. @end example
  1120. Creates the tap ``foobar.tap'' with the instruction register (IR) is 7
  1121. bits long, during Capture-IR 0x42 is loaded into the IR, and bits
  1122. [6,4,2,0] are checked.
  1123. FIXME: The IDCODE - this was not used in the old code, it should be?
  1124. Right? -Duane.
  1125. @item @b{Optional configparams}
  1126. @comment START Optional
  1127. @itemize @bullet
  1128. @item @b{-expected-id NUMBER}
  1129. @* By default it is zero. If non-zero represents the
  1130. expected tap ID used when the Jtag Chain is examined. See below.
  1131. @item @b{-disable}
  1132. @item @b{-enable}
  1133. @* By default not specified the tap is enabled. Some chips have a
  1134. jtag route controller (JRC) that is used to enable and/or disable
  1135. specific jtag taps. You can later enable or disable any JTAG tap via
  1136. the command @b{jtag tapenable DOTTED.NAME} or @b{jtag tapdisable
  1137. DOTTED.NAME}
  1138. @comment END Optional
  1139. @end itemize
  1140. @comment END OPTIONS
  1141. @end itemize
  1142. @b{Notes:}
  1143. @comment START NOTES
  1144. @itemize @bullet
  1145. @item @b{Technically}
  1146. @* newtap is a sub command of the ``jtag'' command
  1147. @item @b{Big Picture Background}
  1148. @*GDB Talks to OpenOCD using the GDB protocol via
  1149. tcpip. OpenOCD then uses the JTAG interface (the dongle) to
  1150. control the JTAG chain on your board. Your board has one or more chips
  1151. in a @i{daisy chain configuration}. Each chip may have one or more
  1152. jtag taps. GDB ends up talking via OpenOCD to one of the taps.
  1153. @item @b{NAME Rules}
  1154. @*Names follow ``C'' symbol name rules (start with alpha ...)
  1155. @item @b{TAPNAME - Conventions}
  1156. @itemize @bullet
  1157. @item @b{tap} - should be used only FPGA or CPLD like devices with a single tap.
  1158. @item @b{cpu} - the main cpu of the chip, alternatively @b{foo.arm} and @b{foo.dsp}
  1159. @item @b{flash} - if the chip has a flash tap, example: str912.flash
  1160. @item @b{bs} - for boundary scan if this is a seperate tap.
  1161. @item @b{jrc} - for jtag route controller (example: OMAP3530 found on Beagleboards)
  1162. @item @b{unknownN} - where N is a number if you have no idea what the tap is for
  1163. @item @b{Other names} - Freescale IMX31 has a SDMA (smart dma) with a JTAG tap, that tap should be called the ``sdma'' tap.
  1164. @item @b{When in doubt} - use the chip makers name in their data sheet.
  1165. @end itemize
  1166. @item @b{DOTTED.NAME}
  1167. @* @b{CHIPNAME}.@b{TAPNAME} creates the tap name, aka: the
  1168. @b{Dotted.Name} is the @b{CHIPNAME} and @b{TAPNAME} combined with a
  1169. dot (period); for example: @b{xilinx.tap}, @b{str912.flash},
  1170. @b{omap3530.jrc}, or @b{stm32.cpu} The @b{dotted.name} is used in
  1171. numerous other places to refer to various taps.
  1172. @item @b{ORDER}
  1173. @* The order this command appears via the config files is
  1174. important.
  1175. @item @b{Multi Tap Example}
  1176. @* This example is based on the ST Microsystems STR912. See the ST
  1177. document titled: @b{STR91xFAxxx, Section 3.15 Jtag Interface, Page:
  1178. 28/102, Figure 3: Jtag chaining inside the STR91xFA}.
  1179. @url{http://eu.st.com/stonline/products/literature/ds/13495.pdf}
  1180. @*@b{checked: 28/nov/2008}
  1181. The diagram shows the TDO pin connects to the flash tap, flash TDI
  1182. connects to the CPU debug tap, CPU TDI connects to the boundary scan
  1183. tap which then connects to the TDI pin.
  1184. @example
  1185. # The order is...
  1186. # create tap: 'str912.flash'
  1187. jtag newtap str912 flash ... params ...
  1188. # create tap: 'str912.cpu'
  1189. jtag newtap str912 cpu ... params ...
  1190. # create tap: 'str912.bs'
  1191. jtag newtap str912 bs ... params ...
  1192. @end example
  1193. @item @b{Note: Deprecated} - Index Numbers
  1194. @* Prior to 28/nov/2008, JTAG taps where numbered from 0..N this
  1195. feature is still present, however its use is highly discouraged and
  1196. should not be counted upon.
  1197. @item @b{Multiple chips}
  1198. @* If your board has multiple chips, you should be
  1199. able to @b{source} two configuration files, in the proper order, and
  1200. have the taps created in the proper order.
  1201. @comment END NOTES
  1202. @end itemize
  1203. @comment at command level
  1204. @comment DOCUMENT old command
  1205. @section jtag_device - REMOVED
  1206. @example
  1207. @b{jtag_device} <@var{IR length}> <@var{IR capture}> <@var{IR mask}> <@var{IDCODE instruction}>
  1208. @end example
  1209. @cindex jtag_device
  1210. @* @b{Removed: 28/nov/2008} This command has been removed and replaced
  1211. by the ``jtag newtap'' command. The documentation remains here so that
  1212. one can easily convert the old syntax to the new syntax. About the old
  1213. syntax: The old syntax is positional, ie: The 4th parameter is the
  1214. ``irmask'' The new syntax requires named prefixes, and supports
  1215. additional options, for example ``-irmask 4'' Please refer to the
  1216. @b{jtag newtap} command for deails.
  1217. @example
  1218. OLD: jtag_device 8 0x01 0x0e3 0xfe
  1219. NEW: jtag newtap CHIPNAME TAPNAME -irlen 8 -ircapture 0xe3 -irmask 0xfe
  1220. @end example
  1221. @section Enable/Disable Taps
  1222. @b{Note:} These commands are intended to be used as a machine/script
  1223. interface. Humans might find the ``scan_chain'' command more helpful
  1224. when querying the state of the JTAG taps.
  1225. @b{By default, all taps are enabled}
  1226. @itemize @bullet
  1227. @item @b{jtag tapenable} @var{DOTTED.NAME}
  1228. @item @b{jtag tapdisable} @var{DOTTED.NAME}
  1229. @item @b{jtag tapisenabled} @var{DOTTED.NAME}
  1230. @end itemize
  1231. @cindex tap enable
  1232. @cindex tap disable
  1233. @cindex JRC
  1234. @cindex route controller
  1235. These commands are used when your target has a JTAG Route controller
  1236. that effectively adds or removes a tap from the jtag chain in a
  1237. non-standard way.
  1238. The ``standard way'' to remove a tap would be to place the tap in
  1239. bypass mode. But with the advent of modern chips, this is not always a
  1240. good solution. Some taps operate slowly, others operate fast, and
  1241. there are other JTAG clock syncronization problems one must face. To
  1242. solve that problem, the JTAG Route controller was introduced. Rather
  1243. then ``bypass'' the tap, the tap is completely removed from the
  1244. circuit and skipped.
  1245. From OpenOCDs view point, a JTAG TAP is in one of 3 states:
  1246. @itemize @bullet
  1247. @item @b{Enabled - Not In ByPass} and has a variable bit length
  1248. @item @b{Enabled - In ByPass} and has a length of exactly 1 bit.
  1249. @item @b{Disabled} and has a length of ZERO and is removed from the circuit.
  1250. @end itemize
  1251. The IEEE JTAG definition has no concept of a ``disabled'' tap.
  1252. @b{Historical note:} this feature was added 28/nov/2008
  1253. @b{jtag tapisenabled DOTTED.NAME}
  1254. This command return 1 if the named tap is currently enabled, 0 if not.
  1255. This command exists so that scripts that manipulate a JRC (like the
  1256. Omap3530 has) can determine if OpenOCD thinks a tap is presently
  1257. enabled, or disabled.
  1258. @page
  1259. @node Target Configuration
  1260. @chapter Target Configuration
  1261. This chapter discusses how to create a GDB Debug Target. Before
  1262. creating a ``target'' a JTAG Tap DOTTED.NAME must exist first.
  1263. @section targets [NAME]
  1264. @b{Note:} This command name is PLURAL - not singular.
  1265. With NO parameter, this pural @b{targets} command lists all known
  1266. targets in a human friendly form.
  1267. With a parameter, this pural @b{targets} command sets the current
  1268. target to the given name. (ie: If there are multiple debug targets)
  1269. Example:
  1270. @verbatim
  1271. (gdb) mon targets
  1272. CmdName Type Endian ChainPos State
  1273. -- ---------- ---------- ---------- -------- ----------
  1274. 0: target0 arm7tdmi little 0 halted
  1275. @end verbatim
  1276. @section target COMMANDS
  1277. @b{Note:} This command name is SINGULAR - not plural. It is used to
  1278. manipulate specific targets, to create targets and other things.
  1279. Once a target is created, a TARGETNAME (object) command is created;
  1280. see below for details.
  1281. The TARGET command accepts these sub-commands:
  1282. @itemize @bullet
  1283. @item @b{create} .. parameters ..
  1284. @* creates a new target, See below for details.
  1285. @item @b{types}
  1286. @* Lists all supported target types (perhaps some are not yet in this document).
  1287. @item @b{names}
  1288. @* Lists all current debug target names, for example: 'str912.cpu' or 'pxa27.cpu' example usage:
  1289. @verbatim
  1290. foreach t [target names] {
  1291. puts [format "Target: %s\n" $t]
  1292. }
  1293. @end verbatim
  1294. @item @b{current}
  1295. @* Returns the current target. OpenOCD always has, or refers to the ``current target'' in some way.
  1296. By default, commands like: ``mww'' (used to write memory) operate on the current target.
  1297. @item @b{number} @b{NUMBER}
  1298. @* Internally OpenOCD maintains a list of targets - in numerical index
  1299. (0..N-1) this command returns the name of the target at index N.
  1300. Example usage:
  1301. @verbatim
  1302. set thename [target number $x]
  1303. puts [format "Target %d is: %s\n" $x $thename]
  1304. @end verbatim
  1305. @item @b{count}
  1306. @* Returns the number of targets known to OpenOCD (see number above)
  1307. Example:
  1308. @verbatim
  1309. set c [target count]
  1310. for { set x 0 } { $x < $c } { incr x } {
  1311. # Assuming you have created this function
  1312. print_target_details $x
  1313. }
  1314. @end verbatim
  1315. @end itemize
  1316. @section TARGETNAME (object) commands
  1317. @b{Use:} Once a target is created, an ``object name'' that represents the
  1318. target is created. By convention, the target name is identical to the
  1319. tap name. In a multiple target system, one can preceed many common
  1320. commands with a specific target name and effect only that target.
  1321. @example
  1322. str912.cpu mww 0x1234 0x42
  1323. omap3530.cpu mww 0x5555 123
  1324. @end example
  1325. @b{Model:} The Tcl/Tk language has the concept of object commands. A
  1326. good example is a on screen button, once a button is created a button
  1327. has a name (a path in TK terms) and that name is useable as a 1st
  1328. class command. For example in TK, one can create a button and later
  1329. configure it like this:
  1330. @example
  1331. # Create
  1332. button .foobar -background red -command @{ foo @}
  1333. # Modify
  1334. .foobar configure -foreground blue
  1335. # Query
  1336. set x [.foobar cget -background]
  1337. # Report
  1338. puts [format "The button is %s" $x]
  1339. @end example
  1340. In OpenOCDs terms, the ``target'' is an object just like a Tcl/Tk
  1341. button. Commands avaialble as a ``target object'' are:
  1342. @comment START targetobj commands.
  1343. @itemize @bullet
  1344. @item @b{configure} - configure the target; see Target Config/Cget Options below
  1345. @item @b{cget} - query the target configuration; see Target Config/Cget Options below
  1346. @item @b{curstate} - current target state (running, halt, etc)
  1347. @item @b{eventlist}
  1348. @* Intended for a human to see/read the currently configure target events.
  1349. @item @b{Various Memory Commands} See the ``mww'' command elsewhere.
  1350. @comment start memory
  1351. @itemize @bullet
  1352. @item @b{mww} ...
  1353. @item @b{mwh} ...
  1354. @item @b{mwb} ...
  1355. @item @b{mdw} ...
  1356. @item @b{mdh} ...
  1357. @item @b{mdb} ...
  1358. @comment end memory
  1359. @end itemize
  1360. @item @b{Memory To Array, Array To Memory}
  1361. @* These are aimed at a machine interface to memory
  1362. @itemize @bullet
  1363. @item @b{mem2array ARRAYNAME WIDTH ADDRESS COUNT}
  1364. @item @b{array2mem ARRAYNAME WIDTH ADDRESS COUNT}
  1365. @* Where:
  1366. @* @b{ARRAYNAME} is the name of an array variable
  1367. @* @b{WIDTH} is 8/16/32 - indicating the memory access size
  1368. @* @b{ADDRESS} is the target memory address
  1369. @* @b{COUNT} is the number of elements to process
  1370. @end itemize
  1371. @item @b{Used during ``reset''}
  1372. @* These commands are used internally by the OpenOCD scripts to deal
  1373. with odd reset situations and are not documented here.
  1374. @itemize @bullet
  1375. @item @b{arp_examine}
  1376. @item @b{arp_poll}
  1377. @item @b{arp_reset}
  1378. @item @b{arp_halt}
  1379. @item @b{arp_waitstate}
  1380. @end itemize
  1381. @item @b{invoke-event} @b{EVENT-NAME}
  1382. @* Invokes the specific event manually for the target
  1383. @end itemize
  1384. @section Target Events
  1385. At various times, certian things happen, or you want to happen.
  1386. Examples:
  1387. @itemize @bullet
  1388. @item What should happen when GDB connects? Should your target reset?
  1389. @item When GDB tries to flash the target, do you need to enable the flash via a special command?
  1390. @item During reset, do you need to write to certian memory locations to reconfigure the SDRAM?
  1391. @end itemize
  1392. All of the above items are handled by target events.
  1393. To specify an event action, either during target creation, or later
  1394. via ``$_TARGETNAME configure'' see this example.
  1395. Syntactially, the option is: ``-event NAME BODY'' where NAME is a
  1396. target event name, and BODY is a tcl procedure or string of commands
  1397. to execute.
  1398. The programers model is the: ``-command'' option used in Tcl/Tk
  1399. buttons and events. Below are two identical examples, the first
  1400. creates and invokes small procedure. The second inlines the procedure.
  1401. @example
  1402. proc my_attach_proc @{ @} @{
  1403. puts "RESET...."
  1404. reset halt
  1405. @}
  1406. mychip.cpu configure -event gdb-attach my_attach_proc
  1407. mychip.cpu configure -event gdb-attach @{ puts "Reset..." ; reset halt @}
  1408. @end example
  1409. Current Events
  1410. @itemize @bullet
  1411. @item @b{debug-halted}
  1412. @* The target has halted for debug reasons (ie: breakpoint)
  1413. @item @b{debug-resumed}
  1414. @* The target has resumed (ie: gdb said run)
  1415. @item @b{early-halted}
  1416. @* Occurs early in the halt process
  1417. @item @b{examine-end}
  1418. @* Currently not used (goal: when JTAG examine completes)
  1419. @item @b{examine-start}
  1420. @* Currently not used (goal: when JTAG examine starts)
  1421. @item @b{gdb-attach}
  1422. @* When GDB connects
  1423. @item @b{gdb-detach}
  1424. @* When GDB disconnects
  1425. @item @b{gdb-end}
  1426. @* When the taret has halted and GDB is not doing anything (see early halt)
  1427. @item @b{gdb-flash-erase-start}
  1428. @* Before the GDB flash process tries to erase the flash
  1429. @item @b{gdb-flash-erase-end}
  1430. @* After the GDB flash process has finished erasing the flash
  1431. @item @b{gdb-flash-write-start}
  1432. @* Before GDB writes to the flash
  1433. @item @b{gdb-flash-write-end}
  1434. @* After GDB writes to the flash
  1435. @item @b{gdb-start}
  1436. @* Before the taret steps, gdb is trying to start/resume the tarfget
  1437. @item @b{halted}
  1438. @* The target has halted
  1439. @item @b{old-gdb_program_config}
  1440. @* DO NOT USE THIS: Used internally
  1441. @item @b{old-pre_resume}
  1442. @* DO NOT USE THIS: Used internally
  1443. @item @b{reset-assert-pre}
  1444. @* Before reset is asserted on the tap.
  1445. @item @b{reset-assert-post}
  1446. @* Reset is now asserted on the tap.
  1447. @item @b{reset-deassert-pre}
  1448. @* Reset is about to be released on the tap
  1449. @item @b{reset-deassert-post}
  1450. @* Reset has been released on the tap
  1451. @item @b{reset-end}
  1452. @* Currently not used.
  1453. @item @b{reset-halt-post}
  1454. @* Currently not usd
  1455. @item @b{reset-halt-pre}
  1456. @* Currently not used
  1457. @item @b{reset-init}
  1458. @* Currently not used
  1459. @item @b{reset-start}
  1460. @* Currently not used
  1461. @item @b{reset-wait-pos}
  1462. @* Currently not used
  1463. @item @b{reset-wait-pre}
  1464. @* Currently not used
  1465. @item @b{resume-start}
  1466. @* Before any target is resumed
  1467. @item @b{resume-end}
  1468. @* After all targets have resumed
  1469. @item @b{resume-ok}
  1470. @* Success
  1471. @item @b{resumed}
  1472. @* Target has resumed
  1473. @end itemize
  1474. @section target create
  1475. @cindex target
  1476. @cindex target creation
  1477. @example
  1478. @b{target} @b{create} <@var{NAME}> <@var{TYPE}> <@var{PARAMS ...}>
  1479. @end example
  1480. @*This command creates a GDB debug target that refers to a specific JTAG tap.
  1481. @comment START params
  1482. @itemize @bullet
  1483. @item @b{NAME}
  1484. @* Is the name of the debug target. By convention it should be the tap
  1485. DOTTED.NAME, this name is also used to create the target object
  1486. command.
  1487. @item @b{TYPE}
  1488. @* Specifies the target type, ie: arm7tdmi, or cortexM3. Currently supported targes are:
  1489. @comment START types
  1490. @itemize @minus
  1491. @item @b{arm7tdmi}
  1492. @item @b{arm720t}
  1493. @item @b{arm9tdmi}
  1494. @item @b{arm920t}
  1495. @item @b{arm922t}
  1496. @item @b{arm926ejs}
  1497. @item @b{arm966e}
  1498. @item @b{cortex_m3}
  1499. @item @b{feroceon}
  1500. @item @b{xscale}
  1501. @item @b{arm11}
  1502. @item @b{mips_m4k}
  1503. @comment end TYPES
  1504. @end itemize
  1505. @item @b{PARAMS}
  1506. @*PARAMs are various target configure parameters, the following are manditory
  1507. at configuration.
  1508. @comment START manditory
  1509. @itemize @bullet
  1510. @item @b{-endian big|little}
  1511. @item @b{-chain-position DOTTED.NAME}
  1512. @comment end MANDITORY
  1513. @end itemize
  1514. @comment END params
  1515. @end itemize
  1516. @section Target Config/Cget Options
  1517. These options can be specified when the target is created, or later
  1518. via the configure option or to query the target via cget.
  1519. @itemize @bullet
  1520. @item @b{-type} - returns the target type
  1521. @item @b{-event NAME BODY} see Target events
  1522. @item @b{-work-area-virt [ADDRESS]} specify/set the work area
  1523. @item @b{-work-area-phys [ADDRESS]} specify/set the work area
  1524. @item @b{-work-area-size [ADDRESS]} specify/set the work area
  1525. @item @b{-work-area-backup [0|1]} does the work area get backed up
  1526. @item @b{-endian [big|little]}
  1527. @item @b{-variant [NAME]} some chips have varients openocd needs to know about
  1528. @item @b{-chain-position DOTTED.NAME} the tap name this target refers to.
  1529. @end itemize
  1530. Example:
  1531. @example
  1532. for @{ set x 0 @} @{ $x < [target count] @} @{ incr x @} @{
  1533. set name [target number $x]
  1534. set y [$name cget -endian]
  1535. set z [$name cget -type]
  1536. puts [format "Chip %d is %s, Endian: %s, type: %s" $x $y $z]
  1537. @}
  1538. @end example
  1539. @section Target Varients
  1540. @itemize @bullet
  1541. @item @b{arm7tdmi}
  1542. @* Unknown (please write me)
  1543. @item @b{arm720t}
  1544. @* Unknown (please write me) (simular to arm7tdmi)
  1545. @item @b{arm9tdmi}
  1546. @* Varients: @option{arm920t}, @option{arm922t} and @option{arm940t}
  1547. This enables the hardware single-stepping support found on these
  1548. cores.
  1549. @item @b{arm920t}
  1550. @* None.
  1551. @item @b{arm966e}
  1552. @* None (this is also used as the ARM946)
  1553. @item @b{cortex_m3}
  1554. @* use variant <@var{-variant lm3s}> when debugging luminary lm3s targets. This will cause
  1555. openocd to use a software reset rather than asserting SRST to avoid a issue with clearing
  1556. the debug registers. This is fixed in Fury Rev B, DustDevil Rev B, Tempest, these revisions will
  1557. be detected and the normal reset behaviour used.
  1558. @item @b{xscale}
  1559. @* Supported variants are @option{ixp42x}, @option{ixp45x}, @option{ixp46x},@option{pxa250}, @option{pxa255}, @option{pxa26x}.
  1560. @item @b{arm11}
  1561. @* Supported variants are @option{arm1136}, @option{arm1156}, @option{arm1176}
  1562. @item @b{mips_m4k}
  1563. @* Use variant @option{ejtag_srst} when debugging targets that do not
  1564. provide a functional SRST line on the EJTAG connector. This causes
  1565. openocd to instead use an EJTAG software reset command to reset the
  1566. processor. You still need to enable @option{srst} on the reset
  1567. configuration command to enable openocd hardware reset functionality.
  1568. @comment END varients
  1569. @end itemize
  1570. @section working_area - Command Removed
  1571. @cindex working_area
  1572. @*@b{Please use the ``$_TARGETNAME configure -work-area-... parameters instead}
  1573. @* This documentation remains because there are existing scripts that
  1574. still use this that need to be converted.
  1575. @example
  1576. working_area target# address size backup| [virtualaddress]
  1577. @end example
  1578. @* The target# is a the 0 based target numerical index.
  1579. This command specifies a working area for the debugger to use. This
  1580. may be used to speed-up downloads to target memory and flash
  1581. operations, or to perform otherwise unavailable operations (some
  1582. coprocessor operations on ARM7/9 systems, for example). The last
  1583. parameter decides whether the memory should be preserved
  1584. (<@var{backup}>) or can simply be overwritten (<@var{nobackup}>). If
  1585. possible, use a working_area that doesn't need to be backed up, as
  1586. performing a backup slows down operation.
  1587. @node Flash Configuration
  1588. @chapter Flash Programing
  1589. @cindex Flash Configuration
  1590. @b{Note:} As of 28/nov/2008 OpenOCD does not know how to program a SPI
  1591. flash that a micro may boot from. Perhaps you the reader would like to
  1592. contribute support for this.
  1593. Flash Steps:
  1594. @enumerate
  1595. @item Configure via the command @b{flash bank}
  1596. @* Normally this is done in a configuration file.
  1597. @item Operate on the flash via @b{flash SOMECOMMAND}
  1598. @* Often commands to manipulate the flash are typed by a human, or run
  1599. via a script in some automated way. For example: To program the boot
  1600. flash on your board.
  1601. @item GDB Flashing
  1602. @* Flashing via GDB requires the flash be configured via ``flash
  1603. bank'', and the GDB flash features be enabled. See the Daemon
  1604. configuration section for more details.
  1605. @end enumerate
  1606. @section Flash commands
  1607. @cindex Flash commands
  1608. @subsection flash banks
  1609. @b{flash banks}
  1610. @cindex flash banks
  1611. @*List configured flash banks
  1612. @*@b{NOTE:} the singular form: 'flash bank' is used to configure the flash banks.
  1613. @subsection flash info
  1614. @b{flash info} <@var{num}>
  1615. @cindex flash info
  1616. @*Print info about flash bank <@option{num}>
  1617. @subsection flash probe
  1618. @b{flash probe} <@var{num}>
  1619. @cindex flash probe
  1620. @*Identify the flash, or validate the parameters of the configured flash. Operation
  1621. depends on the flash type.
  1622. @subsection flash erase_check
  1623. @b{flash erase_check} <@var{num}>
  1624. @cindex flash erase_check
  1625. @*Check erase state of sectors in flash bank <@var{num}>. This is the only operation that
  1626. updates the erase state information displayed by @option{flash info}. That means you have
  1627. to issue an @option{erase_check} command after erasing or programming the device to get
  1628. updated information.
  1629. @subsection flash protect_check
  1630. @b{flash protect_check} <@var{num}>
  1631. @cindex flash protect_check
  1632. @*Check protection state of sectors in flash bank <num>.
  1633. @option{flash erase_sector} using the same syntax.
  1634. @subsection flash erase_sector
  1635. @b{flash erase_sector} <@var{num}> <@var{first}> <@var{last}>
  1636. @cindex flash erase_sector
  1637. @anchor{flash erase_sector}
  1638. @*Erase sectors at bank <@var{num}>, starting at sector <@var{first}> up to and including
  1639. <@var{last}>. Sector numbering starts at 0. Depending on the flash type, erasing may
  1640. require the protection to be disabled first (e.g. Intel Advanced Bootblock flash using
  1641. the CFI driver).
  1642. @subsection flash erase_address
  1643. @b{flash erase_address} <@var{address}> <@var{length}>
  1644. @cindex flash erase_address
  1645. @*Erase sectors starting at <@var{address}> for <@var{length}> bytes
  1646. @subsection flash write_bank
  1647. @b{flash write_bank} <@var{num}> <@var{file}> <@var{offset}>
  1648. @cindex flash write_bank
  1649. @anchor{flash write_bank}
  1650. @*Write the binary <@var{file}> to flash bank <@var{num}>, starting at
  1651. <@option{offset}> bytes from the beginning of the bank.
  1652. @subsection flash write_image
  1653. @b{flash write_image} [@var{erase}] <@var{file}> [@var{offset}] [@var{type}]
  1654. @cindex flash write_image
  1655. @anchor{flash write_image}
  1656. @*Write the image <@var{file}> to the current target's flash bank(s). A relocation
  1657. [@var{offset}] can be specified and the file [@var{type}] can be specified
  1658. explicitly as @option{bin} (binary), @option{ihex} (Intel hex), @option{elf}
  1659. (ELF file) or @option{s19} (Motorola s19). Flash memory will be erased prior to programming
  1660. if the @option{erase} parameter is given.
  1661. @subsection flash protect
  1662. @b{flash protect} <@var{num}> <@var{first}> <@var{last}> <@option{on}|@option{off}>
  1663. @cindex flash protect
  1664. @*Enable (@var{on}) or disable (@var{off}) protection of flash sectors <@var{first}> to
  1665. <@var{last}> of @option{flash bank} <@var{num}>.
  1666. @subsection mFlash commands
  1667. @cindex mFlash commands
  1668. @itemize @bullet
  1669. @item @b{mflash probe}
  1670. @cindex mflash probe
  1671. Probe mflash.
  1672. @item @b{mflash write} <@var{num}> <@var{file}> <@var{offset}>
  1673. @cindex mflash write
  1674. Write the binary <@var{file}> to mflash bank <@var{num}>, starting at
  1675. <@var{offset}> bytes from the beginning of the bank.
  1676. @item @b{mflash dump} <@var{num}> <@var{file}> <@var{offset}> <@var{size}>
  1677. @cindex mflash dump
  1678. Dump <size> bytes, starting at <@var{offset}> bytes from the beginning of the <@var{num}> bank
  1679. to a <@var{file}>.
  1680. @end itemize
  1681. @section flash bank command
  1682. The @b{flash bank} command is used to configure one or more flash chips (or banks in openocd terms)
  1683. @example
  1684. @b{flash bank} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}>
  1685. <@var{bus_width}> <@var{target#}> [@var{driver_options ...}]
  1686. @end example
  1687. @cindex flash bank
  1688. @*Configures a flash bank at <@var{base}> of <@var{size}> bytes and <@var{chip_width}>
  1689. and <@var{bus_width}> bytes using the selected flash <driver>.
  1690. @subsection External Flash - cfi options
  1691. @cindex cfi options
  1692. CFI flash are external flash chips - often they are connected to a
  1693. specific chip select on the micro. By default at hard reset most
  1694. micros have the ablity to ``boot'' from some flash chip - typically
  1695. attached to the chips CS0 pin.
  1696. For other chip selects: OpenOCD does not know how to configure, or
  1697. access a specific chip select. Instead you the human might need to via
  1698. other commands (like: mww) configure additional chip selects, or
  1699. perhaps configure a GPIO pin that controls the ``write protect'' pin
  1700. on the FLASH chip.
  1701. @b{flash bank cfi} <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}>
  1702. <@var{target#}> [@var{jedec_probe}|@var{x16_as_x8}]
  1703. @*CFI flashes require the number of the target they're connected to as an additional
  1704. argument. The CFI driver makes use of a working area (specified for the target)
  1705. to significantly speed up operation.
  1706. @var{chip_width} and @var{bus_width} are specified in bytes.
  1707. The @var{jedec_probe} option is used to detect certain non-CFI flash roms, like AM29LV010 and similar types.
  1708. @var{x16_as_x8} ???
  1709. @subsection Internal Flash (Micro Controllers)
  1710. @subsubsection lpc2000 options
  1711. @cindex lpc2000 options
  1712. @b{flash bank lpc2000} <@var{base}> <@var{size}> 0 0 <@var{target#}> <@var{variant}>
  1713. <@var{clock}> [@var{calc_checksum}]
  1714. @*LPC flashes don't require the chip and bus width to be specified. Additional
  1715. parameters are the <@var{variant}>, which may be @var{lpc2000_v1} (older LPC21xx and LPC22xx)
  1716. or @var{lpc2000_v2} (LPC213x, LPC214x, LPC210[123], LPC23xx and LPC24xx), the number
  1717. of the target this flash belongs to (first is 0), the frequency at which the core
  1718. is currently running (in kHz - must be an integral number), and the optional keyword
  1719. @var{calc_checksum}, telling the driver to calculate a valid checksum for the exception
  1720. vector table.
  1721. @subsubsection at91sam7 options
  1722. @cindex at91sam7 options
  1723. @b{flash bank at91sam7} 0 0 0 0 <@var{target#}>
  1724. @*AT91SAM7 flashes only require the @var{target#}, all other values are looked up after
  1725. reading the chip-id and type.
  1726. @subsubsection str7 options
  1727. @cindex str7 options
  1728. @b{flash bank str7x} <@var{base}> <@var{size}> 0 0 <@var{target#}> <@var{variant}>
  1729. @*variant can be either STR71x, STR73x or STR75x.
  1730. @subsubsection str9 options
  1731. @cindex str9 options
  1732. @b{flash bank str9x} <@var{base}> <@var{size}> 0 0 <@var{target#}>
  1733. @*The str9 needs the flash controller to be configured prior to Flash programming, eg.
  1734. @example
  1735. str9x flash_config 0 4 2 0 0x80000
  1736. @end example
  1737. This will setup the BBSR, NBBSR, BBADR and NBBADR registers respectively.
  1738. @subsubsection str9 options (str9xpec driver)
  1739. @b{flash bank str9xpec} <@var{base}> <@var{size}> 0 0 <@var{target#}>
  1740. @*Before using the flash commands the turbo mode will need enabling using str9xpec
  1741. @option{enable_turbo} <@var{num>.}
  1742. Only use this driver for locking/unlocking the device or configuring the option bytes.
  1743. Use the standard str9 driver for programming. @xref{STR9 specific commands}.
  1744. @subsubsection stellaris (LM3Sxxx) options
  1745. @cindex stellaris (LM3Sxxx) options
  1746. @b{flash bank stellaris} <@var{base}> <@var{size}> 0 0 <@var{target#}>
  1747. @*stellaris flash plugin only require the @var{target#}.
  1748. @subsubsection stm32x options
  1749. @cindex stm32x options
  1750. @b{flash bank stm32x} <@var{base}> <@var{size}> 0 0 <@var{target#}>
  1751. @*stm32x flash plugin only require the @var{target#}.
  1752. @subsubsection aduc702x options
  1753. @cindex aduc702x options
  1754. @b{flash bank aduc702x} <@var{base}> <@var{size}> 0 0 <@var{target#}>
  1755. @*aduc702x flash plugin require the flash @var{base}, @var{size} and @var{target#}.
  1756. @subsection mFlash configuration
  1757. @cindex mFlash configuration
  1758. @b{mflash bank} <@var{soc}> <@var{base}> <@var{chip_width}> <@var{bus_width}>
  1759. <@var{RST pin}> <@var{WP pin}> <@var{DPD pin}> <@var{target #}>
  1760. @cindex mflash bank
  1761. @*Configures a mflash for <@var{soc}> host bank at
  1762. <@var{base}>. <@var{chip_width}> and <@var{bus_width}> are bytes
  1763. order. Pin number format is dependent on host GPIO calling convention.
  1764. If WP or DPD pin was not used, write -1. Currently, mflash bank
  1765. support s3c2440 and pxa270.
  1766. (ex. of s3c2440) mflash <@var{RST pin}> is GPIO B1, <@var{WP pin}> and <@var{DPD pin}> are not used.
  1767. @example
  1768. mflash bank s3c2440 0x10000000 2 2 1b -1 -1 0
  1769. @end example
  1770. (ex. of pxa270) mflash <@var{RST pin}> is GPIO 43, <@var{DPD pin}> is not used and <@var{DPD pin}> is GPIO 51.
  1771. @example
  1772. mflash bank pxa270 0x08000000 2 2 43 -1 51 0
  1773. @end example
  1774. @section Micro Controller Specific Flash Commands
  1775. @subsection AT91SAM7 specific commands
  1776. @cindex AT91SAM7 specific commands
  1777. The flash configuration is deduced from the chip identification register. The flash
  1778. controller handles erases automatically on a page (128/265 byte) basis so erase is
  1779. not necessary for flash programming. AT91SAM7 processors with less than 512K flash
  1780. only have a single flash bank embedded on chip. AT91SAM7xx512 have two flash planes
  1781. that can be erased separatly. Only an EraseAll command is supported by the controller
  1782. for each flash plane and this is called with
  1783. @itemize @bullet
  1784. @item @b{flash erase} <@var{num}> @var{first_plane} @var{last_plane}
  1785. @*bulk erase flash planes first_plane to last_plane.
  1786. @item @b{at91sam7 gpnvm} <@var{num}> <@var{bit}> <@option{set}|@option{clear}>
  1787. @cindex at91sam7 gpnvm
  1788. @*set or clear a gpnvm bit for the processor
  1789. @end itemize
  1790. @subsection STR9 specific commands
  1791. @cindex STR9 specific commands
  1792. @anchor{STR9 specific commands}
  1793. These are flash specific commands when using the str9xpec driver.
  1794. @itemize @bullet
  1795. @item @b{str9xpec enable_turbo} <@var{num}>
  1796. @cindex str9xpec enable_turbo
  1797. @*enable turbo mode, simply this will remove the str9 from the chain and talk
  1798. directly to the embedded flash controller.
  1799. @item @b{str9xpec disable_turbo} <@var{num}>
  1800. @cindex str9xpec disable_turbo
  1801. @*restore the str9 into jtag chain.
  1802. @item @b{str9xpec lock} <@var{num}>
  1803. @cindex str9xpec lock
  1804. @*lock str9 device. The str9 will only respond to an unlock command that will
  1805. erase the device.
  1806. @item @b{str9xpec unlock} <@var{num}>
  1807. @cindex str9xpec unlock
  1808. @*unlock str9 device.
  1809. @item @b{str9xpec options_read} <@var{num}>
  1810. @cindex str9xpec options_read
  1811. @*read str9 option bytes.
  1812. @item @b{str9xpec options_write} <@var{num}>
  1813. @cindex str9xpec options_write
  1814. @*write str9 option bytes.
  1815. @end itemize
  1816. Note: Before using the str9xpec driver here is some background info to help
  1817. you better understand how the drivers works. Openocd has two flash drivers for
  1818. the str9.
  1819. @enumerate
  1820. @item
  1821. Standard driver @option{str9x} programmed via the str9 core. Normally used for
  1822. flash programming as it is faster than the @option{str9xpec} driver.
  1823. @item
  1824. Direct programming @option{str9xpec} using the flash controller, this is
  1825. ISC compilant (IEEE 1532) tap connected in series with the str9 core. The str9
  1826. core does not need to be running to program using this flash driver. Typical use
  1827. for this driver is locking/unlocking the target and programming the option bytes.
  1828. @end enumerate
  1829. Before we run any cmds using the @option{str9xpec} driver we must first disable
  1830. the str9 core. This example assumes the @option{str9xpec} driver has been
  1831. configured for flash bank 0.
  1832. @example
  1833. # assert srst, we do not want core running
  1834. # while accessing str9xpec flash driver
  1835. jtag_reset 0 1
  1836. # turn off target polling
  1837. poll off
  1838. # disable str9 core
  1839. str9xpec enable_turbo 0
  1840. # read option bytes
  1841. str9xpec options_read 0
  1842. # re-enable str9 core
  1843. str9xpec disable_turbo 0
  1844. poll on
  1845. reset halt
  1846. @end example
  1847. The above example will read the str9 option bytes.
  1848. When performing a unlock remember that you will not be able to halt the str9 - it
  1849. has been locked. Halting the core is not required for the @option{str9xpec} driver
  1850. as mentioned above, just issue the cmds above manually or from a telnet prompt.
  1851. @subsection STR9 configuration
  1852. @cindex STR9 configuration
  1853. @itemize @bullet
  1854. @item @b{str9x flash_config} <@var{bank}> <@var{BBSR}> <@var{NBBSR}>
  1855. <@var{BBADR}> <@var{NBBADR}>
  1856. @cindex str9x flash_config
  1857. @*Configure str9 flash controller.
  1858. @example
  1859. eg. str9x flash_config 0 4 2 0 0x80000
  1860. This will setup
  1861. BBSR - Boot Bank Size register
  1862. NBBSR - Non Boot Bank Size register
  1863. BBADR - Boot Bank Start Address register
  1864. NBBADR - Boot Bank Start Address register
  1865. @end example
  1866. @end itemize
  1867. @subsection STR9 option byte configuration
  1868. @cindex STR9 option byte configuration
  1869. @itemize @bullet
  1870. @item @b{str9xpec options_cmap} <@var{num}> <@option{bank0}|@option{bank1}>
  1871. @cindex str9xpec options_cmap
  1872. @*configure str9 boot bank.
  1873. @item @b{str9xpec options_lvdthd} <@var{num}> <@option{2.4v}|@option{2.7v}>
  1874. @cindex str9xpec options_lvdthd
  1875. @*configure str9 lvd threshold.
  1876. @item @b{str9xpec options_lvdsel} <@var{num}> <@option{vdd}|@option{vdd_vddq}>
  1877. @cindex str9xpec options_lvdsel
  1878. @*configure str9 lvd source.
  1879. @item @b{str9xpec options_lvdwarn} <@var{bank}> <@option{vdd}|@option{vdd_vddq}>
  1880. @cindex str9xpec options_lvdwarn
  1881. @*configure str9 lvd reset warning source.
  1882. @end itemize
  1883. @subsection STM32x specific commands
  1884. @cindex STM32x specific commands
  1885. These are flash specific commands when using the stm32x driver.
  1886. @itemize @bullet
  1887. @item @b{stm32x lock} <@var{num}>
  1888. @cindex stm32x lock
  1889. @*lock stm32 device.
  1890. @item @b{stm32x unlock} <@var{num}>
  1891. @cindex stm32x unlock
  1892. @*unlock stm32 device.
  1893. @item @b{stm32x options_read} <@var{num}>
  1894. @cindex stm32x options_read
  1895. @*read stm32 option bytes.
  1896. @item @b{stm32x options_write} <@var{num}> <@option{SWWDG}|@option{HWWDG}>
  1897. <@option{RSTSTNDBY}|@option{NORSTSTNDBY}> <@option{RSTSTOP}|@option{NORSTSTOP}>
  1898. @cindex stm32x options_write
  1899. @*write stm32 option bytes.
  1900. @item @b{stm32x mass_erase} <@var{num}>
  1901. @cindex stm32x mass_erase
  1902. @*mass erase flash memory.
  1903. @end itemize
  1904. @subsection Stellaris specific commands
  1905. @cindex Stellaris specific commands
  1906. These are flash specific commands when using the Stellaris driver.
  1907. @itemize @bullet
  1908. @item @b{stellaris mass_erase} <@var{num}>
  1909. @cindex stellaris mass_erase
  1910. @*mass erase flash memory.
  1911. @end itemize
  1912. @node General Commands
  1913. @chapter General Commands
  1914. @cindex commands
  1915. The commands documented in this chapter here are common commands that
  1916. you a human may want to type and see the output of. Configuration type
  1917. commands are documented elsewhere.
  1918. Intent:
  1919. @itemize @bullet
  1920. @item @b{Source Of Commands}
  1921. @* OpenOCD commands can occur in a configuration script (discussed
  1922. elsewhere) or typed manually by a human or supplied programatically,
  1923. or via one of several Tcp/Ip Ports.
  1924. @item @b{From the human}
  1925. @* A human should interact with the Telnet interface (default port: 4444,
  1926. or via GDB, default port 3333)
  1927. To issue commands from within a GDB session, use the @option{monitor}
  1928. command, e.g. use @option{monitor poll} to issue the @option{poll}
  1929. command. All output is relayed through the GDB session.
  1930. @item @b{Machine Interface}
  1931. The TCL interface intent is to be a machine interface. The default TCL
  1932. port is 5555.
  1933. @end itemize
  1934. @section Daemon Commands
  1935. @subsection sleep
  1936. @b{sleep} <@var{msec}>
  1937. @cindex sleep
  1938. @*Wait for n milliseconds before resuming. Useful in connection with script files
  1939. (@var{script} command and @var{target_script} configuration).
  1940. @subsection sleep
  1941. @b{shutdown}
  1942. @cindex shutdown
  1943. @*Close the OpenOCD daemon, disconnecting all clients (GDB, Telnet, Other).
  1944. @subsection debug_level [@var{n}]
  1945. @cindex debug_level
  1946. @anchor{debug_level}
  1947. @*Display or adjust debug level to n<0-3>
  1948. @subsection fast [@var{enable|disable}]
  1949. @cindex fast
  1950. @*Default disabled. Set default behaviour of OpenOCD to be "fast and dangerous". For instance ARM7/9 DCC memory
  1951. downloads and fast memory access will work if the JTAG interface isn't too fast and
  1952. the core doesn't run at a too low frequency. Note that this option only changes the default
  1953. and that the indvidual options, like DCC memory downloads, can be enabled and disabled
  1954. individually.
  1955. The target specific "dangerous" optimisation tweaking options may come and go
  1956. as more robust and user friendly ways are found to ensure maximum throughput
  1957. and robustness with a minimum of configuration.
  1958. Typically the "fast enable" is specified first on the command line:
  1959. @example
  1960. openocd -c "fast enable" -c "interface dummy" -f target/str710.cfg
  1961. @end example
  1962. @subsection log_output <@var{file}>
  1963. @cindex log_output
  1964. @*Redirect logging to <file> (default: stderr)
  1965. @subsection script <@var{file}>
  1966. @cindex script
  1967. @*Execute commands from <file>
  1968. Also see: ``source [find FILENAME]''
  1969. @section Target state handling
  1970. @subsection power <@var{on}|@var{off}>
  1971. @cindex reg
  1972. @*Turn power switch to target on/off.
  1973. No arguments: print status.
  1974. Not all interfaces support this.
  1975. @subsection reg [@option{#}|@option{name}] [value]
  1976. @cindex reg
  1977. @*Access a single register by its number[@option{#}] or by its [@option{name}].
  1978. No arguments: list all available registers for the current target.
  1979. Number or name argument: display a register
  1980. Number or name and value arguments: set register value
  1981. @subsection poll [@option{on}|@option{off}]
  1982. @cindex poll
  1983. @*Poll the target for its current state. If the target is in debug mode, architecture
  1984. specific information about the current state is printed. An optional parameter
  1985. allows continuous polling to be enabled and disabled.
  1986. @subsection halt [@option{ms}]
  1987. @cindex halt
  1988. @*Send a halt request to the target and wait for it to halt for up to [@option{ms}] milliseconds.
  1989. Default [@option{ms}] is 5 seconds if no arg given.
  1990. Optional arg @option{ms} is a timeout in milliseconds. Using 0 as the [@option{ms}]
  1991. will stop OpenOCD from waiting.
  1992. @subsection wait_halt [@option{ms}]
  1993. @cindex wait_halt
  1994. @*Wait for the target to enter debug mode. Optional [@option{ms}] is
  1995. a timeout in milliseconds. Default [@option{ms}] is 5 seconds if no
  1996. arg given.
  1997. @subsection resume [@var{address}]
  1998. @cindex resume
  1999. @*Resume the target at its current code position, or at an optional address.
  2000. OpenOCD will wait 5 seconds for the target to resume.
  2001. @subsection step [@var{address}]
  2002. @cindex step
  2003. @*Single-step the target at its current code position, or at an optional address.
  2004. @subsection reset [@option{run}|@option{halt}|@option{init}]
  2005. @cindex reset
  2006. @*Perform a hard-reset. The optional parameter specifies what should happen after the reset.
  2007. With no arguments a "reset run" is executed
  2008. @itemize @minus
  2009. @item @b{run}
  2010. @cindex reset run
  2011. @*Let the target run.
  2012. @item @b{halt}
  2013. @cindex reset halt
  2014. @*Immediately halt the target (works only with certain configurations).
  2015. @item @b{init}
  2016. @cindex reset init
  2017. @*Immediately halt the target, and execute the reset script (works only with certain
  2018. configurations)
  2019. @end itemize
  2020. @subsection soft_reset_halt
  2021. @cindex reset
  2022. @*Requesting target halt and executing a soft reset. This often used
  2023. when a target cannot be reset and halted. The target, after reset is
  2024. released begins to execute code. OpenOCD attempts to stop the CPU and
  2025. then sets the Program counter back at the reset vector. Unfortunatlly
  2026. that code that was executed may have left hardware in an unknown
  2027. state.
  2028. @section Memory access commands
  2029. @subsection meminfo
  2030. display available ram memory.
  2031. @subsection Memory Peek/Poke type commands
  2032. These commands allow accesses of a specific size to the memory
  2033. system. Often these are used to configure the current target in some
  2034. special way. For example - one may need to write certian values to the
  2035. SDRAM controller to enable SDRAM.
  2036. @enumerate
  2037. @item To change the current target see the ``targets'' (plural) command
  2038. @item In system level scripts these commands are depricated, please use the TARGET object versions.
  2039. @end enumerate
  2040. @itemize @bullet
  2041. @item @b{mdw} <@var{addr}> [@var{count}]
  2042. @cindex mdw
  2043. @*display memory words (32bit)
  2044. @item @b{mdh} <@var{addr}> [@var{count}]
  2045. @cindex mdh
  2046. @*display memory half-words (16bit)
  2047. @item @b{mdb} <@var{addr}> [@var{count}]
  2048. @cindex mdb
  2049. @*display memory bytes (8bit)
  2050. @item @b{mww} <@var{addr}> <@var{value}>
  2051. @cindex mww
  2052. @*write memory word (32bit)
  2053. @item @b{mwh} <@var{addr}> <@var{value}>
  2054. @cindex mwh
  2055. @*write memory half-word (16bit)
  2056. @item @b{mwb} <@var{addr}> <@var{value}>
  2057. @cindex mwb
  2058. @*write memory byte (8bit)
  2059. @end itemize
  2060. @section Image Loading Commands
  2061. @subsection load_image
  2062. @b{load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
  2063. @cindex load_image
  2064. @anchor{load_image}
  2065. @*Load image <@var{file}> to target memory at <@var{address}>
  2066. @subsection fast_load_image
  2067. @b{fast_load_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
  2068. @cindex fast_load_image
  2069. @anchor{fast_load_image}
  2070. @*Normally you should be using @b{load_image} or GDB load. However, for
  2071. testing purposes or when IO overhead is significant(OpenOCD running on embedded
  2072. host), then storing the image in memory and uploading the image to the target
  2073. can be a way to upload e.g. multiple debug sessions when the binary does not change.
  2074. Arguments as @b{load_image}, but image is stored in OpenOCD host
  2075. memory, i.e. does not affect target. This approach is also useful when profiling
  2076. target programming performance as IO and target programming can easily be profiled
  2077. seperately.
  2078. @subsection fast_load
  2079. @b{fast_load}
  2080. @cindex fast_image
  2081. @anchor{fast_image}
  2082. @*Loads image stored in memory by @b{fast_load_image} to current target. Must be preceeded by fast_load_image.
  2083. @subsection dump_image
  2084. @b{dump_image} <@var{file}> <@var{address}> <@var{size}>
  2085. @cindex dump_image
  2086. @anchor{dump_image}
  2087. @*Dump <@var{size}> bytes of target memory starting at <@var{address}> to a
  2088. (binary) <@var{file}>.
  2089. @subsection verify_image
  2090. @b{verify_image} <@var{file}> <@var{address}> [@option{bin}|@option{ihex}|@option{elf}]
  2091. @cindex verify_image
  2092. @*Verify <@var{file}> against target memory starting at <@var{address}>.
  2093. This will first attempt comparison using a crc checksum, if this fails it will try a binary compare.
  2094. @section Breakpoint commands
  2095. @cindex Breakpoint commands
  2096. @itemize @bullet
  2097. @item @b{bp} <@var{addr}> <@var{len}> [@var{hw}]
  2098. @cindex bp
  2099. @*set breakpoint <address> <length> [hw]
  2100. @item @b{rbp} <@var{addr}>
  2101. @cindex rbp
  2102. @*remove breakpoint <adress>
  2103. @item @b{wp} <@var{addr}> <@var{len}> <@var{r}|@var{w}|@var{a}> [@var{value}] [@var{mask}]
  2104. @cindex wp
  2105. @*set watchpoint <address> <length> <r/w/a> [value] [mask]
  2106. @item @b{rwp} <@var{addr}>
  2107. @cindex rwp
  2108. @*remove watchpoint <adress>
  2109. @end itemize
  2110. @section Misc Commands
  2111. @cindex Other Target Commands
  2112. @itemize
  2113. @item @b{profile} <@var{seconds}> <@var{gmon.out}>
  2114. Profiling samples the CPU PC as quickly as OpenOCD is able, which will be used as a random sampling of PC.
  2115. @end itemize
  2116. @section Target Specific Commands
  2117. @cindex Target Specific Commands
  2118. @page
  2119. @section Architecture Specific Commands
  2120. @cindex Architecture Specific Commands
  2121. @subsection ARMV4/5 specific commands
  2122. @cindex ARMV4/5 specific commands
  2123. These commands are specific to ARM architecture v4 and v5, like all ARM7/9 systems
  2124. or Intel XScale (XScale isn't supported yet).
  2125. @itemize @bullet
  2126. @item @b{armv4_5 reg}
  2127. @cindex armv4_5 reg
  2128. @*Display a list of all banked core registers, fetching the current value from every
  2129. core mode if necessary. OpenOCD versions before rev. 60 didn't fetch the current
  2130. register value.
  2131. @item @b{armv4_5 core_mode} [@var{arm}|@var{thumb}]
  2132. @cindex armv4_5 core_mode
  2133. @*Displays the core_mode, optionally changing it to either ARM or Thumb mode.
  2134. The target is resumed in the currently set @option{core_mode}.
  2135. @end itemize
  2136. @subsection ARM7/9 specific commands
  2137. @cindex ARM7/9 specific commands
  2138. These commands are specific to ARM7 and ARM9 targets, like ARM7TDMI, ARM720t,
  2139. ARM920t or ARM926EJ-S.
  2140. @itemize @bullet
  2141. @item @b{arm7_9 dbgrq} <@var{enable}|@var{disable}>
  2142. @cindex arm7_9 dbgrq
  2143. @*Enable use of the DBGRQ bit to force entry into debug mode. This should be
  2144. safe for all but ARM7TDMI--S cores (like Philips LPC).
  2145. @item @b{arm7_9 fast_memory_access} <@var{enable}|@var{disable}>
  2146. @cindex arm7_9 fast_memory_access
  2147. @anchor{arm7_9 fast_memory_access}
  2148. @*Allow OpenOCD to read and write memory without checking completion of
  2149. the operation. This provides a huge speed increase, especially with USB JTAG
  2150. cables (FT2232), but might be unsafe if used with targets running at a very low
  2151. speed, like the 32kHz startup clock of an AT91RM9200.
  2152. @item @b{arm7_9 dcc_downloads} <@var{enable}|@var{disable}>
  2153. @cindex arm7_9 dcc_downloads
  2154. @*Enable the use of the debug communications channel (DCC) to write larger (>128 byte)
  2155. amounts of memory. DCC downloads offer a huge speed increase, but might be potentially
  2156. unsafe, especially with targets running at a very low speed. This command was introduced
  2157. with OpenOCD rev. 60.
  2158. @end itemize
  2159. @subsection ARM720T specific commands
  2160. @cindex ARM720T specific commands
  2161. @itemize @bullet
  2162. @item @b{arm720t cp15} <@var{num}> [@var{value}]
  2163. @cindex arm720t cp15
  2164. @*display/modify cp15 register <@option{num}> [@option{value}].
  2165. @item @b{arm720t md<bhw>_phys} <@var{addr}> [@var{count}]
  2166. @cindex arm720t md<bhw>_phys
  2167. @*Display memory at physical address addr.
  2168. @item @b{arm720t mw<bhw>_phys} <@var{addr}> <@var{value}>
  2169. @cindex arm720t mw<bhw>_phys
  2170. @*Write memory at physical address addr.
  2171. @item @b{arm720t virt2phys} <@var{va}>
  2172. @cindex arm720t virt2phys
  2173. @*Translate a virtual address to a physical address.
  2174. @end itemize
  2175. @subsection ARM9TDMI specific commands
  2176. @cindex ARM9TDMI specific commands
  2177. @itemize @bullet
  2178. @item @b{arm9tdmi vector_catch} <@var{all}|@var{none}>
  2179. @cindex arm9tdmi vector_catch
  2180. @*Catch arm9 interrupt vectors, can be @option{all} @option{none} or any of the following:
  2181. @option{reset} @option{undef} @option{swi} @option{pabt} @option{dabt} @option{reserved}
  2182. @option{irq} @option{fiq}.
  2183. Can also be used on other arm9 based cores, arm966, arm920t and arm926ejs.
  2184. @end itemize
  2185. @subsection ARM966E specific commands
  2186. @cindex ARM966E specific commands
  2187. @itemize @bullet
  2188. @item @b{arm966e cp15} <@var{num}> [@var{value}]
  2189. @cindex arm966e cp15
  2190. @*display/modify cp15 register <@option{num}> [@option{value}].
  2191. @end itemize
  2192. @subsection ARM920T specific commands
  2193. @cindex ARM920T specific commands
  2194. @itemize @bullet
  2195. @item @b{arm920t cp15} <@var{num}> [@var{value}]
  2196. @cindex arm920t cp15
  2197. @*display/modify cp15 register <@option{num}> [@option{value}].
  2198. @item @b{arm920t cp15i} <@var{num}> [@var{value}] [@var{address}]
  2199. @cindex arm920t cp15i
  2200. @*display/modify cp15 (interpreted access) <@option{opcode}> [@option{value}] [@option{address}]
  2201. @item @b{arm920t cache_info}
  2202. @cindex arm920t cache_info
  2203. @*Print information about the caches found. This allows you to see if your target
  2204. is a ARM920T (2x16kByte cache) or ARM922T (2x8kByte cache).
  2205. @item @b{arm920t md<bhw>_phys} <@var{addr}> [@var{count}]
  2206. @cindex arm920t md<bhw>_phys
  2207. @*Display memory at physical address addr.
  2208. @item @b{arm920t mw<bhw>_phys} <@var{addr}> <@var{value}>
  2209. @cindex arm920t mw<bhw>_phys
  2210. @*Write memory at physical address addr.
  2211. @item @b{arm920t read_cache} <@var{filename}>
  2212. @cindex arm920t read_cache
  2213. @*Dump the content of ICache and DCache to a file.
  2214. @item @b{arm920t read_mmu} <@var{filename}>
  2215. @cindex arm920t read_mmu
  2216. @*Dump the content of the ITLB and DTLB to a file.
  2217. @item @b{arm920t virt2phys} <@var{va}>
  2218. @cindex arm920t virt2phys
  2219. @*Translate a virtual address to a physical address.
  2220. @end itemize
  2221. @subsection ARM926EJS specific commands
  2222. @cindex ARM926EJS specific commands
  2223. @itemize @bullet
  2224. @item @b{arm926ejs cp15} <@var{num}> [@var{value}]
  2225. @cindex arm926ejs cp15
  2226. @*display/modify cp15 register <@option{num}> [@option{value}].
  2227. @item @b{arm926ejs cache_info}
  2228. @cindex arm926ejs cache_info
  2229. @*Print information about the caches found.
  2230. @item @b{arm926ejs md<bhw>_phys} <@var{addr}> [@var{count}]
  2231. @cindex arm926ejs md<bhw>_phys
  2232. @*Display memory at physical address addr.
  2233. @item @b{arm926ejs mw<bhw>_phys} <@var{addr}> <@var{value}>
  2234. @cindex arm926ejs mw<bhw>_phys
  2235. @*Write memory at physical address addr.
  2236. @item @b{arm926ejs virt2phys} <@var{va}>
  2237. @cindex arm926ejs virt2phys
  2238. @*Translate a virtual address to a physical address.
  2239. @end itemize
  2240. @subsection CORTEX_M3 specific commands
  2241. @cindex CORTEX_M3 specific commands
  2242. @itemize @bullet
  2243. @item @b{cortex_m3 maskisr} <@var{on}|@var{off}>
  2244. @cindex cortex_m3 maskisr
  2245. @*Enable masking (disabling) interrupts during target step/resume.
  2246. @end itemize
  2247. @page
  2248. @section Debug commands
  2249. @cindex Debug commands
  2250. The following commands give direct access to the core, and are most likely
  2251. only useful while debugging OpenOCD.
  2252. @itemize @bullet
  2253. @item @b{arm7_9 write_xpsr} <@var{32-bit value}> <@option{0=cpsr}, @option{1=spsr}>
  2254. @cindex arm7_9 write_xpsr
  2255. @*Immediately write either the current program status register (CPSR) or the saved
  2256. program status register (SPSR), without changing the register cache (as displayed
  2257. by the @option{reg} and @option{armv4_5 reg} commands).
  2258. @item @b{arm7_9 write_xpsr_im8} <@var{8-bit value}> <@var{rotate 4-bit}>
  2259. <@var{0=cpsr},@var{1=spsr}>
  2260. @cindex arm7_9 write_xpsr_im8
  2261. @*Write the 8-bit value rotated right by 2*rotate bits, using an immediate write
  2262. operation (similar to @option{write_xpsr}).
  2263. @item @b{arm7_9 write_core_reg} <@var{num}> <@var{mode}> <@var{value}>
  2264. @cindex arm7_9 write_core_reg
  2265. @*Write a core register, without changing the register cache (as displayed by the
  2266. @option{reg} and @option{armv4_5 reg} commands). The <@var{mode}> argument takes the
  2267. encoding of the [M4:M0] bits of the PSR.
  2268. @end itemize
  2269. @section Target Requests
  2270. @cindex Target Requests
  2271. OpenOCD can handle certain target requests, currently debugmsg are only supported for arm7_9 and cortex_m3.
  2272. See libdcc in the contrib dir for more details.
  2273. @itemize @bullet
  2274. @item @b{target_request debugmsgs} <@var{enable}|@var{disable}>
  2275. @cindex target_request debugmsgs
  2276. @*Enable/disable target debugmsgs requests. debugmsgs enable messages to be sent to the debugger while the target is running.
  2277. @end itemize
  2278. @node JTAG Commands
  2279. @chapter JTAG Commands
  2280. @cindex JTAG commands
  2281. Generally most people will not use the bulk of these commands. They
  2282. are mostly used by the OpenOCD developers or those who need to
  2283. directly manipulate the JTAG taps.
  2284. In general these commands control JTAG taps at a very low level. For
  2285. example if you need to control a JTAG Route Controller (ie: the
  2286. OMAP3530 on the Beagle Board has one) you might use these commands in
  2287. a script or an event procedure.
  2288. @itemize @bullet
  2289. @item @b{scan_chain}
  2290. @cindex scan_chain
  2291. @*Print current scan chain configuration.
  2292. @item @b{jtag_reset} <@var{trst}> <@var{srst}>
  2293. @cindex jtag_reset
  2294. @*Toggle reset lines.
  2295. @item @b{endstate} <@var{tap_state}>
  2296. @cindex endstate
  2297. @*Finish JTAG operations in <@var{tap_state}>.
  2298. @item @b{runtest} <@var{num_cycles}>
  2299. @cindex runtest
  2300. @*Move to Run-Test/Idle, and execute <@var{num_cycles}>
  2301. @item @b{statemove} [@var{tap_state}]
  2302. @cindex statemove
  2303. @*Move to current endstate or [@var{tap_state}]
  2304. @item @b{irscan} <@var{device}> <@var{instr}> [@var{dev2}] [@var{instr2}] ...
  2305. @cindex irscan
  2306. @*Execute IR scan <@var{device}> <@var{instr}> [@var{dev2}] [@var{instr2}] ...
  2307. @item @b{drscan} <@var{device}> [@var{dev2}] [@var{var2}] ...
  2308. @cindex drscan
  2309. @*Execute DR scan <@var{device}> [@var{dev2}] [@var{var2}] ...
  2310. @item @b{verify_ircapture} <@option{enable}|@option{disable}>
  2311. @cindex verify_ircapture
  2312. @*Verify value captured during Capture-IR. Default is enabled.
  2313. @item @b{var} <@var{name}> [@var{num_fields}|@var{del}] [@var{size1}] ...
  2314. @cindex var
  2315. @*Allocate, display or delete variable <@var{name}> [@var{num_fields}|@var{del}] [@var{size1}] ...
  2316. @item @b{field} <@var{var}> <@var{field}> [@var{value}|@var{flip}]
  2317. @cindex field
  2318. Display/modify variable field <@var{var}> <@var{field}> [@var{value}|@var{flip}].
  2319. @end itemize
  2320. @node TFTP
  2321. @chapter TFTP
  2322. @cindex TFTP
  2323. If OpenOCD runs on an embedded host(as ZY1000 does), then tftp can
  2324. be used to access files on PCs(either developer PC or some other PC).
  2325. The way this works on the ZY1000 is to prefix a filename by
  2326. "/tftp/ip/" and append the tftp path on the tftp
  2327. server(tftpd). E.g. "load_image /tftp/10.0.0.96/c:\temp\abc.elf" will
  2328. load c:\temp\abc.elf from the developer pc (10.0.0.96) into memory as
  2329. if the file was hosted on the embedded host.
  2330. In order to achieve decent performance, you must choose a tftp server
  2331. that supports a packet size bigger than the default packet size(512 bytes). There
  2332. are numerous tftp servers out there(free and commercial) and you will have to do
  2333. a bit of googling to find something that fits your requirements.
  2334. @node Sample Scripts
  2335. @chapter Sample Scripts
  2336. @cindex scripts
  2337. This page shows how to use the target library.
  2338. The configuration script can be divided in the following section:
  2339. @itemize @bullet
  2340. @item daemon configuration
  2341. @item interface
  2342. @item jtag scan chain
  2343. @item target configuration
  2344. @item flash configuration
  2345. @end itemize
  2346. Detailed information about each section can be found at OpenOCD configuration.
  2347. @section AT91R40008 example
  2348. @cindex AT91R40008 example
  2349. To start OpenOCD with a target script for the AT91R40008 CPU and reset
  2350. the CPU upon startup of the OpenOCD daemon.
  2351. @example
  2352. openocd -f interface/parport.cfg -f target/at91r40008.cfg -c init -c reset
  2353. @end example
  2354. @node GDB and OpenOCD
  2355. @chapter GDB and OpenOCD
  2356. @cindex GDB and OpenOCD
  2357. OpenOCD complies with the remote gdbserver protocol, and as such can be used
  2358. to debug remote targets.
  2359. @section Connecting to gdb
  2360. @cindex Connecting to gdb
  2361. Use GDB 6.7 or newer with OpenOCD if you run into trouble. For
  2362. instance 6.3 has a known bug where it produces bogus memory access
  2363. errors, which has since been fixed: look up 1836 in
  2364. @url{http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb}
  2365. A connection is typically started as follows:
  2366. @example
  2367. target remote localhost:3333
  2368. @end example
  2369. This would cause gdb to connect to the gdbserver on the local pc using port 3333.
  2370. To see a list of available OpenOCD commands type @option{monitor help} on the
  2371. gdb commandline.
  2372. OpenOCD supports the gdb @option{qSupported} packet, this enables information
  2373. to be sent by the gdb server (openocd) to gdb. Typical information includes
  2374. packet size and device memory map.
  2375. Previous versions of OpenOCD required the following gdb options to increase
  2376. the packet size and speed up gdb communication.
  2377. @example
  2378. set remote memory-write-packet-size 1024
  2379. set remote memory-write-packet-size fixed
  2380. set remote memory-read-packet-size 1024
  2381. set remote memory-read-packet-size fixed
  2382. @end example
  2383. This is now handled in the @option{qSupported} PacketSize.
  2384. @section Programming using gdb
  2385. @cindex Programming using gdb
  2386. By default the target memory map is sent to gdb, this can be disabled by
  2387. the following OpenOCD config option:
  2388. @example
  2389. gdb_memory_map disable
  2390. @end example
  2391. For this to function correctly a valid flash config must also be configured
  2392. in OpenOCD. For faster performance you should also configure a valid
  2393. working area.
  2394. Informing gdb of the memory map of the target will enable gdb to protect any
  2395. flash area of the target and use hardware breakpoints by default. This means
  2396. that the OpenOCD option @option{gdb_breakpoint_override} is not required when
  2397. using a memory map. @xref{gdb_breakpoint_override}.
  2398. To view the configured memory map in gdb, use the gdb command @option{info mem}
  2399. All other unasigned addresses within gdb are treated as RAM.
  2400. GDB 6.8 and higher set any memory area not in the memory map as inaccessible,
  2401. this can be changed to the old behaviour by using the following gdb command.
  2402. @example
  2403. set mem inaccessible-by-default off
  2404. @end example
  2405. If @option{gdb_flash_program enable} is also used, gdb will be able to
  2406. program any flash memory using the vFlash interface.
  2407. gdb will look at the target memory map when a load command is given, if any
  2408. areas to be programmed lie within the target flash area the vFlash packets
  2409. will be used.
  2410. If the target needs configuring before gdb programming, an event
  2411. script can be executed.
  2412. @example
  2413. $_TARGETNAME configure -event EVENTNAME BODY
  2414. @end example
  2415. To verify any flash programming the gdb command @option{compare-sections}
  2416. can be used.
  2417. @node TCL scripting API
  2418. @chapter TCL scripting API
  2419. @cindex TCL scripting API
  2420. API rules
  2421. The commands are stateless. E.g. the telnet command line has a concept
  2422. of currently active target, the Tcl API proc's take this sort of state
  2423. information as an argument to each proc.
  2424. There are three main types of return values: single value, name value
  2425. pair list and lists.
  2426. Name value pair. The proc 'foo' below returns a name/value pair
  2427. list.
  2428. @verbatim
  2429. > set foo(me) Duane
  2430. > set foo(you) Oyvind
  2431. > set foo(mouse) Micky
  2432. > set foo(duck) Donald
  2433. If one does this:
  2434. > set foo
  2435. The result is:
  2436. me Duane you Oyvind mouse Micky duck Donald
  2437. Thus, to get the names of the associative array is easy:
  2438. foreach { name value } [set foo] {
  2439. puts "Name: $name, Value: $value"
  2440. }
  2441. @end verbatim
  2442. Lists returned must be relatively small. Otherwise a range
  2443. should be passed in to the proc in question.
  2444. Low level commands are prefixed with "openocd_", e.g. openocd_flash_banks
  2445. is the low level API upon which "flash banks" is implemented.
  2446. @itemize @bullet
  2447. @item @b{ocd_mem2array} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
  2448. Read memory and return as a TCL array for script processing
  2449. @item @b{ocd_array2mem} <@var{varname}> <@var{width}> <@var{addr}> <@var{nelems}>
  2450. Convert a TCL array to memory locations and write the values
  2451. @item @b{ocd_flash_banks} <@var{driver}> <@var{base}> <@var{size}> <@var{chip_width}> <@var{bus_width}> <@var{target}> [@option{driver options} ...]
  2452. Return information about the flash banks
  2453. @end itemize
  2454. OpenOCD commands can consist of two words, e.g. "flash banks". The
  2455. startup.tcl "unknown" proc will translate this into a tcl proc
  2456. called "flash_banks".
  2457. @node Upgrading
  2458. @chapter Deprecated/Removed Commands
  2459. @cindex Deprecated/Removed Commands
  2460. Certain OpenOCD commands have been deprecated/removed during the various revisions.
  2461. @itemize @bullet
  2462. @item @b{arm7_9 fast_writes}
  2463. @cindex arm7_9 fast_writes
  2464. @*use @option{arm7_9 fast_memory_access} command with same args. @xref{arm7_9 fast_memory_access}.
  2465. @item @b{arm7_9 force_hw_bkpts}
  2466. @cindex arm7_9 force_hw_bkpts
  2467. @*Use @option{gdb_breakpoint_override} instead. Note that GDB will use hardware breakpoints
  2468. for flash if the gdb memory map has been set up(default when flash is declared in
  2469. target configuration). @xref{gdb_breakpoint_override}.
  2470. @item @b{arm7_9 sw_bkpts}
  2471. @cindex arm7_9 sw_bkpts
  2472. @*On by default. See also @option{gdb_breakpoint_override}. @xref{gdb_breakpoint_override}.
  2473. @item @b{daemon_startup}
  2474. @cindex daemon_startup
  2475. @*this config option has been removed, simply adding @option{init} and @option{reset halt} to
  2476. the end of your config script will give the same behaviour as using @option{daemon_startup reset}
  2477. and @option{target cortex_m3 little reset_halt 0}.
  2478. @item @b{dump_binary}
  2479. @cindex dump_binary
  2480. @*use @option{dump_image} command with same args. @xref{dump_image}.
  2481. @item @b{flash erase}
  2482. @cindex flash erase
  2483. @*use @option{flash erase_sector} command with same args. @xref{flash erase_sector}.
  2484. @item @b{flash write}
  2485. @cindex flash write
  2486. @*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
  2487. @item @b{flash write_binary}
  2488. @cindex flash write_binary
  2489. @*use @option{flash write_bank} command with same args. @xref{flash write_bank}.
  2490. @item @b{flash auto_erase}
  2491. @cindex flash auto_erase
  2492. @*use @option{flash write_image} command passing @option{erase} as the first parameter. @xref{flash write_image}.
  2493. @item @b{load_binary}
  2494. @cindex load_binary
  2495. @*use @option{load_image} command with same args. @xref{load_image}.
  2496. @item @b{run_and_halt_time}
  2497. @cindex run_and_halt_time
  2498. @*This command has been removed for simpler reset behaviour, it can be simulated with the
  2499. following commands:
  2500. @smallexample
  2501. reset run
  2502. sleep 100
  2503. halt
  2504. @end smallexample
  2505. @item @b{target} <@var{type}> <@var{endian}> <@var{jtag-position}>
  2506. @cindex target
  2507. @*use the create subcommand of @option{target}.
  2508. @item @b{target_script} <@var{target#}> <@var{eventname}> <@var{scriptname}>
  2509. @cindex target_script
  2510. @*use <@var{target_name}> configure -event <@var{eventname}> "script <@var{scriptname}>"
  2511. @item @b{working_area}
  2512. @cindex working_area
  2513. @*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.
  2514. @end itemize
  2515. @node FAQ
  2516. @chapter FAQ
  2517. @cindex faq
  2518. @enumerate
  2519. @item @b{RTCK, also known as: Adaptive Clocking - What is it?}
  2520. @cindex RTCK
  2521. @cindex adaptive clocking
  2522. @*
  2523. In digital circuit design it is often refered to as ``clock
  2524. syncronization'' the JTAG interface uses one clock (TCK or TCLK)
  2525. operating at some speed, your target is operating at another. The two
  2526. clocks are not syncronized, they are ``asynchronous''
  2527. In order for the two to work together they must syncronize. Otherwise
  2528. the two systems will get out of sync with each other and nothing will
  2529. work. There are 2 basic options. @b{1.} use a special circuit or
  2530. @b{2.} one clock must be some multile slower the the other.
  2531. @b{Does this really matter?} For some chips and some situations, this
  2532. is a non-issue (ie: A 500mhz ARM926) but for others - for example some
  2533. ATMEL SAM7 and SAM9 chips start operation from reset at 32khz -
  2534. program/enable the oscillators and eventually the main clock. It is in
  2535. those critical times you must slow the jtag clock to sometimes 1 to
  2536. 4khz.
  2537. Imagine debugging that 500mhz arm926 hand held battery powered device
  2538. that ``deep sleeps'' at 32khz between every keystroke. It can be
  2539. painful.
  2540. @b{Solution #1 - A special circuit}
  2541. In order to make use of this your jtag dongle must support the RTCK
  2542. feature. Not all dongles support this - keep reading!
  2543. The RTCK signal often found in some ARM chips is used to help with
  2544. this problem. ARM has a good description of the problem described at
  2545. this link: @url{http://www.arm.com/support/faqdev/4170.html} [checked
  2546. 28/nov/2008]. Link title: ``How does the jtag synchronisation logic
  2547. work? / how does adaptive clocking working?''.
  2548. The nice thing about adaptive clocking is that ``battery powered hand
  2549. held device example'' - the adaptiveness works perfectly all the
  2550. time. One can set a break point or halt the system in the deep power
  2551. down code, slow step out until the system speeds up.
  2552. @b{Solution #2 - Always works - but is slower}
  2553. Often this is a perfectly acceptable solution.
  2554. In the most simple terms: Often the JTAG clock must be 1/10 to 1/12 of
  2555. the target clock speed. But what is that ``magic division'' it varies
  2556. depending upon the chips on your board. @b{ARM Rule of thumb} Most ARM
  2557. based systems require an 8:1 division. @b{Xilinx Rule of thumb} is
  2558. 1/12 the clock speed.
  2559. Note: Many FTDI2232C based JTAG dongles are limited to 6mhz.
  2560. You can still debug the 'lower power' situations - you just need to
  2561. manually adjust the clock speed at every step. While painful and
  2562. teadious, it is not always practical.
  2563. It is however easy to ``code your way around it'' - ie: Cheat a little
  2564. have a special debug mode in your application that does a ``high power
  2565. sleep''. If you are careful - 98% of your problems can be debugged
  2566. this way.
  2567. To set the JTAG frequency use the command:
  2568. @example
  2569. # Example: 1.234mhz
  2570. jtag_khz 1234
  2571. @end example
  2572. @item @b{Win32 Pathnames} Why does not backslashes in paths under Windows doesn't work?
  2573. OpenOCD uses Tcl and a backslash is an escape char. Use @{ and @}
  2574. around Windows filenames.
  2575. @example
  2576. > echo \a
  2577. > echo @{\a@}
  2578. \a
  2579. > echo "\a"
  2580. >
  2581. @end example
  2582. @item @b{Missing: cygwin1.dll} OpenOCD complains about a missing cygwin1.dll.
  2583. Make sure you have Cygwin installed, or at least a version of OpenOCD that
  2584. claims to come with all the necessary dlls. When using Cygwin, try launching
  2585. OpenOCD from the Cygwin shell.
  2586. @item @b{Breakpoint Issue} I'm trying to set a breakpoint using GDB (or a frontend like Insight or
  2587. Eclipse), but OpenOCD complains that "Info: arm7_9_common.c:213
  2588. arm7_9_add_breakpoint(): sw breakpoint requested, but software breakpoints not enabled".
  2589. GDB issues software breakpoints when a normal breakpoint is requested, or to implement
  2590. source-line single-stepping. On ARMv4T systems, like ARM7TDMI, ARM720t or ARM920t,
  2591. software breakpoints consume one of the two available hardware breakpoints.
  2592. @item @b{LPC2000 Flash} When erasing or writing LPC2000 on-chip flash, the operation fails sometimes
  2593. and works sometimes fine.
  2594. Make sure the core frequency specified in the @option{flash lpc2000} line matches the
  2595. clock at the time you're programming the flash. If you've specified the crystal's
  2596. frequency, make sure the PLL is disabled, if you've specified the full core speed
  2597. (e.g. 60MHz), make sure the PLL is enabled.
  2598. @item @b{Amontec Chameleon} When debugging using an Amontec Chameleon in its JTAG Accelerator configuration,
  2599. I keep getting "Error: amt_jtagaccel.c:184 amt_wait_scan_busy(): amt_jtagaccel timed
  2600. out while waiting for end of scan, rtck was disabled".
  2601. Make sure your PC's parallel port operates in EPP mode. You might have to try several
  2602. settings in your PC BIOS (ECP, EPP, and different versions of those).
  2603. @item @b{Data Aborts} When debugging with OpenOCD and GDB (plain GDB, Insight, or Eclipse),
  2604. I get lots of "Error: arm7_9_common.c:1771 arm7_9_read_memory():
  2605. memory read caused data abort".
  2606. The errors are non-fatal, and are the result of GDB trying to trace stack frames
  2607. beyond the last valid frame. It might be possible to prevent this by setting up
  2608. a proper "initial" stack frame, if you happen to know what exactly has to
  2609. be done, feel free to add this here.
  2610. @b{Simple:} In your startup code - push 8 registers of ZEROs onto the
  2611. stack before calling main(). What GDB is doing is ``climbing'' the run
  2612. time stack by reading various values on the stack using the standard
  2613. call frame for the target. GDB keeps going - until one of 2 things
  2614. happen @b{#1} an invalid frame is found, or @b{#2} some huge number of
  2615. stackframes have been processed. By pushing ZEROs on the stack, GDB
  2616. gracefully stops.
  2617. @b{Debugging Interrupt Service Routines} - In your ISR before you call
  2618. your C code, do the same, artifically push some zeros on to the stack,
  2619. remember to pop them off when the ISR is done.
  2620. @b{Also note:} If you have a multi-threaded operating system, they
  2621. often do not @b{in the intrest of saving memory} waste these few
  2622. bytes. Painful...
  2623. @item @b{JTAG Reset Config} I get the following message in the OpenOCD console (or log file):
  2624. "Warning: arm7_9_common.c:679 arm7_9_assert_reset(): srst resets test logic, too".
  2625. This warning doesn't indicate any serious problem, as long as you don't want to
  2626. debug your core right out of reset. Your .cfg file specified @option{jtag_reset
  2627. trst_and_srst srst_pulls_trst} to tell OpenOCD that either your board,
  2628. your debugger or your target uC (e.g. LPC2000) can't assert the two reset signals
  2629. independently. With this setup, it's not possible to halt the core right out of
  2630. reset, everything else should work fine.
  2631. @item @b{USB Power} When using OpenOCD in conjunction with Amontec JTAGkey and the Yagarto
  2632. Toolchain (Eclipse, arm-elf-gcc, arm-elf-gdb), the debugging seems to be
  2633. unstable. When single-stepping over large blocks of code, GDB and OpenOCD
  2634. quit with an error message. Is there a stability issue with OpenOCD?
  2635. No, this is not a stability issue concerning OpenOCD. Most users have solved
  2636. this issue by simply using a self-powered USB hub, which they connect their
  2637. Amontec JTAGkey to. Apparently, some computers do not provide a USB power
  2638. supply stable enough for the Amontec JTAGkey to be operated.
  2639. @b{Laptops running on battery have this problem too...}
  2640. @item @b{USB Power} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the
  2641. following error messages: "Error: ft2232.c:201 ft2232_read(): FT_Read returned:
  2642. 4" and "Error: ft2232.c:365 ft2232_send_and_recv(): couldn't read from FT2232".
  2643. What does that mean and what might be the reason for this?
  2644. First of all, the reason might be the USB power supply. Try using a self-powered
  2645. hub instead of a direct connection to your computer. Secondly, the error code 4
  2646. corresponds to an FT_IO_ERROR, which means that the driver for the FTDI USB
  2647. chip ran into some sort of error - this points us to a USB problem.
  2648. @item @b{GDB Disconnects} When using the Amontec JTAGkey, sometimes OpenOCD crashes with the following
  2649. error message: "Error: gdb_server.c:101 gdb_get_char(): read: 10054".
  2650. What does that mean and what might be the reason for this?
  2651. Error code 10054 corresponds to WSAECONNRESET, which means that the debugger (GDB)
  2652. has closed the connection to OpenOCD. This might be a GDB issue.
  2653. @item @b{LPC2000 Flash} In the configuration file in the section where flash device configurations
  2654. are described, there is a parameter for specifying the clock frequency
  2655. for LPC2000 internal flash devices (e.g. @option{flash bank lpc2000
  2656. 0x0 0x40000 0 0 0 lpc2000_v1 14746 calc_checksum}), which must be
  2657. specified in kilohertz. However, I do have a quartz crystal of a
  2658. frequency that contains fractions of kilohertz (e.g. 14,745,600 Hz,
  2659. i.e. 14,745.600 kHz). Is it possible to specify real numbers for the
  2660. clock frequency?
  2661. No. The clock frequency specified here must be given as an integral number.
  2662. However, this clock frequency is used by the In-Application-Programming (IAP)
  2663. routines of the LPC2000 family only, which seems to be very tolerant concerning
  2664. the given clock frequency, so a slight difference between the specified clock
  2665. frequency and the actual clock frequency will not cause any trouble.
  2666. @item @b{Command Order} Do I have to keep a specific order for the commands in the configuration file?
  2667. Well, yes and no. Commands can be given in arbitrary order, yet the
  2668. devices listed for the JTAG scan chain must be given in the right
  2669. order (jtag newdevice), with the device closest to the TDO-Pin being
  2670. listed first. In general, whenever objects of the same type exist
  2671. which require an index number, then these objects must be given in the
  2672. right order (jtag newtap, targets and flash banks - a target
  2673. references a jtag newtap and a flash bank references a target).
  2674. You can use the ``scan_chain'' command to verify and display the tap order.
  2675. @item @b{JTAG Tap Order} JTAG Tap Order - Command Order
  2676. Many newer devices have multiple JTAG taps. For example: ST
  2677. Microsystems STM32 chips have two taps, a ``boundary scan tap'' and
  2678. ``cortexM3'' tap. Example: The STM32 reference manual, Document ID:
  2679. RM0008, Section 26.5, Figure 259, page 651/681, the ``TDI'' pin is
  2680. connected to the Boundary Scan Tap, which then connects to the
  2681. CortexM3 Tap, which then connects to the TDO pin.
  2682. Thus, the proper order for the STM32 chip is: (1) The CortexM3, then
  2683. (2) The Boundary Scan Tap. If your board includes an additional JTAG
  2684. chip in the scan chain (for example a Xilinx CPLD or FPGA) you could
  2685. place it before or after the stm32 chip in the chain. For example:
  2686. @itemize @bullet
  2687. @item OpenOCD_TDI(output) -> STM32 TDI Pin (BS Input)
  2688. @item STM32 BS TDO (output) -> STM32 CortexM3 TDI (input)
  2689. @item STM32 CortexM3 TDO (output) -> SM32 TDO Pin
  2690. @item STM32 TDO Pin (output) -> Xilinx TDI Pin (input)
  2691. @item Xilinx TDO Pin -> OpenOCD TDO (input)
  2692. @end itemize
  2693. The ``jtag device'' commands would thus be in the order shown below. Note
  2694. @itemize @bullet
  2695. @item jtag newtap Xilinx tap -irlen ...
  2696. @item jtag newtap stm32 cpu -irlen ...
  2697. @item jtag newtap stm32 bs -irlen ...
  2698. @item # Create the debug target and say where it is
  2699. @item target create stm32.cpu -chain-position stm32.cpu ...
  2700. @end itemize
  2701. @item @b{SYSCOMP} Sometimes my debugging session terminates with an error. When I look into the
  2702. log file, I can see these error messages: Error: arm7_9_common.c:561
  2703. arm7_9_execute_sys_speed(): timeout waiting for SYSCOMP
  2704. TODO.
  2705. @end enumerate
  2706. @node TCL Crash Course
  2707. @chapter TCL Crash Course
  2708. @cindex TCL
  2709. Not everyone knows TCL - this is not intended to be a replacement for
  2710. learning TCL, the intent of this chapter is to give you some idea of
  2711. how the TCL Scripts work.
  2712. This chapter is written with two audiences in mind. (1) OpenOCD users
  2713. who need to understand a bit more of how JIM-Tcl works so they can do
  2714. something useful, and (2) those that want to add a new command to
  2715. OpenOCD.
  2716. @section TCL Rule #1
  2717. There is a famous joke, it goes like this:
  2718. @enumerate
  2719. @item Rule #1: The wife is aways correct
  2720. @item Rule #2: If you think otherwise, See Rule #1
  2721. @end enumerate
  2722. The TCL equal is this:
  2723. @enumerate
  2724. @item Rule #1: Everything is a string
  2725. @item Rule #2: If you think otherwise, See Rule #1
  2726. @end enumerate
  2727. As in the famous joke, the consiquences of Rule #1 are profound. Once
  2728. you understand Rule #1, you will understand TCL.
  2729. @section TCL Rule #1b
  2730. There is a second pair of rules.
  2731. @enumerate
  2732. @item Rule #1: Control flow does not exist. Only commands
  2733. @* For example: the classic FOR loop or IF statement is not a control
  2734. flow item, they are commands, there is no such thing as control flow
  2735. in TCL.
  2736. @item Rule #2: If you think otherwise, See Rule #1
  2737. @* Actually what happens is this: There are commands that by
  2738. convention, act like control flow key words in other languages. One of
  2739. those commands is the word ``for'', another command is ``if''.
  2740. @end enumerate
  2741. @section Per Rule #1 - All Results are strings
  2742. Every TCL command results in a string. The word ``result'' is used
  2743. deliberatly. No result is just an empty string. Remember: @i{Rule #1 -
  2744. Everything is a string}
  2745. @section TCL Quoting Operators
  2746. In life of a TCL script, there are two important periods of time, the
  2747. difference is subtle.
  2748. @enumerate
  2749. @item Parse Time
  2750. @item Evaluation Time
  2751. @end enumerate
  2752. The two key items here are how ``quoted things'' work in TCL. TCL has
  2753. three primary quoting constructs, the [square-brackets] the
  2754. @{curly-braces@} and ``double-quotes''
  2755. By now you should know $VARIABLES always start with a $DOLLAR
  2756. sign. BTW, to set a variable, you actually use the command ``set'', as
  2757. in ``set VARNAME VALUE'' much like the ancient BASIC langauge ``let x
  2758. = 1'' statement, but without the equal sign.
  2759. @itemize @bullet
  2760. @item @b{[square-brackets]}
  2761. @* @b{[square-brackets]} are command subsitution. It operates much
  2762. like Unix Shell `back-ticks`. The result of a [square-bracket]
  2763. operation is exactly 1 string. @i{Remember Rule #1 - Everything is a
  2764. string}. These two statments are roughly identical.
  2765. @example
  2766. # bash example
  2767. X=`date`
  2768. echo "The Date is: $X"
  2769. # TCL example
  2770. set X [date]
  2771. puts "The Date is: $X"
  2772. @end example
  2773. @item @b{``double-quoted-things''}
  2774. @* @b{``double-quoted-things''} are just simply quoted
  2775. text. $VARIABLES and [square-brackets] are expanded in place - the
  2776. result however is exactly 1 string. @i{Remember Rule #1 - Everything
  2777. is a string}
  2778. @example
  2779. set x "Dinner"
  2780. puts "It is now \"[date]\", $x is in 1 hour"
  2781. @end example
  2782. @item @b{@{Curly-Braces@}}
  2783. @*@b{@{Curly-Braces@}} are magic: $VARIABLES and [square-brackets] are
  2784. parsed, but are NOT expanded or executed. @{Curly-Braces@} are like
  2785. 'single-quote' operators in BASH shell scripts, with the added
  2786. feature: @{curly-braces@} nest, single quotes can not. @{@{@{this is
  2787. nested 3 times@}@}@} NOTE: [date] is perhaps a bad example, as of
  2788. 28/nov/2008, Jim/OpenOCD does not have a date command.
  2789. @end itemize
  2790. @section Consiquences of Rule 1/2/3/4
  2791. The consiquences of Rule 1 is profound.
  2792. @subsection Tokenizing & Execution.
  2793. Of course, whitespace, blank lines and #comment lines are handled in
  2794. the normal way.
  2795. As a script is parsed, each (multi) line in the script file is
  2796. tokenized and according to the quoting rules. After tokenizing, that
  2797. line is immedatly executed.
  2798. Multi line statements end with one or more ``still-open''
  2799. @{curly-braces@} which - eventually - a few lines later closes.
  2800. @subsection Command Execution
  2801. Remember earlier: There is no such thing as ``control flow''
  2802. statements in TCL. Instead there are COMMANDS that simpily act like
  2803. control flow operators.
  2804. Commands are executed like this:
  2805. @enumerate
  2806. @item Parse the next line into (argc) and (argv[]).
  2807. @item Look up (argv[0]) in a table and call its function.
  2808. @item Repeat until End Of File.
  2809. @end enumerate
  2810. It sort of works like this:
  2811. @example
  2812. for(;;)@{
  2813. ReadAndParse( &argc, &argv );
  2814. cmdPtr = LookupCommand( argv[0] );
  2815. (*cmdPtr->Execute)( argc, argv );
  2816. @}
  2817. @end example
  2818. When the command ``proc'' is parsed (which creates a procedure
  2819. function) it gets 3 parameters on the command line. @b{1} the name of
  2820. the proc (function), @b{2} the list of parameters, and @b{3} the body
  2821. of the function. Not the choice of words: LIST and BODY. The PROC
  2822. command stores these items in a table somewhere so it can be found by
  2823. ``LookupCommand()''
  2824. @subsection The FOR Command
  2825. The most interesting command to look at is the FOR command. In TCL,
  2826. the FOR command is normally implimented in C. Remember, FOR is a
  2827. command just like any other command.
  2828. When the ascii text containing the FOR command is parsed, the parser
  2829. produces 5 parameter strings, @i{(If in doubt: Refer to Rule #1)} they
  2830. are:
  2831. @enumerate 0
  2832. @item The ascii text 'for'
  2833. @item The start text
  2834. @item The test expression
  2835. @item The next text
  2836. @item The body text
  2837. @end enumerate
  2838. Sort of reminds you of ``main( int argc, char **argv )'' does it not?
  2839. Remember @i{Rule #1 - Everything is a string.} The key point is this:
  2840. Often many of those parameters are in @{curly-braces@} - thus the
  2841. variables inside are not expanded or replaced until later.
  2842. Remember that every TCL command looks like the classic ``main( argc,
  2843. argv )'' function in C. In JimTCL - they actually look like this:
  2844. @example
  2845. int
  2846. MyCommand( Jim_Interp *interp,
  2847. int *argc,
  2848. Jim_Obj * const *argvs );
  2849. @end example
  2850. Real TCL is nearly identical. Although the newer versions have
  2851. introduced a byte-code parser and intepreter, but at the core, it
  2852. still operates in the same basic way.
  2853. @subsection FOR Command Implimentation
  2854. To understand TCL it is perhaps most helpful to see the FOR
  2855. command. Remember, it is a COMMAND not a control flow structure.
  2856. In TCL there are two underying C helper functions.
  2857. Remember Rule #1 - You are a string.
  2858. The @b{first} helper parses and executes commands found in an ascii
  2859. string. Commands can be seperated by semi-colons, or newlines. While
  2860. parsing, variables are expanded per the quoting rules
  2861. The @b{second} helper evaluates an ascii string as a numerical
  2862. expression and returns a value.
  2863. Here is an example of how the @b{FOR} command could be
  2864. implimented. The pseudo code below does not show error handling.
  2865. @example
  2866. void Execute_AsciiString( void *interp, const char *string );
  2867. int Evaluate_AsciiExpression( void *interp, const char *string );
  2868. int
  2869. MyForCommand( void *interp,
  2870. int argc,
  2871. char **argv )
  2872. @{
  2873. if( argc != 5 )@{
  2874. SetResult( interp, "WRONG number of parameters");
  2875. return ERROR;
  2876. @}
  2877. // argv[0] = the ascii string just like C
  2878. // Execute the start statement.
  2879. Execute_AsciiString( interp, argv[1] );
  2880. // Top of loop test
  2881. for(;;)@{
  2882. i = Evaluate_AsciiExpression(interp, argv[2]);
  2883. if( i == 0 )
  2884. break;
  2885. // Execute the body
  2886. Execute_AsciiString( interp, argv[3] );
  2887. // Execute the LOOP part
  2888. Execute_AsciiString( interp, argv[4] );
  2889. @}
  2890. // Return no error
  2891. SetResult( interp, "" );
  2892. return SUCCESS;
  2893. @}
  2894. @end example
  2895. Every other command IF, WHILE, FORMAT, PUTS, EXPR, everything works
  2896. in the same basic way.
  2897. @section OpenOCD TCL Usage
  2898. @subsection source and find commands
  2899. @b{Where:} In many configuration files
  2900. @* Example: @b{ source [find FILENAME] }
  2901. @*Remember the parsing rules
  2902. @enumerate
  2903. @item The FIND command is in square brackets.
  2904. @* The FIND command is executed with the parameter FILENAME. It should
  2905. find the full path to the named file. The RESULT is a string, which is
  2906. subsituted on the orginal command line.
  2907. @item The command source is executed with the resulting filename.
  2908. @* SOURCE reads a file and executes as a script.
  2909. @end enumerate
  2910. @subsection format command
  2911. @b{Where:} Generally occurs in numerous places.
  2912. @* TCL no command like @b{printf()}, intead it has @b{format}, which is really more like
  2913. @b{sprintf()}.
  2914. @b{Example}
  2915. @example
  2916. set x 6
  2917. set y 7
  2918. puts [format "The answer: %d" [expr $x * $y]]
  2919. @end example
  2920. @enumerate
  2921. @item The SET command creates 2 variables, X and Y.
  2922. @item The double [nested] EXPR command performs math
  2923. @* The EXPR command produces numerical result as a string.
  2924. @* Refer to Rule #1
  2925. @item The format command is executed, producing a single string
  2926. @* Refer to Rule #1.
  2927. @item The PUTS command outputs the text.
  2928. @end enumerate
  2929. @subsection Body Or Inlined Text
  2930. @b{Where:} Various TARGET scripts.
  2931. @example
  2932. #1 Good
  2933. proc someproc @{@} @{
  2934. ... multiple lines of stuff ...
  2935. @}
  2936. $_TARGETNAME configure -event FOO someproc
  2937. #2 Good - no variables
  2938. $_TARGETNAME confgure -event foo "this ; that;"
  2939. #3 Good Curly Braces
  2940. $_TARGETNAME configure -event FOO @{
  2941. puts "Time: [date]"
  2942. @}
  2943. #4 DANGER DANGER DANGER
  2944. $_TARGETNAME configure -event foo "puts \"Time: [date]\""
  2945. @end example
  2946. @enumerate
  2947. @item The $_TARGETNAME is an OpenOCD variable convention.
  2948. @*@b{$_TARGETNAME} represents the last target created, the value changes
  2949. each time a new target is created. Remember the parsing rules. When
  2950. the ascii text is parsed, the @b{$_TARGETNAME} becomes a simple string,
  2951. the name of the target which happens to be a TARGET (object)
  2952. command.
  2953. @item The 2nd parameter to the @option{-event} parameter is a TCBODY
  2954. @*There are 4 examples:
  2955. @enumerate
  2956. @item The TCLBODY is a simple string that happens to be a proc name
  2957. @item The TCLBODY is several simple commands semi-colon seperated
  2958. @item The TCLBODY is a multi-line @{curly-brace@} quoted string
  2959. @item The TCLBODY is a string with variables that get expanded.
  2960. @end enumerate
  2961. In the end, when the target event FOO occurs the TCLBODY is
  2962. evaluated. Method @b{#1} and @b{#2} are functionally identical. For
  2963. Method @b{#3} and @b{#4} it is more interesting. What is the TCLBODY?
  2964. Remember the parsing rules. In case #3, @{curly-braces@} mean the
  2965. $VARS and [square-brackets] are expanded later, when the EVENT occurs,
  2966. and the text is evaluated. In case #4, they are replaced before the
  2967. ``Target Object Command'' is executed. This occurs at the same time
  2968. $_TARGETNAME is replaced. In case #4 the date will never
  2969. change. @{BTW: [date] is perhaps a bad example, as of 28/nov/2008,
  2970. Jim/OpenOCD does not have a date command@}
  2971. @end enumerate
  2972. @subsection Global Variables
  2973. @b{Where:} You might discover this when writing your own procs @* In
  2974. simple terms: Inside a PROC, if you need to access a global variable
  2975. you must say so. Also see ``upvar''. Example:
  2976. @example
  2977. proc myproc @{ @} @{
  2978. set y 0 #Local variable Y
  2979. global x #Global variable X
  2980. puts [format "X=%d, Y=%d" $x $y]
  2981. @}
  2982. @end example
  2983. @section Other Tcl Hacks
  2984. @b{Dynamic Variable Creation}
  2985. @example
  2986. # Dynamically create a bunch of variables.
  2987. for @{ set x 0 @} @{ $x < 32 @} @{ set x [expr $x + 1]@} @{
  2988. # Create var name
  2989. set vn [format "BIT%d" $x]
  2990. # Make it a global
  2991. global $vn
  2992. # Set it.
  2993. set $vn [expr (1 << $x)]
  2994. @}
  2995. @end example
  2996. @b{Dynamic Proc/Command Creation}
  2997. @example
  2998. # One "X" function - 5 uart functions.
  2999. foreach who @{A B C D E@}
  3000. proc [format "show_uart%c" $who] @{ @} "show_UARTx $who"
  3001. @}
  3002. @end example
  3003. @node Target library
  3004. @chapter Target library
  3005. @cindex Target library
  3006. OpenOCD comes with a target configuration script library. These scripts can be
  3007. used as-is or serve as a starting point.
  3008. The target library is published together with the openocd executable and
  3009. the path to the target library is in the OpenOCD script search path.
  3010. Similarly there are example scripts for configuring the JTAG interface.
  3011. The command line below uses the example parport configuration scripts
  3012. that ship with OpenOCD, then configures the str710.cfg target and
  3013. finally issues the init and reset command. The communication speed
  3014. is set to 10kHz for reset and 8MHz for post reset.
  3015. @example
  3016. openocd -f interface/parport.cfg -f target/str710.cfg -c "init" -c "reset"
  3017. @end example
  3018. To list the target scripts available:
  3019. @example
  3020. $ ls /usr/local/lib/openocd/target
  3021. arm7_fast.cfg lm3s6965.cfg pxa255.cfg stm32.cfg xba_revA3.cfg
  3022. at91eb40a.cfg lpc2148.cfg pxa255_sst.cfg str710.cfg zy1000.cfg
  3023. at91r40008.cfg lpc2294.cfg sam7s256.cfg str912.cfg
  3024. at91sam9260.cfg nslu2.cfg sam7x256.cfg wi-9c.cfg
  3025. @end example
  3026. @include fdl.texi
  3027. @node OpenOCD Index
  3028. @comment DO NOT use the plain word ``Index'', reason: CYGWIN filename
  3029. @comment case issue with ``Index.html'' and ``index.html''
  3030. @comment Occurs when creating ``--html --no-split'' output
  3031. @comment This fix is based on: http://sourceware.org/ml/binutils/2006-05/msg00215.html
  3032. @unnumbered OpenOCD Index
  3033. @printindex cp
  3034. @bye