Home

Open On-Chip Debugger: OpenOCD User's Guide

image

Contents

1. The default setting should work reasonably well on commodity PC hardware However you may want to calibrate for your specific hardware Tip To measure the toggling time with a logic analyzer or a digital storage oscilloscope follow the procedure below gt parport_toggling time 1000 gt jtag_khz 500 This sets the maximum JTAG clock speed of the hardware but the actual speed probably deviates from the requested 500 kHz Now measure the time between the two closest spaced TCK transitions You can use runtest 1000 or something similar to generate a large set of samples Update the setting to match your measurement gt parport_toggling time lt measured nanoseconds gt Now the clock speed will be a better match for jtag_khz rate commands given in OpenOCD scripts and event handlers You can do something similar with many digital multimeters but note that you ll probably need to run the clock continuously for several seconds before it decides what clock rate to show Adjust the toggling time up or down until the measured clock rate is a good match for the jtag_khz rate you specified be conservative Chapter 8 Interface Dongle Configuration 31 parport write on exit onloff Config Command This will configure the parallel driver to write a known cable specific value to the parallel interface on exiting OpenOCD For example the interface configuration file for a classic Wiggler cable might look something like this
2. target request debugmsgs enable disable charmsg Command Displays current handling of target DCC message requests These messages may be sent to the debugger while the target is running The optional enable and charmsg parameters both enable the messages while disable disables them With charmsg the DCC words each contain one character as used by Linux with CONFIG_DEBUG_ICEDCC otherwise the libdcc format is used trace history clear count Command With no parameter displays all the trace points that have triggered in the order they triggered With the parameter clear erases all current trace history records With a count parameter allocates space for that many history records trace point clear identifier Command With no parameter displays all trace point identifiers and how many times they have been triggered With the parameter clear erases all current trace point coun ters With a numeric identifier parameter creates a new a trace point counter and associates it with that identifier Important The identifier and the trace point number are not related except by this command These trace point numbers always start at zero from server startup or after trace point clear and count up from there Chapter 17 JTAG Commands 89 17 JTAG Commands Most general purpose JTAG commands have been presented earlier See JTAG Speed page 31 Chapter 9 Reset Co
3. 2000 00 19 6 3 23 Adding TAPs to the Scan Chain 2200005 20 6 3 3 Add CPU targets cadi es ux terres EP ORE ens 20 6 3 4 Chip Reset Setup ssssesesssseseeess eh 21 6 3 5 ARM Core Specific Hacks 00002 c cece eee eee 21 6 3 6 Internal Flash Configuration 00 e eee ee eee 21 6 4 Translating Configuration Files 0 0 e eee eee eee 22 Daemon Configuration Luuuuuu 23 7 1 Configuration Stage 20 cece cece ern 23 7 2 Entering the Run Stage sss eee eens 23 TS TJOB IPS2POrisS itor kanes sassy pars OD nO sees 24 7 4 GDB Configuration 00 eee eee ees 24 1 9 Event Polling sisi Sebbene beh cb white Saale wk ee es 25 Interface Dongle Configuration 27 8 1 Interface Configuration 0 cece eee eens 27 8 2 Interface Drivers danune ere a a e 27 8 9 JTAG Speed Eo ae bas or a eR E EU dus 31 Reset Configuration uuuusuuu 33 9 1 Types of Reset enero tvs ae cae ene ERES 33 9 2 SRST and TRST Issues eseseeseeee ese 33 9 3 Commands for Handling Resets 0 cece eee eee 34 9 4 Custom Reset Handling 00 36 10 TAP Declaration o sos case a X EDI a ee 38 TO L Scan Chains eL a c Rex Ra hc 38 10 2 TAP Names ceci aee er EA EHE ERE RU 39 10 3 TAP Declaration Commands 0 aseene esras 39 10 4 Other TAP commands 0 00 cece eee eee eee eee 41 10 5
4. Command Enables verification of DR and IR scans to help detect programming errors For IR scans verify_ircapture must also be enabled Default is enabled 17 2 TAP state names The tap_state names used by OpenOCD in the drscan irscan and pathmove commands are the same as those used in SVF boundary scan documents except that SVF uses IDLE instead of RUN IDLE e RESET stable with TMS high acts as if TRST were pulsed e RUN IDLE stable don t assume this always means IDLE e DRSELECT e DRCAPTURE e DRSHIFT stable TDI TDO shifting through the data register e DREXITI e DRPAUSE stable data register ready for update or more shifting e DREXIT2 e DRUPDATE e IRSELECT e IRCAPTURE e IRSHIFT stable TDI TDO shifting through the instruction register e IREXITI e IRPAUSE stable instruction register ready for update or more shifting e IREXIT2 e IRUPDATE Note that only six of those states are fully stable in the face of TMS fixed low except for RESET and a free running JTAG clock For all the others the next TCK transition changes to a new state e From DRSHIFT and IRSHIFT clock transitions will produce side effects by changing register contents The values to be latched in upcoming DRUPDATE or IRUPDATE states may not be as expected e RUN IDLE DRPAUSE and IRPAUSE are reasonable choices after drscan or irscan com mands since they are free of JTAG side effects e RUN IDLE may have side effects that appear
5. elf This will first attempt a comparison using a CRC checksum if this fails it will try a binary compare Chapter 15 General Commands 77 15 6 Breakpoint and Watchpoint commands CPUs often make debug modules accessible through JTAG with hardware support for a handful of code breakpoints and data watchpoints In addition CPUs almost always support software breakpoints bp address len hw Command With no parameters lists all active breakpoints Else sets a breakpoint on code execution starting at address for length bytes This is a software breakpoint unless hw is specified in which case it will be a hardware breakpoint See arm9 vector_catch page 83 or see xscale vector_catch page 86 for similar mechanisms that do not consume hardware breakpoints rbp address Command Remove the breakpoint at address rwp address Command Remove data watchpoint on address wp address len r w a value mask Command With no parameters lists all active watchpoints Else sets a data watchpoint on data from address for length bytes The watch point is an access watchpoint unless the r or w parameter is provided defining it as respectively a read or write watchpoint If a value is provided that value is used when determining if the watchpoint should trigger The value may be first be masked using mask to mark don t care fields 15 7 Misc Commands profile seconds filename
6. target configuration file define any type of flash that is external to the chip For example a BOOT flash on Chip Select 0 Such flash information goes in a board file not the TARGET chip file Examples e at91sam7x256 has 256K flash YES enable it e str912 has flash internal YES enable it e imx27 uses boot flash on CSO it goes in the board file pxa270 again CSO flash it goes in the board file Chapter 6 Config File Guidelines 22 6 4 Translating Configuration Files If you have a configuration file for another hardware debugger or toolset Abatron BDI2000 BDI3000 CCS Lauterbach Segger Macraigor etc translating it into OpenOCD syntax is often quite straightforward The most tricky part of creating a configuration script is oftentimes the reset init sequence where e g PLLs DRAM and the like is set up One trick that you can use when translating is to write small Tcl procedures to translate the syntax into OpenOCD syntax This can avoid manual translation errors and make it easier to convert other scripts later on Example of transforming quirky arguments to a simple search and replace job Lauterbach syntax Data Set c15 0x042f long 0x40000015 OpenOCD syntax when using procedure below dk dk dt db HHHH setci5 0x01 0x00050078 proc setc15 regs value global TARGETNAME echo format set p15 0x 04x 0x 08x regs value mcr 15 expr regs gt gt 12 amp 0x7 expr regs gt
7. e clock kHz the frequency in kiloHertz at which the core is running e calc checksum optional but you probably want to provide this telling the driver to calculate a valid checksum for the exception vector table LPC flashes don t require the chip and bus width to be specified flash bank l1pc2000 0x0 0x7d000 O O TARGETNAME lpc2000 v2 14765 calc checksum Chapter 12 Flash Commands 59 lpc2000 part id bank Command Displays the four byte part identifier associated with the specified flash bank lpc288x Flash Driver The LPC2888 microcontroller from NXP needs slightly different flash support from its Ipc2000 siblings The Ipc288x driver defines one mandatory parameter the pro gramming clock rate in Hz LPC flashes don t require the chip and bus width to be specified flash bank lpc288x 0 0 0 O TARGETNAME 12000000 1pc2900 Flash Driver This driver supports the LPC29xx ARM968E based microcontroller family from NXP The predefined parameters base size chip width and bus_width of the flash bank command are ignored Flash size and sector layout are auto configured by the driver The driver has one additional mandatory parameter The CPU clock rate in kHz at the time the flash operations will take place Most of the time this will not be the crystal frequency but a higher PLL frequency The reset init event handler in the board script is usually the place where you start the PLL The driver rejects flashless
8. interface parport parport port Oxc8b8 parport cable wiggler presto Interface Driver ASIX PRESTO USB JTAG programmer rlink Interface Driver Raisonance RLink USB adapter usbprog Interface Driver usbprog is a freely programmable USB adapter vsllink Interface Driver vsllink is part of Versaloon which is a versatile USB programmer Note This defines quite a few driver specific commands which are not currently documented here ZY1000 Interface Driver This is the Zylin ZY1000 JTAG debugger Note This defines some driver specific commands which are not cur rently documented here power on off Command Turn power switch to target on off No arguments print status 8 3 JTAG Speed JTAG clock setup is part of system setup It does not belong with interface setup since any interface only knows a few of the constraints for the JTAG clock speed Sometimes the JTAG speed is changed during the target initialization process 1 slow at reset 2 program the CPU clocks 3 run fast Both the slow and fast clock rates are functions of the oscillators used the chip the board design and sometimes power management software that may be active The speed used during reset and the scan chain verification which follows reset can be adjusted using a reset start target event handler It can then be reconfigured to a faster speed by a reset init target event handler after it reprograms those CPU clocks or manu
9. www amontec com jtagkey2 shtml e oocdlink See http www oocdlink com By Joern Kaipf e signalyzer See http www signalyzer com Chapter 2 JTAG Hardware Dongles 4 e evb Im3s811 See http www luminarymicro com The Stellaris LM3S811 eval board has an F TD2232C chip built in e luminary icdi See http www luminarymicro com Luminary In Circuit Debug Interface ICDI Board included in the Stellaris LM3S9B90 and LM3S9B92 Evaluation Kits e olimex jtag See http www olimex com e flyswatter See http www tincantools com e turtelizer2 See Turtelizer 2 http www ethernut de en hardware turtelizer index html or http www ethernut de e comstick Link http www hitex com index php id 383 e stm32stick Link http www hitex com stm32 stick e axm0432 jtag Axiom AXM 0432 Link http www axman com e cortino Link http www hitex com index php id cortino 2 4 USB JLINK based There are several OEM versions of the Segger JLINK adapter It is an example of a micro controller based JTAG adapter it uses an AT91SAM764 internally e ATMEL SAMICE Only works with ATMEL chips Link http www atmel com dyn products tools card asp tool id 3892 e SEGGER JLINK Link http www segger com jlink html e IAR J Link Link http www iar com websitei 1 0 1 0 369 1 index php 2 5 USB RLINK based Raisonance has an adapter called RLink It exists in a stripped down form on the STM32 Primer permanently attached to the
10. TAP Eventszcuszterewtetebeseudbek ee ee Cone TR NU CUR 41 10 6 Enabling and Disabling TAPs 0 2 cece ee eee Al 10 7 Autoprobing s 4 chiro ested hee te to See a ee d daten 42 11 CPU Configuration o ee ECKE C9 44 lll Farget List 2 m RE TCI RR REPETI 44 11 2 Target CPU Types and Variants ssseeeeeeeeeeeeee 45 11 3 Target Configuration 00 0 cece eee eh 46 11 4 Other target name Commands 0ceeceeeeeeee 48 ll 5 larg t BEventslicneen et te eee es DUE IER tede 50 ii 12 Flash Commands 53 12 1 Flash Configuration Commands sseseeseeseseee 53 12 2 Erasing Reading Writing to Flash 2004 54 12 3 Other Flash commands 0000s e eee eee eee eee 55 12 4 Flash Driver List oe REESDLLeee peer eke 56 12 4 1 External Flashes i cer Re ERE EP RIS 56 12 4 2 Internal Flash Microcontrollers 005 56 12 4 3 StrOxpec driver ccena eek e oe alia eR 62 12 5 amPlasli 3 iR Seas UTR ENUE RERO RUCRORUVEEUS 64 12 5 1 mFlash Configuration sssessseesesesee eene 64 12 5 2 mFlash commands 0 ec eee eee eee ees 64 13 NAND Flash Commands 65 13 1 NAND Configuration Commands sssesssssssssssee 65 13 2 Erasing Reading Writing to NAND Flash 66 13 8 Other NAND commands 000 e cece ene eee ees 68 13 4 NAND Driver Liste e
11. a portion of it either copied verbatim or with modifications and or translated into another language A Secondary Section is a named appendix or a front matter section of the Document that deals exclusively with the relationship of the publishers or authors of the Document to the Document s overall subject or to related matters and contains nothing that could fall directly within that overall subject Thus if the Document is in part a textbook of mathematics a Secondary Section may not explain any mathematics The relationship could be a matter of historical connection with the subject or with related matters or of legal commercial philosophical ethical or political position regarding them The Invariant Sections are certain Secondary Sections whose titles are designated as being those of Invariant Sections in the notice that says that the Document is released Appendix A The GNU Free Documentation License 110 under this License If a section does not fit the above definition of Secondary then it is not allowed to be designated as Invariant The Document may contain zero Invariant Sections If the Document does not identify any Invariant Sections then there are none The Cover Texts are certain short passages of text that are listed as Front Cover Texts or Back Cover Texts in the notice that says that the Document is released under this License A Front Cover Text may be at most 5 words and a Back Cover Text may be at
12. but that is not currently supported in OpenOCD arm disassemble address count thumb Command Disassembles count instructions starting at address If count is not specified a single instruction is disassembled If thumb is specified or the low bit of the address is set Thumb2 mixed 16 32 bit instructions are used else ARM 32 bit instructions are Chapter 16 Architecture and Core Commands 82 used Processors may also support the Jazelle state but those instructions are not currently understood by OpenOCD Note that all Thumb instructions are Thumb2 instructions so older processors with out Thumb2 support will still see correct disassembly of Thumb code Also Thum bEE opcodes are the same as Thumb2 with a handful of exceptions ThumbEE disassembly currently has no explicit support arm reg Command Display a table of all banked core registers fetching the current value from every core mode if necessary OpenOCD versions before rev 60 didn t fetch the current register value 16 2 1 ARM7 and ARMO specific commands These commands are specific to ARM7 and ARMO cores like ARM7TDMI ARM720T ARM9TDMI ARM920T or ARM926EJ S They are available in addition to the ARMv4 5 commands and any other core specific commands that may be available arm 9 dbgrq enable disable Command Control use of the EmbeddedIce DBGRQ signal to force entry into debug mode instead of breakpoints This should be safe for all bu
13. for ReadAndParse amp argc amp argv Chapter 23 Tcl Crash Course 105 cmdPtr LookupCommand argv 0 cmdPtr gt Execute argc argv When the command proc is parsed which creates a procedure function it gets 3 parame ters on the command line 1 the name of the proc function 2 the list of parameters and 3 the body of the function Not the choice of words LIST and BODY The PROC command stores these items in a table somewhere so it can be found by LookupCommand 23 5 3 The FOR command The most interesting command to look at is the FOR command In Tcl the FOR command is normally implemented in C Remember FOR is a command just like any other command When the ascii text containing the FOR command is parsed the parser produces 5 param eter strings If in doubt Refer to Rule 1 they are 0 The ascii text for 1 The start text 2 The test expression 3 The next text 4 The body text Sort of reminds you of main int argc char argv does it not Remember Rule 1 Everything is a string The key point is this Often many of those parameters are in curly braces thus the variables inside are not expanded or replaced until later Remember that every Tcl command looks like the classic main argc argv function in C In JimTCL they actually look like this int MyCommand Jim_Interp interp int argc Jim_Obj const argvs Real Tcl is nearly identical Although
14. is used to detect certain non CFI flash ROMs like AM29LV010 and similar types e xl6 as x8 when a 16 bit flash is hooked up to an 8 bit bus To configure two adjacent banks of 16 MBytes each both sixteen bits two bytes wide on a sixteen bit bus flash bank cfi 0x00000000 0x01000000 2 2 TARGETNAME flash bank cfi 0x01000000 0x01000000 2 2 TARGETNAME To configure one bank of 32 MBytes built from two sixteen bit two byte wide parts wired in parallel to create a thirty two bit four byte bus with doubled throughput flash bank cfi 0x00000000 0x02000000 2 4 _TARGETNAME 12 4 2 Internal Flash Microcontrollers aduc702x Flash Driver The ADUC702x analog microcontrollers from Analog Devices include internal flash and use ARM7TDMI cores The aduc702x flash driver works with models ADUC7019 through ADUC7028 The setup command only requires the target argument since all devices in this family have the same memory layout flash bank aduc702x 0 0 O O _TARGETNAME at91sam3 Flash Driver All members of the AT91SAM3 microcontroller family from Atmel include internal flash and use ARM s Cortex M3 core The driver currently 6 22 09 recognizes the AT91SAMS3U 1 2 4 C E chips Note that the driver was orginaly developed and tested using the AT91SAM3U4E using a SAM3U EK eval board Support for other chips in the family was cribbed from the data sheet Note to future readers updaters Please remove this worrysome comment after oth
15. jtag operations using CHIP jrc jtag configure CHIP cpu event tap disable jtag operations using CHIP jrc Then you might want that CPU s TAP enabled almost all the time jtag configure CHIP jrc event setup jtag tapenable CHIP cpu Note how that particular setup event handler declaration uses quotes to evaluate CHIP when the event is configured Using brackets would cause it to be evaluated later at runtime when it might have a different value jtag tapdisable dotted name Command If necessary disables the tap by sending it a tap disable event Returns the string if the tap specified by dotted name is enabled and 0 if it is disabled jtag tapenable dotted name Command If necessary enables the tap by sending it a tap enable event Returns the string 1 if the tap specified by dotted name is enabled and 0 if it is disabled jtag tapisenabled dotted name Command Returns the string 1 if the tap specified by dotted name is enabled and 0 if it is disabled Note Humans will find the scan_chain command more helpful for query ing the state of the JTAG taps 10 7 Autoprobing TAP configuration is the first thing that needs to be done after interface and reset con figuration Sometimes it s hard finding out what TAPs exist or how they are identified Vendor documentation is not always easy to find and use Chapter 10 TAP Declaration 43 To help you get past such problems OpenOCD
16. or stm32 cpu Many other commands use that dotted name to manipulate or refer to the TAP For example CPU configuration uses the name as does declaration of NAND or NOR flash banks The components of a dotted name should follow C symbol name rules start with an alphabetic character then numbers and underscores are OK while others including dots are not Tip In older code JTAG TAPs were numbered from 0 N This feature is still present However its use is highly discouraged and should not be relied on it will be removed by mid 2010 Update all of your scripts to use TAP names rather than numbers by paying attention to the runtime warnings they trigger Using TAP numbers in target configuration scripts prevents reusing those scripts on boards with multiple targets 10 3 TAP Declaration Commands jtag newtap chipname tapname configparams Command Declares a new TAP with the dotted name chipname tapname and configured ac cording to the various configparams See the ST document titled STR91xFAzzz Section 3 15 Jtag Interface Page 28 102 Figure 3 JTAG chaining inside the STR91xFA http eu st com stonline products literature ds 13495 pdf Chapter 10 TAP Declaration 40 The chipname is a symbolic name for the chip Conventionally target config files use CHIPNAME defaulting to the model name given by the chip vendor but overridable The tapname reflects the role of that TAP and should follow this convention b
17. state Command Loads the data register of tap with a series of bit fields that specify the entire register Each field is numbits bits long with a numeric value hexadecimal encouraged The return value holds the original value of each of those fields For example a 38 bit number might be specified as one field of 32 bits then one of 6 bits For portability never pass fields which are more than 32 bits long Many OpenOCD implementations do not support 64 bit or larger integer values All TAPs other than tap must be in BYPASS mode The single bit in their data registers does not matter When tap state is specified the JTAG state machine is left in that state For example DRPAUSE might be specified so that more instructions can be issued before re entering the RUN IDLE state If the end state is not specified the RUN IDLE state is entered Warning OpenOCD does not record information about data register lengths so it is important that you get the bit field lengths right Re member that different JTAG instructions refer to different data registers which may have different lengths Moreover those lengths may not be fixed the SCAN NN instruction can change the length of the register ac cessed by the INTEST instruction by connecting a different scan chain Chapter 17 JTAG Commands 90 flush count Command Returns the number of times the JTAG queue has been flushed This may be used for performance tuning For example flus
18. Document are reproduced in all copies and Appendix A The GNU Free Documentation License 111 that you add no other conditions whatsoever to those of this License You may not use technical measures to obstruct or control the reading or further copying of the copies you make or distribute However you may accept compensation in exchange for copies If you distribute a large enough number of copies you must also follow the conditions in section 3 You may also lend copies under the same conditions stated above and you may publicly display copies 3 COPYING IN QUANTITY If you publish printed copies or copies in media that commonly have printed covers of the Document numbering more than 100 and the Document s license notice requires Cover Texts you must enclose the copies in covers that carry clearly and legibly all these Cover Texts Front Cover Texts on the front cover and Back Cover Texts on the back cover Both covers must also clearly and legibly identify you as the publisher of these copies The front cover must present the full title with all words of the title equally prominent and visible You may add other material on the covers in addition Copying with changes limited to the covers as long as they preserve the title of the Document and satisfy these conditions can be treated as verbatim copying in other respects If the required texts for either cover are too voluminous to fit legibly you should put the first ones lis
19. Improved parallel port wiggler style JTAG adapter http www ccac rwth aachen de fJ michaels index php hardware armjtag Wiggler ntrst inverted Yet another variation See the source code src jtag parport c old amt wiggler Unknown probably not on the market today arm jtag Link Most likely http www olimex com dev arm jtag html another wiggler clone chameleon Link http www amontec com chameleon shtml1 Triton Unknown Lattice ispDownload from Lattice Semiconductor http www latticesemi com lit docs devtools dlicable pdf Chapter 2 JTAG Hardware Dongles 6 e flashlink From ST Microsystems FlashLINK JTAG programing cable for PSD and uPSD http www st com stonline products literature um 7889 pdf 2 8 Other e ep93xx An EP93xx based Linux machine using the GPIO pins directly e at91rm9200 Like the EP93xx but an ATMEL AT91RM9200 based solution using the GPIO pins on the chip Chapter 3 About JIM Tcl 7 3 About JIM Tcl OpenOCD includes a small Tcl Interpreter known as JIM Tcl This programming lan guage provides a simple and extensible command interpreter All commands presented in this Guide are extensions to JIM Tcl You can use them as simple commands without needing to learn much of anything about Tcl Alternatively can write Tcl programs with them You can learn more about JIM at its website http jim berlios de JIM vs Tcl JIM TCL is a stripped down version of the well kno
20. JTAG pinout to another but are tedious to set up Use these with connector pinout diagrams to help you match up the adapter signals to the right board pins 4 Connect the adapter s other end once the JTAG cable is connected A USB parallel or serial port connector will go to the host which you are using to run OpenOCD For Ethernet consult the documentation and your network administrator For USB based JTAG adapters you have an easy sanity check at this point does the host operating system see the JTAG adapter 5 Connect the adapter s power supply if needed This step is primarily for non USB adapters but sometimes USB adapters need extra power 6 Power up the target board Unless you just let the magic smoke escape you re now ready to set up the OpenOCD server so you can use JTAG to work with that board Talk with the OpenOCD server using telnet telnet localhost 4444 on many systems or GDB See Chapter 20 GDB and OpenOCD page 94 Chapter 5 OpenOCD Project Setup 10 5 2 Project Directory There are many ways you can configure OpenOCD and start it up A simple way to organize them all involves keeping a single directory for your work with a given board When you start OpenOCD from that directory it searches there first for configuration files scripts and for code you upload to the target board It is also the natural place to write files such as log files and data you download from the board 5 3 Configuration Basic
21. TAPs are declared is very important It must match the order in the J TAG scan chain both inside a single chip and between them See FAQ TAP Order page 101 m Chapter 10 TAP Declaration 39 For example the ST Microsystems STR912 chip has three separate TAPs To configure those taps target str912 cfg includes commands something like this jtag newtap str912 flash params jtag newtap str912 cpu params jtag newtap str912 bs params Actual config files use a variable instead of literals like str912 to support more than one chip of each type See Chapter 6 Config File Guidelines page 14 jtag names Command Returns the names of all current TAPs in the scan chain Use jtag cget or jtag tapisenabled to examine attributes and state of each TAP foreach t jtag names puts format TAP s n t j scan chain Command Displays the TAPs in the scan chain configuration and their status The set of TAPs listed by this command is fixed by exiting the OpenOCD configuration stage but systems with a JTAG router can enable or disable TAPs dynamically In addition to the enable disable status the contents of each TAP s instruction register can also change 10 2 TAP Names When TAP objects are declared with jtag newtap a dotted name is created for the TAP combining the name of a module usually a chip and a label for the TAP For exam ple xilinx tap str912 flash omap3530 jrc dm6446 dsp
22. activities For example one second s delay is usually more than enough time for a JTAG debugger to attach so that early code execution can be debugged or firmware can be replaced e Debug Communications Channel DCC Some processors include mechanisms to send messages over JTAG Many ARM cores support these as do some cores from other vendors OpenOCD may be able to use this DCC internally speeding up some operations like writing to memory Your application may want to deliver various debugging messages over J TAG by linking with a small library of code provided with OpenOCD and using the utilities there to send various kinds of message See Software Debug Messages and Tracing page 87 Chapter 6 Config File Guidelines 6 Config File Guidelines 14 This chapter is aimed at any user who needs to write a config file including developers and integrators of OpenOCD and any user who needs to get a new board working smoothly It provides guidelines for creating those files You should find the following directories under CINSTALLDIR scripts with files includ ing the ones listed here Use them as is where you can or as models for new files e interface think JTAG Dongle Files that configure JTAG adapters go here board contain initialization items that are specific to a board They reuse target configuration files since the same microprocessor chips are used on many boards but support for external pa
23. affect program execution times If that is a problem see ARM Hardware Tracing page 78 See libdcc in the contrib dir for more details In addition to sending strings characters and arrays of various size integers from the target libdcc also exports a software trace point mechanism The target being debugged may issue trace messages which include a 24 bit trace point number Trace point support includes two distinct mechanisms each supported by a command e History A circular buffer of trace points can be set up and then displayed at any time This tracks where code has been which can be invaluable in finding out how some fault was triggered The buffer may overflow since it collects records continuously It may be useful to use some of the 24 bits to represent a particular event and other bits to hold data e Counting An array of counters can be set up and then displayed at any time This can help establish code coverage and identify hot spots The array of counters is directly indexed by the trace point number so trace points with higher numbers are not counted Linux ARM kernels have a Kernel low level debugging via EmbeddedICE DCC channel option CONFIG_DEBUG_ICEDCC depends on CONFIG_DEBUG_LL which uses this mechanism to deliver messages before a serial console can be activated This is not the same format used by libdcc Other software such as the U Boot boot loader sometimes does the same thing
24. and to say if either signal is even present See Chapter 9 Reset Configuration page 33 Note that TRST is specially handled It actually signifies JTAG s RESET state So if the board doesn t support the optional TRST signal or it doesn t support it along with the specified SRST value JTAG reset is triggered with TMS and TCK signals instead of the TRST signal And no matter how that JTAG reset is triggered once the scan chain enters RESET with TRST inactive TAP post reset events are delivered to all TAPs with handlers for that event pathmove start_state next_state Command Start by moving to start state which must be one of the stable states Unless it is the only state given this will often be the current state so that no TCK transitions are needed Then in a series of single state transitions conforming to the JTAG state machine shift to each next state in sequence one per TCK cycle The final state must also be stable runtest num cycles Command Move to the RUN IDLE state and execute at least num_cycles of the JTAG clock TCK Instructions often need some time to execute before they take effect verify ircapture enable disable Command Verify values captured during IRCAPTURE and returned during IR scans Default is enabled but this can be overridden by verify_jtag This flag is ignored when validating JTAG chain configuration Chapter 17 JTAG Commands 91 verify jtag enable disable
25. are described there is a parameter for specifying the clock frequency for LPC2000 in ternal flash devices e g flash bank 1pc2000 0x0 0x40000 0 0 0 1pc2000 v1 14746 calc checksum which must be specified in kilohertz However I do have a quartz crystal of a frequency that contains fractions of kilohertz e g 14 745 600 Hz i e 14 745 600 kHz Is it possible to specify real numbers for the clock frequency No The clock frequency specified here must be given as an integral number However this clock frequency is used by the In Application Programming IAP routines of the LPC2000 family only which seems to be very tolerant concerning the given clock frequency so a slight difference between the specified clock frequency and the actual clock frequency will not cause any trouble Command Order Do I have to keep a specific order for the commands in the configu ration file Well yes and no Commands can be given in arbitrary order yet the devices listed for the J TAG scan chain must be given in the right order jtag newdevice with the device closest to the TDO Pin being listed first In general whenever objects of the same type exist which require an index number then these objects must be given in the right order jtag newtap targets and flash banks a target references a jtag newtap and a flash bank references a target You can use the scan chain command to verify and display the tap order Also some commands can t execu
26. command armjtagew info Command Logs some status at91rm9200 Interface Driver Supports bitbanged JTAG from the local system presuming that system is an Atmel AT91rm9200 and a specific set of GPIOs is used Chapter 8 Interface Dongle Configuration 28 dummy Interface Driver A dummy software only driver for debugging ep93xx Interface Driver Cirrus Logic EP93xx based single board computer bit banging in development ft2232 Interface Driver FTDI FT2232 USB based devices over one of the userspace libraries These in terfaces have several commands used to configure the driver before initializing the JTAG scan chain ft2232 device desc description Config Command Provides the USB device description the Product string of the FTDI FT2232 device If not specified the FTDI default value is used This setting is only valid if compiled with FTD2XX support ft2232 serial serial number Config Command Specifies the serial number of the FTDI FT2232 device to use in case the vendor provides unique IDs and more than one F T2232 device is connected to the host If not specified serial numbers are not considered Note that USB serial numbers can be arbitrary Unicode strings and are not restricted to containing only decimal digits ft2232 layout name Config Command Each vendor s F T2232 device can use different GPIO signals to control output enables reset signals and LEDs Currently valid layout name values includ
27. devices currently the LPC2930 The EEPROM in LPC2900 devices is not mapped directly into the address space It must be handled much more like NAND flash memory and will therefore be handled by a separate 1pc2900_eeprom driver not yet available Sector protection in terms of the LPC2900 is handled transparently Every time a sector needs to be erased or programmed it is automatically unprotected What is shown as protection status in the flash info command is actually the LPC2900 sector security This is a mechanism to prevent a sector from ever being erased or programmed again As this is an irreversible mechanism it is handled by a spe cial command 1pc2900 secure sector and not by the standard flash protect command Example for a 125 MHz clock frequency flash bank 1pc2900 00 0 0 TARGETNAME 125000 Some lpc2900 specific commands are defined In the following command list the bank parameter is the bank number as obtained by the flash banks command 1pc2900 signature bank Command Calculates a 128 bit hash value the signature from the whole flash content This is a hardware feature of the flash block hence the calculation is very fast You may use this to verify the content of a programmed device against a known signature Example lpc2900 signature 0 signature O0x5f40cdc8 0xc64e592e 0x10490f89 0x32a0f317 1pc2900 read custom bank filename Command Reads the 912 bytes of customer information from the flash index s
28. etm dummy config arget Config Command Associates the ETM for target with a dummy driver etb Trace Port Driver Use the etb driver if you are configuring an ETM to use on chip ETB memory etb config target etb_tap Config Command Associates the ETM for target with the ETB at etb_tap You can see the ETB registers using the reg command oocd_trace Trace Port Driver This driver isn t available unless OpenOCD was explicitly configured with the enable oocd_trace option You probably don t want to configure it unless you ve built the appropriate prototype hardware it s proof of concept software Use the oocd trace driver if you are configuring an ETM that s connected to an off chip trace connector oocd trace config target tty Config Command Associates the ETM for target with a trace driver which collects data through the serial port tty oocd trace resync Command Re synchronizes with the capture clock oocd trace status Command Reports whether the capture clock is locked or not 16 2 Generic ARM These commands should be available on all ARM processors They are available in addition to other core specific commands that may be available arm core state arm thumb Command Displays the core_state optionally changing it to process either arm or thumb in structions The target may later be resumed in the currently set core state Pro cessors may also support the Jazelle state
29. flash erase_address command Chapter 12 Flash Commands 62 flash bank str7x 0x40000000 0x00040000 O O TARGETNAME STR71x str7x disable_jtag bank Command Activate the Debug Readout protection mechanism for the specified flash bank str9x Flash Driver Most members of the STR9 microcontroller family from ST Microelectronics include internal flash and use ARM966E cores The str9 needs the flash controller to be configured using the str9x flash config command prior to Flash programming flash bank str9x 0x40000000 0x00040000 0 O _TARGETNAME str9x flash config O 4 2 0 0x80000 str9x flash config num bbsr nbbsr bbadr nbbadr Command Configures the str9 flash controller The num parameter is a value shown by flash banks e bbsr Boot Bank Size register e nbbsr Non Boot Bank Size register e bbadr Boot Bank Start Address register e nbbadr Boot Bank Start Address register tms470 Flash Driver Most members of the TMS470 microcontroller family from Texas Instruments include internal flash and use ARM7TDMI cores This driver doesn t require the chip and bus width to be specified Some tms470 specific commands are defined tms470 flash keyset key0 keyl key2 key3 Command Saves programming keys in a register to enable flash erase and write commands tms470 osc mhz clock mhz Command Reports the clock speed which is used to calculate timings tms470 plldis 0 1 Command Disables 1 or enables 0 use of the PLL to
30. for newer releases 1 2 Doxygen Developer Manual During the 0 2 x release cycle the OpenOCD project began providing a Doxygen reference manual This document contains more technical information about the software internals development processes and similar documentation http openocd berlios de doc doxygen index html This document is a work in progress but contributions would be welcome to fill in the gaps All of the source files are provided in tree listed in the Doxyfile configuration in the top of the source tree 1 3 OpenOCD Developer Mailing List The OpenOCD Developer Mailing List provides the primary means of communication be tween developers https lists berlios de mailman listinfo openocd development Discuss and submit patches to this list The PATCHES file contains basic information about how to prepare patches Chapter 2 JTAG Hardware Dongles 3 2 JTAG Hardware Dongles Defined dongle A small device that plugins into a computer and serves as an adapter snip In the OpenOCD case this generally refers to a small adapater one attaches to your com puter via USB or the Parallel Printer Port The execption being the Zylin ZY1000 which is a small box you attach via an ethernet cable The Zylin ZY1000 has the advantage that it does not require any drivers to be installed on the developer PC It also has a built in web interface It supports RTCK RCLK or adaptive clocking and has a built in relay to p
31. gt 0 amp 0xf expr regs gt gt 4 amp 0xf expr regs gt gt 8 amp 0x7 value Chapter 7 Daemon Configuration 23 7 Daemon Configuration The commands here are commonly found in the openocd cfg file and are used to specify what TCP IP ports are used and how GDB should be supported 7 1 Configuration Stage When the OpenOCD server process starts up it enters a configuration stage which is the only time that certain commands configuration commands may be issued In this manual the definition of a configuration command is presented as a Config Command not as a Command which may be issued interactively Those configuration commands include declaration of TAPs flash banks the interface used for J TAG communication and other basic setup The server must leave the configura tion stage before it may access or activate TAPs After it leaves this stage configuration commands may no longer be issued 7 2 Entering the Run Stage The first thing OpenOCD does after leaving the configuration stage is to verify that it can talk to the scan chain list of TAPs which has been configured It will warn if it doesn t find TAPs it expects to find or finds TAPs that aren t supposed to be there You should see no errors at this point If you see errors resolve them by correcting the commands you used to configure the server Common errors include using an initial JTAG speed that s too fast and not providing the right IDCODE values for
32. item stating at least the title year new authors and publisher of the Modified Version as given on the Title Page If there is no section Entitled History in the Docu ment create one stating the title year authors and publisher of the Document as given on its Title Page then add an item describing the Modified Version as stated in the previous sentence Preserve the network location if any given in the Document for public access to a Transparent copy of the Document and likewise the network locations given in the Document for previous versions it was based on These may be placed in the History section You may omit a network location for a work that was published at least four years before the Document itself or if the original publisher of the version it refers to gives permission For any section Entitled Acknowledgements or Dedications Preserve the Title of the section and preserve in the section all the substance and tone of each of the contributor acknowledgements and or dedications given therein Preserve all the Invariant Sections of the Document unaltered in their text and in their titles Section numbers or the equivalent are not considered part of the section titles Delete any section Entitled Endorsements Such a section may not be included in the Modified Version Do not retitle any existing section to be Entitled Endorsements or to conflict in title with any Invariant Section Pre
33. itive writes bytes halfwords or words while mem2array reads them In both cases the TCL side uses an array and the target side uses raw memory The efficiency comes from enabling the use of bulk JTAG data transfer operations The script orientation comes from working with data values that are packaged for use by TCL scripts mdw type primitives only print data they retrieve and neither store nor return those values e arrayname is the name of an array variable e width is 8 16 32 indicating the memory access size e address is the target memory address e count is the number of elements to process target name cget queryparm Command Each configuration parameter accepted by target name configure can be individu ally queried to return its current value The queryparm is a parameter name accepted by that command such as work area phys There are a few special cases e event event name returns the handler for the event named event name This is a special case because setting a handler requires two parameters e type returns the target type This is a special case because this is set using target create and can t be changed using target name configure For example if you wanted to summarize information about all the targets you might use something like this foreach name target names set y name cget endian set z name cget typel puts format Chip Ad is s Endian s type AS x name y
34. name fast_load Command Loads an image stored in memory by fast load image to the current target Must be preceeded by fast load image fast load image filename address bin ihex elf Command Normally you should be using load image or GDB load However for testing pur poses or when I O overhead is significant OpenOCD running on an embedded host storing the image in memory and uploading the image to the target can be a way to upload e g multiple debug sessions when the binary does not change Arguments are the same as load image but the image is stored in OpenOCD host memory i e does not affect target This approach is also useful when profiling target programming performance as I O and target programming can easily be profiled separately load image filename address bin ihex elf Command Load image from file filename to target memory at address The file format may optionally be specified bin ihex or elf test image filename address bin ihex elf Command Displays image section sizes and addresses as if filename were loaded into target memory starting at address defaults to zero The file format may optionally be specified bin ihex or elf verify image filename address bin ihex elf Command Verify filename against target memory starting at address The file format may optionally be specified bin ihex or
35. no Invariant Sections no Front Cover Texts and no Back Cover Texts A copy of the license is included in the section entitled GNU Free Documentation License If you have Invariant Sections Front Cover Texts and Back Cover Texts replace the with Texts line with this with the Invariant Sections being list their titles with the Front Cover Texts being list and with the Back Cover Texts being list If you have Invariant Sections without Cover Texts or some other combination of the three merge those two alternatives to suit the situation If your document contains nontrivial examples of program code we recommend releasing these examples in parallel under your choice of free software license such as the GNU General Public License to permit their use in free software OpenOCD Concept Index 116 OpenOCD Concept Index Index is nonexistent Command and Driver Index 117 Command and Driver Index Index is nonexistent
36. open drain and srst push pull Most boards connect this signal to a pullup and allow the signal to be pulled low by various events including system powerup and pressing a reset button 9 4 Custom Reset Handling OpenOCD has several ways to help support the various reset mechanisms provided by chip and board vendors The commands shown in the previous section give standard parameters There are also event handlers associated with TAPs or Targets Those handlers are Tcl procedures you can provide which are invoked at particular points in the reset sequence After configuring those mechanisms you might still find your board doesn t start up or reset correctly For example maybe it needs a slightly different sequence of SRST and or TRST manipulations because of quirks that the reset config mechanism doesn t address or asserting both might trigger a stronger reset which needs special attention Experiment with lower level operations such as jtag reset and the jtag arp operations shown here to find a sequence of operations that works See Chapter 17 J TAG Commands page 89 When you find a working sequence it can be used to override jtag init which fires during OpenOCD startup see Configuration Stage page 23 or init reset which fires during reset processing You might also want to provide some project specific reset schemes For example on a multi target board the standard reset command would reset all targets but you m
37. take those as parameters Similarly with oscillator PLL and clock setup and disabling the watchdog Structure the code cleanly and provide comments to help the next developer doing such work You might be that next person trying to reuse init code The last thing normally done in a reset init handler is probing whatever flash memory was configured For most chips that needs to be done while the associated target is halted either because JTAG memory access uses the CPU or to prevent conflicting CPU access 6 2 4 JTAG Clock Rate Before your reset init handler has set up the PLLs and clocking you may need to run with a low JTAG clock rate See JTAG Speed page 31 Then you d increase that rate after your handler has made it possible to use the faster JTAG clock When the initial low speed is board specific for example because it depends on a board specific oscillator speed then you should probably set it up in the board config file if it s target specific it belongs in the target config file For most ARM based processors the fastest JTAG clock is one sixth of the CPU clock or one eighth for ARM11 cores Consult chip documentation to determine the peak JTAG clock rate which might be less than that Warning On most ARMs JTAG clock detection is coupled to the core clock so software using a wait for interrupt operation blocks JTAG access Adap tive clocking provides a partial workaround but a more complete solution just av
38. the TAPs on the scan chain Once OpenOCD has entered the run stage a number of commands become available A number of these relate to the debug targets you may have declared For example the mww command will not be available until a target has been successfuly instantiated If you want to use those commands you may need to force entry to the run stage init Config Command This command terminates the configuration stage and enters the run stage This helps when you need to have the startup scripts manage tasks such as resetting the target programming flash etc To reset the CPU upon startup add init and reset at the end of the config script or at the end of the OpenOCD command line using the c command line switch If this command does not appear in any startup configuration file OpenOCD executes the command for you after processing all configuration files and or command line options NOTE This command normally occurs at or near the end of your openocd cfg file to force OpenOCD to initialize and make the targets ready For example If your openocd cfg file needs to read write memory on your target init must occur before the memory read write commands This includes nand probe jtag_init Overridable Procedure This is invoked at server startup to verify that it can talk to the scan chain list of TAPs which has been configured Chapter 7 Daemon Configuration 24 The default implementation first tries jtag arp init w
39. the kind of problems the command is intended to address see SRST and TRST Issues page 33 As a rule this command belongs only in board config files describing issues like board doesn t connect TRST or in user config files addressing limitations derived from a particular combination of interface and board An unlikely example would be using a TRST only adapter with a board that only wires up SRST The mode flag options can be specified in any order but only one of each type signals combination gates trst type and srst type may be specified at a time If you don t provide a new value for a given type its previous value perhaps the default is unchanged For example this means that you don t need to say anything at all about TRST just to declare that if the J TAG adapter should want to drive SRST it must explicitly be driven high srst push pull e signals can specify which of the reset signals are connected For example If the J TAG interface provides SRST but the board doesn t connect that signal properly then OpenOCD can t use it Possible values are none the default trst_only srst only and trst and srst Tip If your board provides SRST and or TRST through the JTAG connector you must declare that so those signals can be used e The combination is an optional value specifying broken reset signal implemen tations The default behaviour if no option given is separate indicating ev eryt
40. the target s memory map In some cases configuring a flash bank will activate extra commands see the driver specific documentation e driver identifies the controller driver associated with the flash bank being de clared This is usually cfi for external flash or else the name of a microcontroller with embedded flash memory See Flash Driver List page 55 e base Base address of the flash chip e size Size of the chip in bytes For some drivers this value is detected from the hardware e chip width Width of the flash chip in bytes ignored for most microcontroller drivers e bus width Width of the data bus used to access the chip in bytes ignored for most microcontroller drivers e target Names the target used to issue commands to the flash controller Chapter 12 Flash Commands 54 e driver options drivers may support or require additional parameters See the driver specific documentation for more information Note This command is not available after OpenOCD initialization has completed Use it in board specific configuration files not interactively flash banks Command Prints a one line summary of each device declared using flash bank numbered from zero Note that this is the plural form the singular form is a very different command flash probe num Command Identify the flash or validate the parameters of the configured flash Operation depends on the flash type The num paramet
41. to be fast and dangerous At this writing this only affects the defaults for two ARM7 ARMO parameters fast memory access and DCC downloads Those parameters may still be individually overridden Chapter 15 General Commands 73 The target specific dangerous optimisation tweaking options may come and go as more robust and user friendly ways are found to ensure maximum throughput and robustness with a minimum of configuration Typically the fast enable is specified first on the command line openocd c fast enable c interface dummy f target str710 cfg echo message Command Logs a message at user priority Output message to stdout echo Downloading kernel please wait log output filename Command Redirect logging to filename the initial log output channel is stderr 15 2 Target State handling In this section target refers to a CPU configured as shown earlier see Chapter 11 CPU Configuration page 44 These commands like many implicitly refer to a current target which is used to perform the various operations The current target may be changed by using targets command with the name of the target which should become current reg number name value Command Access a single register by number or by its name With no arguments list all available registers for the current target showing number name size value and cache status With number name display that register s value With both n
42. to the board It s important to have the ground signal properly set up unless you are using a JTAG adapter which provides galvanic isolation between the target board and the debugging host 2 Be sure it s the right kind of J TAG connector If your dongle has a 20 pin ARM connector you need some kind of adapter or octopus see below to hook it up to boards using 14 pin or 10 pin connectors or to 20 pin connectors which don t use ARM s pinout In the same vein make sure the voltage levels are compatible Not all JTAG adapters have the level shifters needed to work with 1 2 Volt boards 3 Be certain the cable is properly oriented or you might damage your board In most cases there are only two possible ways to connect the cable Connect the JTAG cable from your adapter to the board Be sure it s firmly connected In the best case the connector is keyed to physically prevent you from inserting it wrong This is most often done using a slot on the board s male connector housing which must match a key on the JTAG cable s female connector If there s no housing then you must look carefully and make sure pin 1 on the cable hooks up to pin 1 on the board Ribbon cables are frequently all grey except for a wire on one edge which is red The red wire is pin 1 Sometimes dongles provide cables where one end is an octopus of color coded single wire connectors instead of a connector block These are great when converting from one
43. values to the SDRAM controller to enable SDRAM 1 Use the targets plural command to change the current target 2 In system level scripts these commands are deprecated Please use their TARGET object siblings to avoid making assumptions about what TAP is the current target or about MMU configuration mdw phys addr count Command mdh phys addr count Command mdb phys addr count Command Display contents of address addr as 32 bit words mdw 16 bit halfwords mdh or 8 bit bytes ndb When the current target has an MMU which is present and active Chapter 15 General Commands 16 addr is interpreted as a virtual address Otherwise or if the optional phys flag is specified addr is interpreted as a physical address If count is specified displays that many units If you want to manipulate the data instead of displaying it see the mem2array primitives mww phys addr word Command mwh phys addr halfword Command mwb phys addr byte Command Writes the specified word 32 bits halfword 16 bits or byte 8 bit value at the specified address addr When the current target has an MMU which is present and active addr is interpreted as a virtual address Otherwise or if the optional phys flag is specified addr is interpreted as a physical address 15 5 Image loading commands dump image filename address size Command Dump size bytes of target memory starting at address to the binary file named file
44. with OpenOCD No this is not a stability issue concerning OpenOCD Most users have solved this issue by simply using a self powered USB hub which they connect their Amontec JTAGkey to Apparently some computers do not provide a USB power supply stable enough for the Amontec JTAGkey to be operated Laptops running on battery have this problem too USB Power When using the Amontec JTAGkey sometimes OpenOCD crashes with the following error messages Error ft2232 c 201 ft2232 read FT Read returned 4 and Error ft2232 c 365 ft2232 send and recv couldn t read from FT2232 What does that mean and what might be the reason for this First of all the reason might be the USB power supply Iry using a self powered hub instead of a direct connection to your computer Secondly the error code 4 corresponds Chapter 22 FAQ 101 11 12 13 14 to an FT IO ERROR which means that the driver for the FTDI USB chip ran into some sort of error this points us to a USB problem GDB Disconnects When using the Amontec JTAGkey sometimes OpenOCD crashes with the following error message Error gdb server c 101 gdb_get_char read 10054 What does that mean and what might be the reason for this Error code 10054 corresponds to WSAECONNRESET which means that the debugger GDB has closed the connection to OpenOCD This might be a GDB issue LPC2000 Flash In the configuration file in the section where flash device configurations
45. you must do these things in the Modified Version A Use in the Title Page and on the covers if any a title distinct from that of the Document and from those of previous versions which should if there were any be listed in the History section of the Document You may use the same title as a previous version if the original publisher of that version gives permission Appendix A The GNU Free Documentation License 112 N O List on the Title Page as authors one or more persons or entities responsible for authorship of the modifications in the Modified Version together with at least five of the principal authors of the Document all of its principal authors if it has fewer than five unless they release you from this requirement State on the Title page the name of the publisher of the Modified Version as the publisher Preserve all the copyright notices of the Document Add an appropriate copyright notice for your modifications adjacent to the other copyright notices Include immediately after the copyright notices a license notice giving the public permission to use the Modified Version under the terms of this License in the form shown in the Addendum below Preserve in that license notice the full lists of Invariant Sections and required Cover Texts given in the Document s license notice Include an unaltered copy of this License Preserve the section Entitled History Preserve its Title and add to it an
46. z target_name curstate Command Displays the current target state debug running halted reset running or unknown Also see Event Polling page 25 target_name eventlist Command Displays a table listing all event handlers currently associated with this target See Target Events page 50 target name invoke event event name Command Invokes the handler for the event named event name This is primarily intended for use by OpenOCD framework code for example by the reset code in startup tcl target name mdw addr count Command target name mdh addr count Command Chapter 11 CPU Configuration 50 target name mdb addr count Command Display contents of address addr as 32 bit words mdw 16 bit halfwords mdh or 8 bit bytes mdb If count is specified displays that many units If you want to manipulate the data instead of displaying it see the mem2array primitives target name mww addr word Command target name mwh addr halfword Command target name mwb addr byte Command Writes the specified word 32 bits halfword 16 bits or byte 8 bit pattern at the specified address addr 11 5 Target Events At various times certain things can happen or you want them to happen For example e What should happen when GDB connects Should your target reset e When GDB tries to flash the target do you need to enable the flash via a special command e During reset do you need to wri
47. 0 These controllers don t define any specialized commands At this writing their drivers don t include write page or read page methods so nand raw access won t change any behavior Chapter 13 NAND Flash Commands TO 3c2410 NAND Driver 3c2412 NAND Driver s3c2440 NAND Driver s3c2443 NAND Driver These 3C24xx family controllers don t have any special nand device options and don t define any specialized commands At this writing their drivers don t include write page or read page methods so nand raw access won t change any behavior Chapter 14 PLD FPGA Commands 71 14 PLD FPGA Commands Programmable Logic Devices PLDs and the more flexible Field Programmable Gate Ar rays FPGAs are both types of programmable hardware OpenOCD can support program ming them Although PLDs are generally restrictive cells are less functional and there are no special purpose cells for memory or computational tasks they share the same OpenOCD infrastructure Accordingly both are called PLDs here 14 1 PLD FPGA Configuration and Commands As it does for JTAG TAPs debug targets and flash chips both NOR and NAND OpenOCD maintains a list of PLDs available for use in various commands Also each such PLD requires a driver They are referenced by the number shown by the pld devices command and new PLDs are defined by pld device driver name pld device driver name tap name driver options Config Command Defines a new PLD
48. 30 cfg omap5912 cfg pic32mx cfg pxa255 cfg pxa270 cfg readme txt sam se512 cfg sam7x256 cfg samsung_s3c2410 cfg samsung_s3c2440 cfg samsung_s3c2450 cfg samsung_s3c4510 cfg samsung_s3c6410 cfg sharp_1h79532 cfg smdk6410 cfg smp8634 cfg stm32 cfg str710 cfg str730 cfg str750 cfg str912 cfg telo cfg ti_dm355 cfg ti_dm365 cfg ti_dm6446 cfg tmpa900 cfg tmpa910 cfg xba_revA3 cfg browse for other library files which may be useful For example there are various generic and CPU specific utilities The openocd cfg user config file may override features in any of the above files by setting variables before sourcing the target file or by adding commands specific to their situation Chapter 6 Config File Guidelines 16 6 1 Interface Config Files The user config file should be able to source one of these files with a command like this source find interface FOOBAR cfg A preconfigured interface file should exist for every interface in use today that said perhaps some interfaces have only been used by the sole developer who created it A separate chapter gives information about how to set these up See Chapter 8 Interface Dongle Configuration page 27 Read the OpenOCD source code if you have a new kind of hardware interface and need to provide a driver for it 6 2 Board Config Files The user config file should be able to source one of these files with a command like this source find board FOOBAR cfg The p
49. 912 cfg pic p32mx cfg propox_mmnet1001 cfg pxa255_sst cfg sheevaplug cfg stm3210e_eval cfg Chapter 6 Config File Guidelines ek 1m3s9b9Ox cfg hammer cfg hitex 1lpc2929 cfg hitex stm32 performancestick cfg hitex_str9 comstick cfg iar_str912_sk cfg imx27ads cfg imx27lnst cfg imx3ipdk cfg e target 15 stm32f10x_128k_eval cfg str910 eval cfg telo cfg ti_beagleboard cfg topas910 cfg topasa900 cfg unknown at91sam9260 cfg x300t cfg zy1000 cfg think chip The target directory represents the JTAG TAPs on a chip which OpenOCD should control not a board Two common types of targets are ARM chips and FPGA or CPLD chips When a chip has multiple TAPs maybe it has both ARM and DSP cores the target config file defines all of them 1s target aduc7O2x cfg ar7ixx cfg at91eb40a cfg at91r40008 cfg at91rm9200 cfg at91sam3ulc cfg at91sam3ule cfg at91sam3u2c cfg at91sam3u2e cfg at91sam3u4c cfg at91sam3u4de cfg at91sam3uXX cfg at91sam7sx cfg at91sam9260 cfg c100 cfg c100config tcl ciO0helper tcl ciO0regs tcl cs351x cfg davinci cfg dragonite cfg epc9301 cfg feroceon cfg icepick cfg imx21 cfg e more imx27 cfg imx31 cfg imx35 cfg is5114 cfg ixp42x cfg 1m3s1968 cfg 1m3s3748 cfg 1m3s6965 cfg 1m3s811 cfg l1m3s9b9x cfg lpci768 cfg lpc2103 cfg lpc2124 cfg lpc2129 cfg lpc2148 cfg lpc2294 cfg lpc2378 cfg lpc2478 cfg lpc2900 cfg megai28 cfg netx500 cfg omap2420 cfg omap35
50. A TAP is a Test Access Port a module which processes special instructions and data TAPs are daisy chained within and between chips and boards Dongles OpenOCD currently supports many types of hardware dongles USB based par allel port based and other standalone boxes that run OpenOCD internally See Chapter 2 JTAG Hardware Dongles page 3 GDB Debug It allows ARM7 ARM7TDMI and ARM720t ARM9 ARM920T ARM922T ARM926EJ S ARM966E S XScale PXA25x IXP42x and Cortex M3 Stellaris LM3 and ST STM32 based cores to be debugged via the GDB protocol Flash Programing Flash writing is supported for external CFI compatible NOR flashes Intel and AMD Spansion command set and several internal flashes LPC1700 LPC2000 AT91SAM7 AT9ISAMBU STR7x STR9x LM3 and STM32x Preliminary support for various NAND flash controllers LPC3180 Orion S3C24xx more controller is included OpenOCD Web Site The OpenOCD web site provides the latest public news from the community http openocd berlios de web Latest User s Guide The user s guide you are now reading may not be the latest one available A version for more recent code may be available Its HTML form is published irregularly at http openocd berlios de doc html index html PDF form is likewise published at http openocd berlios de doc pdf openocd pdf OpenOCD User s Forum There is an OpenOCD forum phpBB hosted by SparkFun http forum sparkfun com viewforum php
51. Command Profiling samples the CPU s program counter as quickly as possible which is useful for non intrusive stochastic profiling Saves up to 10000 sampines in filename using emon out format version Command Displays a string identifying the version of this OpenOCD server virt2phys virtual address Command Requests the current target to map the specified virtual_address to its corresponding physical address and displays the result Chapter 16 Architecture and Core Commands 78 16 Architecture and Core Commands Most CPUs have specialized J TAG operations to support debugging OpenOCD packages most such operations in its standard command framework Some of those operations don t fit well in that framework so they are exposed here as architecture or implementation core specific commands 16 1 ARM Hardware Tracing CPUs based on ARM cores may include standard tracing interfaces based on an Embedded Trace Module ETM which sends voluminous address and data bus trace records to a Trace Port e Development oriented boards will sometimes provide a high speed trace connector for collecting that data when the particular CPU supports such an interface The stan dard connector is a 38 pin Mictor with both JTAG and trace port support Those trace connectors are supported by higher end JTAG adapters and some logic analyzer modules frequently those modules can buffer several megabytes of trace data Con figur
52. G register as well as silicon capabilities except on rather old modules from the ETM_SYS_CONFIG register etm status Command Displays status of the current target s ETM and trace port driver is the ETM idle or is it collecting data Did trace data overflow Was it triggered etm tracemode type context id bits cycle accurate branch output Command Displays what data that E TM will collect If arguments are provided first configures that data When the configuration changes tracing is stopped and any buffered trace data is invalidated e type describing how data accesses are traced when they pass any ViewData filtering that that was set up The value is one of none save nothing data save data address save addresses all save data and addresses e context id bits 0 8 16 or 32 e cycle accurate enable or disable cycle accurate instruction tracing Be fore ETMv3 enabling this causes much extra data to be recorded e branch_output enable or disable Disable this unless you need to try reconstructing the instruction trace stream without an image of the code etm trigger percent percent Command This displays or optionally changes the trace port driver s behavior after the ETM s configured trigger event fires It controls how much more trace data is saved after the single trace trigger becomes active e The default corresponds to trace around usa
53. GETNAME configure event FOO 1 puts Time date 4 DANGER DANGER DANGER _TARGETNAME configure event foo puts Time date The TARGETNAME is an OpenOCD variable convention TARGETNAME represents the last target created the value changes each time a new target is created Remember the parsing rules When the ascii text is parsed the TARGETNAME becomes a simple string the name of the target which happens to be a TARGET object command The 2nd parameter to the event parameter is a TCBODY There are 4 examples 1 The TCLBODY is a simple string that happens to be a proc name Chapter 23 Tcl Crash Course 108 2 The TCLBODY is several simple commands seperated by semicolons 3 The TCLBODY is a multi line curly brace quoted string 4 The TCLBODY is a string with variables that get expanded In the end when the target event FOO occurs the TCLBODY is evaluated Method 1 and 2 are functionally identical For Method 3 and 4 it is more interesting What is the TCLBODY Remember the parsing rules In case 3 curly braces mean the VARS and square brackets are expanded later when the EVENT occurs and the text is evaluated In case 4 they are replaced before the Target Object Command is executed This occurs at the same time TARGETNAME is replaced In case 4 the date will never change BTW date is a bad example at this writing Jim OpenOCD does not have a date command 23 6 4 Global Variable
54. JTAG lines It also exists on the STM32 Primer2 but that is wired for SWD and not JTAG thus not supported e Raisonance RLink Link http www raisonance com products RLink php e STM32 Primer Link http www stm32circle com resources stm32primer php e STM32 Primer2 Link http www stm32circle com resources stm32primer2 php Chapter 2 JTAG Hardware Dongles 5 2 6 USB Other USBprog Link http www embedded projects net usbprog which uses an Atmel MEGA32 and a UBN9604 USB Presto Link http tools asix net prg_presto htm Versaloon Link Link http www simongian com en Versaloon ARM JTAG EW Link http www olimex com dev arm jtag ew html 2 7 IBM PC Parallel Printer Port Based The two well known JTAG Parallel Ports cables are the Xilnx DLC5 and the MacGraigor Wiggler There are many clones and variations of these on the market Note that parallel ports are becoming much less common so if you have the choice you should probably avoid these adapters in favor of USB based ones Wiggler There are many clones of this Link http www macraigor com wiggler htm DLC5 From XILINX There are many clones of this Link Search the web for XILINX DLC5 it is no longer produced PDF schematics are easily found and it is easy to make Amontec JTAG Accelerator Link http www amontec com jtag_accelerator shtml GW16402 Link http www gateworks com products avila_accessories gw16042 php Wiggler2
55. Open On Chip Debugger OpenOCD User s Guide for release XXX1 XXX2 This User s Guide documents release XXX1 dated XXX2 of the Open On Chip Debugger OpenOCD Copyright 2008 The OpenOCD Project Copyright 2007 2008 Spencer Oliver spen spen soft co uk Copyright 2008 Oyvind Harboe oyvind harboe zylin com Copyright 2008 Duane Ellis openocd duaneellis com Copyright c 2009 David Brownell Permission is granted to copy distribute and or modify this document under the terms of the GNU Free Documentation License Version 1 2 or any later version published by the Free Software Foundation with no Invariant Sections with no Front Cover Texts and with no Back Cover Texts A copy of the license is included in the section entitled GNU Free Documentation License Short Contents JUDOBULS rates dane Weeden tia Sve teed eeu teehee dears 1 1 OpenOCD Developer Resources 0 0 c cece ee eee e eee 2 2 JTAG Hardware Donple8 he ue REA MA ee ae a he 3 Qo About CG paseo ewe equos er CNRC ACE a ded ER us T A e RUNDINE d dues te Mord acetate retta do cates te ond dle de dur auis 8 b OpenOCD Project Seti ze eodd adh eso aee S ede 9 6 Config File Guidelines csse tr xe SR RES 14 7 Daemon Configuration uoo r rein ls lesa nee eiu bed 23 8 Interface Dongle Configuration 04 2f 9 Reset Configuration esse E qr e eee howe ER 33 to TP PG DOE dr es eh eraai ers ous T E t 38 TI CPU Contlputallole ssdesspzucusiW
56. R RAM and the board differences are encapsulated by application code e Maybe you don t know yet what your board looks like to J TAG Once you know the interface cfg file to use you may need help from OpenOCD to discover what s on the board Once you find the TAPs you can just search for appropriate configuration files or write your own from the bottom up See Autoprobing page 42 e You can often reuse some standard config files but need to write a few new ones probably a board cfg file You will be using commands described later in this User s Guide and working with the guidelines in the next chapter For example there may be configuration files for your JTAG adapter and target chip but you need a new board specific config file giving access to your particular flash chips Or you might need to write another target chip configuration file for a new chip built around the Cortex M3 core Note When you write new configuration files please submit them for inclu sion in the next OpenOCD release For example a board newboard cfg file will help the next users of that board and a target newcpu cfg will help support users of any board using that chip e You may may need to write some C code It may be as simple as a supporting a new ft2232 or parport based dongle a bit more involved like a NAND or NOR flash controller driver or a big piece of work like supporting a new chip architecture Reuse the existing
57. STM32 microcontroller family from ST Microelectronics include internal flash and use ARM Cortex M3 cores The driver automatically recognizes a number of these chips using the chip identification register and autoconfigures itself flash bank stm32x O O O O TARGETNAME Some stm32x specific commands are defined stm32x lock num Command Locks the entire stm32 device The num parameter is a value shown by flash banks stm32x unlock num Command Unlocks the entire stm32 device The num parameter is a value shown by flash banks stm32x options read num Command Read and display the stm32 option bytes written by the stm32x options write command The num parameter is a value shown by flash banks stm32x options write num SWWDG HWWDG Command RSTSTNDBY NORSTSTNDBY RSTSTOP NORSTSTOP Writes the stm32 option byte with the specified values The num parameter is a value shown by flash banks str7x Flash Driver All members of the STR7 microcontroller family from ST Microelectronics include internal flash and use ARM7TDMI cores The str7x driver defines one mandatory parameter variant which is either STR71x STR73x or STR75x t Currently there is a stellaris mass_erase command That seems pointless since the same effect can be had using the standard flash erase_address command 2 Currently there is a stm32x mass_erase command That seems pointless since the same effect can be had using the standard
58. See Rule 1 Actually what happens is this There are commands that by convention act like control flow key words in other languages One of those commands is the word for another command is if 23 3 Per Rule 1 All Results are strings Every Tcl command results in a string The word result is used deliberatly No result is just an empty string Remember Rule 1 Everything is a string 23 4 Tcl Quoting Operators In life of a Tcl script there are two important periods of time the difference is subtle 1 Parse Time 2 Evaluation Time The two key items here are how quoted things work in Tcl Tcl has three primary quoting constructs the square brackets the curly braces and double quotes By now you should know VARIABLES always start with a DOLLAR sign BTW To set a variable you actually use the command set as in set VARNAME VALUE much like the ancient BASIC langauge let x 1 statement but without the equal sign Chapter 23 Tcl Crash Course 104 e square brackets square brackets are command substitutions It operates much like Unix Shell back ticks The result of a square bracket operation is exactly 1 string Remember Rule 1 Everything is a string These two statements are roughly identical bash example X date echo The Date is X Tcl example set X date puts The Date is X e double quoted things double quoted things are just simpl
59. SetResult interp return SUCCESS Every other command IF WHILE FORMAT PUTS EXPR everything works in the same basic way 23 6 OpenOCD Tcl Usage 23 6 1 source and find commands Where In many configuration files Example source find FILENAME Remember the parsing rules 1 The FIND command is in square brackets Chapter 23 Tcl Crash Course 107 The FIND command is executed with the parameter FILENAME It should find the full path to the named file The RESULT is a string which is substituted on the orginal command line The command source is executed with the resulting filename SOURCE reads a file and executes as a script 23 6 2 format command Where Generally occurs in numerous places Tcl has no command like printf instead it has format which is really more like sprintf Example set x 6 set y 7 puts format The answer 4d expr x y 1 The SET command creates 2 variables X and Y 2 The double nested EXPR command performs math The EXPR command produces numerical result as a string Refer to Rule 1 3 The format command is executed producing a single string Refer to Rule 1 4 The PUTS command outputs the text 23 6 3 Body or Inlined Text Where Various TARGET scripts 1 41 Good proc someproc multiple lines of stuff _TARGETNAME configure event FOO someproc 2 Good no variables TARGETNAME confgure event foo this that 3 Good Curly Braces TAR
60. TO AUTO AUTO AUTO AUTO AUTO autoO autol auto2 autoO autol auto2 tap tap tap tap tap tap use use use use use use taps AUTO PROBING MIGHT NOT WORK jtag newtap autoO tap expected id Ox2b900f0f jtag newtap autol tap expected id 0x07926001 jtag newtap auto2 tap expected id OxOb73b02f irlen 4 irlen 4 irlen 6 no gdb ports allocated as no target has been specified Given that information you should be able to either find some existing config files to use or create your own If you create your own you would configure from the bottom up first a target cfg file with these TAPs any targets associated with them and any on chip resources then a board cfg with off chip resources clocking and so forth Chapter 11 CPU Configuration 44 11 CPU Configuration This chapter discusses how to set up GDB debug targets for CPUs You can also access these targets without GDB see Chapter 16 Architecture and Core Commands page 78 and Target State handling page 73 and through various kinds of NAND and NOR flash commands If you have multiple CPUs you can have multiple such targets We ll start by looking at how to examine the targets you have then look at how to add one more target and how to configure it 11 1 Target List All targets that have been set up are part of a list where each member has a name That name should normally be the same
61. ading various values on the stack using the standard call frame for the target GDB keeps going until one of 2 things happen 1 an invalid frame is found or 2 some huge number of stackframes have been processed By pushing zeros on the stack GDB gracefully stops Debugging Interrupt Service Routines In your ISR before you call your C code do the same artifically push some zeros onto the stack remember to pop them off when the ISR is done Also note If you have a multi threaded operating system they often do not in the intrest of saving memory waste these few bytes Painful JTAG Reset Config I get the following message in the OpenOCD console or log file Warning arm7 9 common c 679 arm7 9 assert reset srst resets test logic too This warning doesn t indicate any serious problem as long as you don t want to de bug your core right out of reset Your cfg file specified jtag reset trst and srst srst pulls trst to tell OpenOCD that either your board your debugger or your target uC e g LPC2000 can t assert the two reset signals independently With this setup it s not possible to halt the core right out of reset everything else should work fine USB Power When using OpenOCD in conjunction with Amontec JTAGkey and the Yagarto toolchain Eclipse arm elf gcc arm elf gdb the debugging seems to be un stable When single stepping over large blocks of code GDB and OpenOCD quit with an error message Is there a stability issue
62. ally if something else such as a boot loader sets up those clocks See Target Events page 50 When the initial low JTAG speed is a chip characteristic perhaps because of a required oscillator speed provide such a handler in the target config file When that speed is a function of a board specific characteristic such as which speed oscillator is used it belongs in the board config file instead In both cases it s safest to also set the initial JTAG clock rate to that same slow speed so that OpenOCD never starts up using a clock speed that s faster than the scan chain can support Chapter 8 Interface Dongle Configuration 32 jtag_rclk 3000 _TARGET cpu configure event reset start jtag_rclk 3000 If your system supports adaptive clocking RTCK configuring JTAG to use that is probably the most robust approach However it introduces delays to synchronize clocks so it may not be the fastest solution NOTE Script writers should consider using jtag_rclk instead of jtag_khz jtag_khz max_speed_kHz Command A non zero speed is in KHZ Hence 3000 is 3mhz JTAG interfaces usually support a limited number of speeds The speed actually used won t be faster than the speed specified Chip data sheets generally include a top J TAG clock rate The actual rate is often a function of a CPU core clock and is normally less than that peak rate For example most ARM cores accept at most one sixth of the CPU clock Speed 0 khz selec
63. and you will have to do a bit of googling to find something that fits your requirements Chapter 20 GDB and OpenOCD 94 20 GDB and OpenOCD OpenOCD complies with the remote gdbserver protocol and as such can be used to debug remote targets 20 1 Connecting to GDB Use GDB 6 7 or newer with OpenOCD if you run into trouble For instance GDB 6 3 has a known bug that produces bogus memory access errors which has since been fixed look up 1836 in http sourceware org cgi bin gnatsweb pl database gdb OpenOCD can communicate with GDB in two ways 1 A socket TCP IP connection is typically started as follows target remote localhost 3333 This would cause GDB to connect to the gdbserver on the local pc using port 3333 2 A pipe connection is typically started as follows target remote openocd pipe This would cause GDB to run OpenOCD and communicate using pipes stdin stdout Using this method has the advantage of GDB starting stopping OpenOCD for the debug session To list the available OpenOCD commands type monitor help on the GDB command line OpenOCD supports the gdb qSupported packet this enables information to be sent by the GDB remote server i e OpenOCD to GDB Typical information includes packet size and the device s memory map Previous versions of OpenOCD required the following GDB options to increase the packet size and speed up GDB communication set remote memory write packet size 1024 set remote memory wri
64. aps In the simplest case the chip has only one TAP probably for a CPU or FPGA The config file for the Atmel AT91SAM7X256 looks in part like this jtag newtap CHIPNAME cpu irlen 4 expected id _CPUTAPID A board with two such at91sam7 chips would be able to source such a config file twice with different values for CHIPNAME so it adds a different TAP each time If there are nonzero expected id values OpenOCD attempts to verify the actual tap id against those values It will issue error messages if there is mismatch which can help to pinpoint problems in OpenOCD configurations JTAG tap sam7x256 cpu tap device found Ox3fOfOfOf Manufacturer 0x787 Part OxfOfO Version 0x3 ERROR Tap sam7x256 cpu Expected id 0x12345678 Got Ox3fOfOfOf ERROR expected mfg Ox33c part 0x2345 ver Oxi ERROR got mfg 0x787 part OxfOf0O ver 0x3 There are more complex examples too with chips that have multiple TAPs Ones worth looking at include e target omap3530 cfg with disabled ARM and DSP plus a JRC to enable them e target str912 cfg with flash CPU and boundary scan e target ti dm355 cfg with ETM ARM and JRC this JRC is not currently used 6 3 3 Add CPU targets After adding a TAP for a CPU you should set it up so that GDB and other commands can use it See Chapter 11 CPU Configuration page 44 For the at91sam7 example above the command can look like this note that _ENDIAN is not ne
65. as the TAP name You can display the list with the targets plural command This display often has only one CPU here s what it might look like with more than one TargetName Type Endian TapName State O at91rm9200 cpu arm920t little at91rm9200 cpu running 1 MyTarget cortex m3 little mychip foo tap disabled One member of that list is the current target which is implicitly referenced by many commands It s the one marked with a near the target name In particular memory addresses often refer to the address space seen by that current target Commands like mdw memory display words and flash erase address erase NOR flash blocks are examples and there are many more Several commands let you examine the list of targets target count Command Note target numbers are deprecated don t use them They will be removed shortly after August 2010 including this command Iterate target using target names not by counting Returns the number of targets N The highest numbered target is N 1 set c target count for set x 0 x lt c incr x 4 Assuming you have created this function print_target_details x 1 target current Command Returns the name of the current target target names Command Lists the names of all current targets in the list foreach t target names puts format Target s n t Chapter 11 CPU Configuration 45 target number number Command Note target numbers are deprecated d
66. at address base The pin number format depends on the host GPIO naming convention Currently the mflash driver supports s3c2440 and pxa270 Example for s3c2440 mflash where RST pin is GPIO B1 mflash bank s3c2440 0x10000000 1b 0 Example for pxa270 mflash where RST pin is GPIO 43 mflash bank pxa270 0x08000000 43 0 12 5 2 mFlash commands mflash config pll frequency Command Configure mflash PLL The frequency is the mflash input frequency in Hz Issu ing this command will erase mflash s whole internal nand and write new pll After this command mflash needs power on reset for normal operation If pll was newly configured storage and boot optional info also need to be update mflash config boot Command Configure bootable option If bootable option is set mflash offer the first 8 sectors 4kB for boot mflash config storage Command Configure storage information For the normal storage operation this information must be written mflash dump num filename offset size Command Dump size bytes starting at offset bytes from the beginning of the bank num to the file named filename mflash probe Command Probe mflash mflash write num filename offset Command Write the binary file filename to mflash bank num starting at offset bytes from the beginning of the bank Chapter 13 NAND Flash Commands 65 13 NAND Flash Commands Compared to NOR or SPI flash NAND devices are inexpensive and high density Today s NAND chip
67. at non JTAG levels such as advancing the ARMO9E S instruction pipeline Consult the documentation for the TAP s you are working with Chapter 18 Boundary Scan Commands 92 18 Boundary Scan Commands One of the original purposes of JTAG was to support boundary scan based hardware testing Although its primary focus is to support On Chip Debugging OpenOCD also includes some boundary scan commands 18 1 SVF Serial Vector Format The Serial Vector Format better known as SVF is a way to represent JTAG test patterns in text files OpenOCD supports running such test files svf filename quiet Command This issues a JTAG reset Test Logic Reset and then runs the SVF script from filename Unless the quiet option is specified each command is logged before it is executed 18 2 XSVF Xilinx Serial Vector Format The Xilinx Serial Vector Format better known as XSVF is a binary representation of SVF which is optimized for use with Xilinx devices OpenOCD supports running such test files Important Not all XSVF commands are supported xsvf tapname plain filename virt2 quiet Command This issues a JTAG reset Test Logic Reset and then runs the XSVF script from filename When a tapname is specified the commands are directed at that TAP When virt2 is specified the XRUNTEST command counts are interpreted as TCK cycles instead of microseconds Unless the quiet option is specified messages are
68. ay need the ability to reset only one target at time and thus want to avoid using the board wide SRST signal init reset mode Overridable Procedure This is invoked near the beginning of the reset command usually to provide as much of a cold power up reset as practical By default it is also invoked from jtag init if the scan chain does not respond to pure JTAG operations The mode parameter is the parameter given to the low level reset command halt init or run setup or potentially some other value The default implementation just invokes jtag arp init reset Replacements will normally build on low level JTAG operations such as jtag reset Operations here must not address individual TAPs or their associated targets until the J TAG scan chain has first been verified to work Implementations must have verified the JTAG scan chain before they return This is done by calling jtag arp init or jtag arp init reset jtag arp init Command This validates the scan chain using just the four standard JTAG signals TMS TCK TDI TDO It starts by issuing a JTAG only reset Then it performs checks to verify that the scan chain configuration matches the TAPs it can observe Those checks include checking IDCODE values for each active TAP and verifying the length of Chapter 9 Reset Configuration 37 their instruction registers using TAP ircapture and irmask values If these tests all pass TAP setup events are issued
69. back to the reset vector Unfortunately the code that was executed may have left the hardware in an unknown state 15 3 I O Utilities These commands are available when OpenOCD is built with enable ioutil They are mainly useful on embedded targets notably the ZY1000 Hosts with operating systems have complementary tools Note there are several more such commands Chapter 15 General Commands 75 append file filename string Command Appends the string parameters to the text file filename Each string except the last one is followed by one space The last string is followed by a newline cat filename Command Reads and displays the text file filename cp src filename dest filename Command Copies contents from the file src filename into dest filename ip Command No description provided ls Command No description provided mac Command No description provided meminfo Command Display available RAM memory on OpenOCD host Used in OpenOCD regression testing scripts peek Command No description provided poke Command No description provided rm filename Command Unlinks the file filename trunc filename Command Removes all data in the file filename 15 4 Memory access commands These commands allow accesses of a specific size to the memory system Often these are used to configure the current target in some special way For example one may need to write certain
70. can use this to conserve normal breakpoint resources so long as you re not concerned with code that branches directly to those hardware vectors This always finishes by listing the current configuration If parameters are provided it first reconfigures the vector catch hardware to intercept all of the hardware vectors none of them or a list with one or more of the following reset undef swi pabt dabt irq fiq 16 2 4 ARM920T specific commands These commands are available to ARM920T based CPUs which are implementations of the ARMv4T architecture built using the ARM9TDMI integer core They are available in addition to the ARMv4 5 ARM7 ARM9 and ARM9TDMI commands arm920t cache info Command Print information about the caches found This allows to see whether your target is an ARM920T 2x16kByte cache or ARM922T 2x8kByte cache arm920t cp15 regnum value Command Display cp15 register regnum else if a value is provided that value is written to that register arm920t cp15i opcode value address Command Interpreted access using cp15 opcode If no value is provided the result is displayed Else if that value is written using the specified address or using zero if no other address is not provided arm920t read cache filename Command Dump the content of ICache and DCache to a file named filename Chapter 16 Architecture and Core Commands 84 arm920t read mmu filenam
71. cc flag when writing NAND data or ensuring that the correct hardware ECC mode is used The basic steps for using NAND devices include 1 Declare via the command nand device Do this in a board specific configuration file passing parameters as needed by the controller 2 Configure each device using nand probe Do this only after the associated target is set up such as in its reset init script or in procures defined to access that device 3 Operate on the flash via nand subcommand Often commands to manipulate the flash are typed by a human or run via a script in some automated way Common task include writing a boot loader operating system or other data needed to initialize or de brick a board NOTE At the time this text was written the largest NAND flash fully supported by OpenOCD is 2 GiBytes 16 GiBits This is because the variables used to hold offsets and lengths are only 32 bits wide Larger chips may work in some cases unless an offset or length is larger than Oxffffffff the largest 32 bit unsigned integer Some larger devices will work since they are actually multi chip modules with two smaller chips and individual chipselect lines 13 1 NAND Configuration Commands NAND chips must be declared in configuration scripts plus some additional configuration that s done after OpenOCD has initialized Chapter 13 NAND Flash Commands 66 nand device controller target configparams Config Command Declares a NAND devi
72. ce which can be read and written to after it has been configured through nand probe In OpenOCD devices are single chips this is unlike some operating systems which may manage multiple chips as if they were a single larger device In some cases configuring a device will activate extra commands see the controller specific documentation NOTE This command is not available after OpenOCD initialization has completed Use it in board specific configuration files not interactively e controller identifies the controller driver associated with the NAND device being declared See NAND Driver List page 69 e target names the target used when issuing commands to the NAND controller e configparams controllers may support or require additional parameters See the controller specific documentation for more information nand list Command Prints a summary of each device declared using nand device numbered from zero Note that un probed devices show no details gt nand list 0 NAND 1GiB 3 3V 8 bit Micron pagesize 2048 buswidth 8 blocksize 131072 blocks 8192 1 NAND 1GiB 3 3V 8 bit Micron pagesize 2048 buswidth 8 blocksize 131072 blocks 8192 gt nand probe num Command Probes the specified device to determine key characteristics like its page and block sizes and how many blocks it has The num parameter is the value shown by nand list You must successfully probe a device before you can use it with m
73. cfg in the current directory To specify a different or multiple configuration file you can use the f option For example openocd f configi cfg f config2 cfg f config3 cfg OpenOCD starts by processing the configuration commands provided on the command line or in openocd cfg See Configuration Stage page 23 At the end of the configuration stage it verifies the JTAG scan chain defined using those commands your configuration should ensure that this always succeeds Normally OpenOCD then starts running as a daemon Alternatively commands may be used to terminate the configuration stage early perform work such as updating some flash memory and then shut down without acting as a daemon Once OpenOCD starts running as a daemon it waits for connections from clients Telnet GDB Other and processes the commands issued through those channels If you are having problems you can enable internal debug messages via the d option Also it is possible to interleave JIM Tcl commands w config scripts using the c command line switch To enable debug output when reporting problems or working on OpenOCD itself use the d command line switch This sets the debug level to 3 outputting the most information including debug messages The default setting is 2 outputting only infor mational messages warnings and errors You can also change this setting from within a telnet or gdb session using debug le
74. config files when you can Look first in the scripts boards area then scripts targets You may find a board configuration that s a good example to follow When you write config files separate the reusable parts things every user of that interface chip or board needs from ones specific to your environment and debugging approach e For example a gdb attach event handler that invokes the reset init command will interfere with debugging early boot code which performs some of the same actions that the reset init event handler does e Likewise the arm9 vector catch command or its siblings xscale vector catch and cortex m3 vector catch can be a timesaver during some debug sessions but don t Chapter 5 OpenOCD Project Setup 12 make everyone use that either Keep those kinds of debugging aids in your user config file along with messaging and tracing setup See Software Debug Messages and Tracing page 87 e You might need to override some defaults For example you might need to move shrink or back up the targets work area if your application needs much SRAM e TCP IP port configuration is another example of something which is environment specific and should only appear in a user config file See TCP IP Ports page 24 5 5 Project Specific Utilities A few project specific utility routines may well speed up your work Write them and keep them in your project s user config file For example if you are making a boo
75. d as part of target creation The two main things to configure after target creation are a work area which usually has target specific defaults even if the board setup code overrides them later and event handlers see Target Events page 50 which tend to be much more board specific The key steps you use might look something like this target create MyTarget cortex m3 chain position mychip cpu MyTarget configure work area phys 0x08000 work area size 8096 MyTarget configure event reset deassert pre jtag rclk 5 MyTarget configure event reset init myboard reinit You should specify a working area if you can typically it uses some on chip SRAM Such a working area can speed up many things including bulk writes to target memory flash Chapter 11 CPU Configuration 4T operations like checking to see if memory needs to be erased GDB memory checksumming and more Warning On more complex chips the work area can become inaccessible when application code such as an operating system enables or disables the MMU For example the particular MMU context used to acess the virtual address will probably matter and that context might not have easy access to other addresses needed At this writing OpenOCD doesn t have much MMU intelli gence It s often very useful to define a reset init event handler For systems that are normally used with a boot loader common tasks include updating clocks and initializing memory c
76. d debug Setting the FT2232 latency timer to a larger value increases delays for short USB packets but it also reduces the risk of timeouts before receiving the expected number of bytes The OpenOCD default value is 2 and for some systems a value of 10 has proved useful For example the interface config file for a Turtelizer JTAG Adapter looks something like this interface ft2232 ft2232 device desc Turtelizer JTAG RS232 Adapter ft2232 layout turtelizer2 ft2232 vid pid 0x0403 Oxbdc8 gw16012 Interface Driver Gateworks GW16012 JTAG programmer This has one driver specific command parport port number Config Command Specifies either the address of the I O port default 0x378 for LPT1 or the number of the dev parport device jlink Interface Driver Segger jlink USB adapter parport Interface Driver Supports PC parallel port bit banging cables Wigglers PLD download cable and more These interfaces have several commands used to configure the driver before initializing the JTAG scan chain parport_cable name Config Command The layout of the parallel port cable used to connect to the target Currently valid cable name values include altium Altium Universal JTAG cable arm jtag Same as original wiggler except SRST and TRST connections reversed and TRST is also inverted chameleon The Amontec Chameleon s CPLD when operated in configu ration mode This is only used to program the Chameleon itself no
77. device supported by driver driver name using the TAP named tap name The driver may make use of any driver_options to configure its behavior pld devices Command Lists the PLDs and their numbers pld load num filename Command Loads the file filename into the PLD identified by num The file format must be inferred by the driver 14 2 PLD FPGA Drivers Options and Commands Drivers may support PLD specific options to the pld device definition command and may also define commands usable only with that particular type of PLD virtex2 FPGA Driver Virtex II is a family of FPGAs sold by Xilinx It supports the IEEE 1532 standard for In System Configuration ISC No driver specific PLD definition options are used and one driver specific command is defined virtex2 read stat num Command Reads and displays the Virtex II status register STAT for FPGA num Chapter 15 General Commands 72 15 General Commands The commands documented in this chapter here are common commands that you as a human may want to type and see the output of Configuration type commands are docu mented elsewhere Intent e Source Of Commands OpenOCD commands can occur in a configuration script discussed elsewhere or typed manually by a human or supplied programatically or via one of several TCP IP Ports e From the human A human should interact with the telnet interface default port 4444 or via GDB default port 3333 To issue comma
78. e axm0432 jtag Axiom AXM 0432 comstick Hitex STR9 comstick cortino Hitex Cortino JTAG interface evb Im3s811 Luminary Micro EVB LM3S811 as a JTAG interface either for the local Cortex M3 SRST only or in a passthrough mode neither SRST nor TRST luminary_icdi Luminary In Circuit Debug Interface ICDI Board flyswatter Tin Can Tools Flyswatter icebear ICEbear JTAG adapter from Section 5 jtagkey Amontec JTAGkey and JTAGkey Tiny and compatibles jtagkey2 Amontec JTAGkey2 and compatibles m5960 American Microsystems M5960 olimex jtag Olimex ARM USB OCD and ARM USB Tiny oocdlink OOCDLink sheevaplug Marvell Sheevaplug development kit signalyzer Xverve Signalyzer stm32stick Hitex STM32 Performance Stick turtelizer2 egnite Software turtelizer2 usbjtag USBJTAG 1 layout described in the OpenOCD diploma thesis Chapter 8 Interface Dongle Configuration 29 ft2232 vid pid vid pid Config Command The vendor ID and product ID of the FTDI FT2232 device If not specified the FTDI default values are used Currently up to eight vid pid pairs may be given e g ft2232 vid pid 0x0403 Oxcff8 Oxib5bba 0x0003 ft2232 latency ms Config Command On some systems using F T2232 based JTAG interfaces the FT Read function call in ft2232 read fails to return the expected number of bytes This can be caused by USB communication delays and has proved hard to reproduce an
79. e Command Dump the content of the ITLB and DTLB to a file named filename 16 2 5 ARM926ej s specific commands These commands are available to ARM926ej s based CPUs which are implementations of the ARMv5TEJ architecture based on the ARM9EJ S integer core They are available in addition to the ARMv4 5 ARM7 ARM9 and ARM9TDMI commands The Feroceon cores also support these commands although they are not built from ARM926ej s designs arm926ejs cache info Command Print information about the caches found arm926ejs cp15 opcodel opcode2 CRn CRm regnum value Command Accesses cp15 register regnum using opcodel opcode2 CRn and CRm If a value is provided that value is written to that register Else that register is read and displayed 16 2 6 ARMO966E specific commands These commands are available to ARM966 based CPUs which are implementations of the ARMVSTE architecture They are available in addition to the ARMv4 5 ARM7 ARM9 and ARM9TDMI commands arm966e cp15 regnum value Command Display cp15 register regnum else if a value is provided that value is written to that register 16 2 7 XScale specific commands Some notes about the debug implementation on the XScale CPUs The XScale CPU provides a special debug only mini instruction cache mini IC in which exception vectors and target resident debug handler code are placed by OpenOCD In order to get access to the CPU OpenOCD must point vector 0 the reset vecto
80. e Page means for a printed book the title page itself plus such following pages as are needed to hold legibly the material this License requires to appear in the title page For works in formats which do not have any title page as such Title Page means the text near the most prominent appearance of the work s title preceding the beginning of the body of the text A section Entitled XYZ means a named subunit of the Document whose title either is precisely XYZ or contains XYZ in parentheses following text that translates XYZ in another language Here XYZ stands for a specific section name mentioned below such as Acknowledgements Dedications Endorsements or History To Preserve the Title of such a section when you modify the Document means that it remains a section Entitled XYZ according to this definition The Document may include Warranty Disclaimers next to the notice which states that this License applies to the Document These Warranty Disclaimers are considered to be included by reference in this License but only as regards disclaiming warranties any other implication that these Warranty Disclaimers may have is void and has no effect on the meaning of this License 2 VERBATIM COPYING You may copy and distribute the Document in any medium either commercially or noncommercially provided that this License the copyright notices and the license notice saying this License applies to the
81. e events The configure subcommand assigns an event handler a TCL string which is evalu ated when the event is triggered The cget subcommand returns that handler 10 5 TAP Events OpenOCD includes two event mechanisms The one presented here applies to all JTAG TAPs The other applies to debugger targets which are associated with certain TAPs The TAP events currently defined are e post reset The TAP has just completed a JTAG reset The tap may still be in the JTAG RESET state Handlers for these events might perform initialization sequences such as issuing TCK cycles TMS sequences to ensure exit from the ARM SWD mode and more Because the scan chain has not yet been verified handlers for these events should not issue commands which scan the JTAG IR or DR registers of any particular target NOTE As this is written September 2009 nothing prevents such access e setup The scan chain has been reset and verified This handler may enable TAPs as needed e tap disable The TAP needs to be disabled This handler should implement jtag tapdisable by issuing the relevant JTAG commands e tap enable The TAP needs to be enabled This handler should implement jtag tapenable by issuing the relevant J TAG commands If you need some action after each J TAG reset which isn t actually specific to any TAP since you can t yet trust the scan chain s contents to be accurate you might jtag configure CHIP jrc event post reset echo JTAG Rese
82. e some of those issues For example immediately after reset most chips run using a slower clock than they will use later That means that after reset and potentially as OpenOCD first starts up they must use a slower J TAG clock rate than they will use later See JTAG Speed page 31 Important When you are debugging code that runs right after chip reset getting these issues right is critical In particular if you see intermittent failures when OpenOCD verifies the scan chain after reset look at how you are setting up JTAG clocking 6 3 5 ARM Core Specific Hacks If the chip has a DCC enable it If the chip is an ARM9 with some special high speed download features enable it If present the MMU the MPU and the CACHE should be disabled Some ARM cores are equipped with trace support which permits examination of the in struction and data bus activity Trace activity is controlled through an Embedded Trace Module ETM on one of the core s scan chains The ETM emits voluminous data through a trace port See ARM Hardware Tracing page 78 If you are using an external trace port configure it in your board config file If you are using an on chip Embedded Trace Buffer ETB configure it in your target config file etm config _TARGETNAME 16 normal full etb etb config _TARGETNAME _CHIPNAME etb 6 3 6 Internal Flash Configuration This applies ONLY TO MICROCONTROLLERS that have flash built in Never ever in the
83. eRekSSQA REIR ES 44 12 Flash Commands gases Tara Det E Pe heat ees 53 13 NAND Flash Commands 29e 2 206 oa gr Rr CU eR e choca 65 14 PLD PPGA Commands sc vec eR REX oe Reda ek 71 15 General Commands roa ue oco c uetus iere estie abs 72 16 Architecture and Core Commands llle 78 x JTAG Commands ccu ok takes eee eke ex eio e A 89 18 Boundary Scan Commands ue essa ce Pp EE Vis 92 p PIED uu ote ut dh dox ce eod aes ened ora ad d e aca ache ate 93 20 GDB and OpenOGD scene 288 os ee eel eek see eke Bas ex 94 21 eel SeHpUHE AED S ose e Grae Saas tcn eC v eg 96 DO IA Vcc ue ated n ticam toute epar eite fae ttd ae an 98 23 wl XrASI E DITS n e d os kd em bebe e eques Ep A pA EA 103 A The GNU Free Documentation License 6 109 OpenOCD Concept Index i ssseeilasa RE eI 116 Command and Driver Index eee 117 Table of Contents ADOUE utei foot acu Pr NR d P ene eR eos 1 What is OpenO CD ease at dawn eenegen e ae babel peewee see aoe 1 OpenOCD Web Site i xl b eaten ee eek edo ake ne oa 1 Latest Users Guides iu Gls pita dg Cea ea nd EI See 1 OpenOCD User s Forum cece eee e ee 1 1 OpenOCD Developer Resources 2 1 1 OpenOCD GIT Repository seeseees I 2 1 2 Doxygen Developer Manual 0 e cece eee ee 2 1 8 OpenOCD Developer Mailing List 0 0005 2 2 JTAG Hardware Dongles 3 2 1 Choosing a Dongle c
84. ec Flash Driver Only use this driver for locking unlocking the device or configuring the option bytes Use the standard str9 driver for programming Before using the flash commands the turbo mode must be enabled using the str9xpec enable_turbo command Several str9xpec specific commands are defined str9xpec disable turbo num Command Restore the str9 into J TAG chain str9xpec enable turbo num Command Enable turbo mode will simply remove the str9 from the chain and talk directly to the embedded flash controller str9xpec lock num Command Lock str9 device The str9 will only respond to an unlock command that will erase the device str9xpec part id num Command Prints the part identifier for bank num str9xpec options cmap num bankO bank1 Command Configure str9 boot bank str9xpec options lvdsel num vdd vdd_vddq Command Configure str9 lvd source str9xpec options lvdthd num 2 4v 2 7v Command Configure str9 lvd threshold str9xpec options lvdwarn bank vdd vdd_vddq Command Configure str9 lvd reset warning source Chapter 12 Flash Commands 64 str9xpec options read num Command Read str9 option bytes str9xpec options write num Command Write str9 option bytes str9xpec unlock num Command unlock str9 device 12 5 mFlash 12 5 1 mFlash Configuration mflash bank soc base RST_pin target Config Command Configures a mflash for soc host bank
85. ece eects 84 16 3 ARMv6 Architecture 0 0 0 enes 86 16 3 1 ARM11 specific commands 0 000 e eee eee 86 16 4 ARMv7 Architecture 0 ccc Rn 87 16 4 4 ARMv7 Debug Access Port DAP specific commands 87 16 4 2 Cortex M3 specific commands cece eee 87 16 5 Software Debug Messages and Tracing 000s 88 17 JTAG Conimands 2v 89 17 1 Low Level JTAG Commands 0 ccc cee cece eee 89 17 2 TAP state names ec cee hh hee 91 18 Boundary Scan Commands 92 18 1 SVF Serial Vector Format seeseeeeeee e 92 18 2 XSVF Xilinx Serial Vector Format 0 000000 sees 92 T91 TETP nS Uu ose t E ERE e cci 93 20 GDB and OpenOC2D 94 20 1 Connecting to GDB 16 cee eens 94 20 2 Programming using GDB 0 e eee eee 94 21 Tcl Scripting APT evt Res 96 2 NBIruleSiguueie4eseenctr Race ot D EN dc DC REX 96 21 2 Internal low level Commands 0 00 0 cece cece eee eee 96 21 3 OpenOCD specific Global Variables 000 c cece eee 97 Dd PANO ae AC CadU ce nie nae eee 98 23 Tcl Crash OU Se 2 Ee annaa anaa 103 23 1 Tel Rule L esise e tup e Peres cae ieee 103 29 2 Tcl Rule Albaan a e tts ae OE ES 103 23 3 Per Rule 1 All Results are strings 4 103 23 4 Tcl Quoting Operators 0 cece I 103 23 5 Consequences of Rule 1 2 3 4 cece eee eee e
86. ece ene e 3 2 2 Stand alone Systems 0 cece cnet eee eens 3 2 3 USB E12232 Based 4 eterne eT ERI pe 3 244 USB JLINRK b sed euch ebenestbeteenterOepetenac tiene eem 4 2 5 USB RLINK based icre i em hs 4 2 6 US BXOtBeriote tete cts sede ee on a NO Sr etes ei 5 2 7 IBM PC Parallel Printer Port Based 00 0c eee 5 2 8 IOGH er sysfs ost e LL REN ONES che Anke deeded gtk LS 6 3 About JENMIgT Cl dots RM T Ae RUNDING oes cc re Re Yn edic Rye ped poe paa EA dd 8 5 OpenOCD Project Setup 9 5 1 Hooking up the JTAG Adapter 0 0 cece eee eee 9 5 2 Project Directory 22 5 6 m ke eve eat tas adhe ES eR Eo 10 5 3 Configuration Basics ssseessssseseee e 10 5 4 User Config Pies re bee dS Le ERE dope 10 5 5 Project Specific Utilities slseseeesseeeseseeeeeeeeee 12 5 6 Target Software Changes 0 00 cece eee eee eee 13 6 Config File Guidelines 14 6 1 Interface Config Files ssssesesssseseeee eee ee 16 6 2 Board Contig Files o rst bem Aere eed 16 6 2 1 Communication Between Config files 4 16 6 2 2 Variable Naming Convention 00 cece eee eee 17 6 2 3 The reset init Event Handler 0 200000 18 6 2 4 JTAG Clock Rates jasc rnr eie a dte den eee ied 18 6 3 Target Config Files 0 0 cece cece cent ee 19 6 3 1 Default Value Boiler Plate Code
87. ector and saves it to a file in binary format Example 1pc2900 read custom 0 path_to customer_info bin Chapter 12 Flash Commands 60 The index sector of the flash is a write only sector It cannot be erased In order to guard against unintentional write access all following commands need to be preceeded by a successful call to the password command 1pc2900 password bank password Command You need to use this command right before each of the following commands 1pc2900 write custom 1pc2900 secure sector 1pc2900 secure jtag The password string is fixed to I know what I am doing Example lpc2900 password O I know what I am doing Potentially dangerous operation allowed in next command 1pc2900 write custom bank filename type Command Writes the content of the file into the customer info space of the flash index sector The filetype can be specified with the type field Possible values for type are bin binary ihex Intel hex format elf ELF binary or s19 Motorola S records The file must contain a single section and the contained data length must be exactly 912 bytes Attention This cannot be reverted Be careful Example 1pc2900 write custom 0 path to customer info bin bin 1pc2900 secure sector bank first last Command Secures the sector range from first to last including against further program and erase operations The sector security will be effective after the next power cycle Attention Th
88. ed if more than one ID code could appear for example multiple versions Specify number as zero to suppress warnings about IDCODE values that were found but not included in the list Provide this value if at all possible since it lets OpenOCD tell when the scan chain it sees isn t right These values are provided in vendors chip documentation usually a technical reference manual Sometimes you may need to probe the JTAG hardware to find these values See Autoprobing page 42 ircapture NUMBER The bit pattern loaded by the TAP into the JTAG shift register on entry to the IRCAPTURE state such as 0x01 JTAG requires the two LSBs of this value to be 01 By default ircapture and irmask are set up to verify that two bit value You may provide additional bits if you know them or indicate that a TAP doesn t conform to the J TAG specification irmask NUMBER A mask used with ircapture to verify that instruction scans work correctly Chapter 10 TAP Declaration 41 Such scans are not used by OpenOCD except to verify that there seems to be no problems with J TAG scan chain operations 10 4 Other TAP commands jtag cget dotted name event name Command jtag configure dotted name event name string Command At this writing this TAP attribute mechanism is used only for event handling It is not a direct analogue of the cget configure mechanism for debugger targets See the next section for information about the availabl
89. eded since OpenOCD defaults to little endian and this chip doesn t support changing that set TARGETNAME _CHIPNAME cpu target create TARGETNAME arm7tdmi chain position _TARGETNAME Work areas are small RAM areas associated with CPU targets They are used by OpenOCD to speed up downloads and to download small snippets of code to program flash chips If the chip includes a form of on chip ram and many do define a work area if you can Again using the at91sam7 as an example this can look like TARGETNAME configure work area phys 0x00200000 work area size 0x4000 work area backup 0 Chapter 6 Config File Guidelines 21 6 3 4 Chip Reset Setup As a rule you should put the reset config command into the board file Most things you think you know about a chip can be tweaked by the board Some chips have specific ways the TRST and SRST signals are managed In the unusual case that these are chip specific and can never be changed by board wiring they could go here Some chips need special attention during reset handling if they re going to be used with JTAG An example might be needing to send some commands right after the target s TAP has been reset providing a reset deassert post event handler that writes a chip register to report that J TAG debugging is being done JTAG clocking constraints often change during reset and in some cases target config files rather than board config files are the right places to handl
90. ee ees 104 23 5 1 Tokenisation amp Execution eese 104 23 5 2 Command Execution esee ees 104 23 5 3 The FOR c mma d s ueber REDE e 105 23 5 4 FOR command implementation 2000 105 23 06 OpenOCD Tcl Usage sseessseee II 106 23 6 1 source and find commands 0c cece eee e eee 106 23 6 2 format command 0 ccc cece en 107 23 6 3 Body or Inlined Text 0 0 c eee eee 107 23 6 4 Global Variables 0 0 ccc ccc ce cee cee eee e 108 2357 COCKER PEM HACK Siege ener LEURS ha ait aa ad tte ace 108 Appendix A The GNU Free Documentation PICENS Cs 3 ors es eru MRSE E ERU EE E 109 ADDENDUM How to use this License for your documents 115 OpenOCD Concept Index Command and Driver Index vi About 1 About OpenOCD was created by Dominic Rath as part of a diploma thesis written at the University of Applied Sciences Augsburg http www fh augsburg de Since that time the project has grown into an active open source project supported by a diverse community of software and hardware developers from around the world What is OpenOCD The Open On Chip Debugger OpenOCD aims to provide debugging in system program ming and boundary scan testing for embedded target devices JTAG OpenOCD uses a hardware interface dongle to communicate with the JTAG IEEE 1149 1 compliant TAPs on your target board
91. ee reve eRTR Nx ead ses 69 14 PLD FPGA Commands 71 14 1 PLD FPGA Configuration and Commands 71 14 2 PLD FPGA Drivers Options and Commands 71 15 General Commands 72 15 1 Daemon Commands 0 cece eee eee 72 15 2 Target State handling 0 0 cece eee eee 73 15 9 TO Utes sees tan taka aia sheet eal ata and d Rear goa rem 74 15 4 Memory access commands 0 cece cece eee eens 75 15 5 Image loading commands 0 eee uresen eee ees 76 15 6 Breakpoint and Watchpoint commands 5 77 15 7 Mise Commands cce hU bats hee md ee ER santas 77 16 Architecture and Core Commands 78 16 1 ARM Hardware Tracing 000s cece esee 78 16 1 1 ETM Configuration sssseeseeese II 78 16 1 2 ETM Trace Operation 00 c cee eee eee 80 16 1 8 Trace Port Drivers 0 cece cece eee eens 81 16 2 Generic ARM weiss cece I phil a edd eddie ae deb alee 81 16 2 1 ARM7 and ARMO specific commands 82 16 2 2 ARM720T specific commands 00 e eee eee 83 16 2 3 ARMSO specific commands 0 000 cece cece eens 83 16 2 4 ARM920T specific commands 00 02 e eee eee 83 16 2 5 ARM926ej s specific commands 2 000 ee eee 84 16 2 6 ARMO966E specific commands 000 cece cece 84 16 2 7 XScale specific commands 000s c
92. em to be marked as bad 13 4 NAND Driver List As noted above the nand device command allows driver specific options and behaviors Some controllers also activate controller specific commands davinci NAND Driver This driver handles the NAND controllers found on DaVinci family chips from Texas Instruments It takes three extra parameters address of the NAND chip hardware ECC mode to use hwecct hwecc4 hwecc4_infix address of the AEMIF con troller on this processor nand device davinci dm355 arm 0x02000000 hwecc4 0x01e10000 All DaVinci processors support the single bit ECC hardware and newer ones also support the four bit ECC hardware The write page and read page methods are used to implement those ECC modes unless they are disabled using the nand raw_ access command 1pc3180 NAND Driver These controllers require an extra nand device parameter the clock rate used by the controller 1pc3180 select num mic slc Command Configures use of the MLC or SLC controller mode MLC implies use of hard ware ECC The num parameter is the value shown by nand list At this writing this driver includes write page and read page methods Using nand raw access to disable those methods will prevent use of hardware ECC in the MLC controller mode but won t change SLC behavior orion NAND Driver These controllers require an extra nand device parameter the address of the con troller nand device orion 0xd800000
93. er chips are confirmed The AT91SAM3U4 E C 256K chips have two flash banks most other chips have one flash bank In all cases the flash banks are at the following fixed locations Chapter 12 Flash Commands 57 Flash bank O all chips flash bank at91sam3 0x00080000 O 1 1 TARGETNAME Flash bank 1 only 256K chips flash bank at91sam3 0x00100000 O 1 1 TARGETNAME Internally the AT91SAMS3 flash memory is organized as follows Unlike the AT91SAM7 chips these are not used as parameters to the flash bank command e N Banks 256K chips have 2 banks others have 1 bank e Bank Size 128K 64K Per flash bank e Sectors 16 or 8 per bank e SectorSize 8K Per Sector e PageSize 256 bytes per page Note that OpenOCD operates on sector sizes not page sizes The AT91SAM3 driver adds some additional commands at91sam3 gpnvm Command at91sam3 gpnvm clear number Command at91sam3 gpnvm set number Command at91sam3 gpnvm show all number Command With no parameters show or show all shows the status of all GPNVM bits With show number displays that bit With set number or clear number modifies that GPNVM bit at91sam3 info Command This command attempts to display information about the AT91SAMS chip First it read the CHIPID_CIDR address 0x400e0740 see Section 28 2 1 page 505 of the AT9ISAM3U 29 may 2009 datasheet document id doc6430A and decodes the values Second it reads the various clock configura
94. er is a value shown by flash banks Most flash commands will implicitly autoprobe the bank flash drivers can distinguish between probing and autoprobing but most don t bother 12 2 Erasing Reading Writing to Flash One feature distinguishing NOR flash from NAND or serial flash technologies is that for read access it acts exactly like any other addressible memory This means you can use normal memory read commands like mdw or dump image with it with no special flash subcommands See Memory access page 75 and Image access page 76 Write access works differently Flash memory normally needs to be erased before it s written Erasing a sector turns all of its bits to ones and writing can turn ones into zeroes This is why there are special commands for interactive erasing and writing and why GDB needs to know which parts of the address space hold NOR flash memory Note Most of these erase and write commands leverage the fact that NOR flash chips consume target address space They implicitly refer to the current JTAG target and map from an address in that target s address space back to a flash bank A few commands use abstract addressing based on bank and sector numbers and don t depend on searching the current target and its address space Avoid confusing the two command models Some flash chips implement software protection against accidental writes since such buggy writes could in some cases brick a system For such syste
95. essing engines 6 3 1 Default Value Boiler Plate Code All target configuration files should start with code like this letting board config files express environment specific differences in how things should be set up Boards may override chip names perhaps based on role but the default should match what the vendor uses if info exists CHIPNAME set _CHIPNAME CHIPNAME else set _CHIPNAME sam7x256 ONLY use ENDIAN with targets that can change it if info exists ENDIAN 1 set _ENDIAN ENDIAN else 1 set _ENDIAN little TAP identifiers may change as chips mature for example with new revision fields the 3 here Pick a good default you can pass several such identifiers to the jtag newtap command if info exists CPUTAPID set _CPUTAPID CPUTAPID else set _CPUTAPID Ox3fOfOfOf Chapter 6 Config File Guidelines 20 Remember Board config files may include multiple target config files or the same target file multiple times changing at least CHIPNAME Likewise the target configuration file should define TARGETNAME or _TARGETNAMEO etc and use it later on when defining debug targets set TARGETNAME _CHIPNAME cpu target create TARGETNAME arm7tdmi chain position _TARGETNAME 6 3 2 Adding TAPs to the Scan Chain After the defaults are set up add the TAPs on each chip to the JTAG scan chain See Chapter 10 TAP Declaration page 38 and the naming convention for t
96. f 18 Chapter 1 OpenOCD Developer Resources 2 1 OpenOCD Developer Resources If you are interested in improving the state of OpenOCD s debugging and testing support new contributions will be welcome Motivated developers can produce new target flash or interface drivers improve the documentation as well as more conventional bug fixes and enhancements The resources in this chapter are available for developers wishing to explore or expand the OpenOCD source code 1 1 OpenOCD GIT Repository During the 0 3 x release cycle OpenOCD switched from Subversion to a GIT repository hosted at SourceForge The repository URL is git openocd git sourceforge net gitroot openocd openocd You may prefer to use a mirror and the HTTP protocol http repo or cz r openocd git With standard GIT tools use git clone to initialize a local repository and git pull to update it There are also gitweb pages letting you browse the repository with a web browser or download arbitrary snapshots without needing a GIT client http openocd git sourceforge net git gitweb cgi p openocd openocd http repo or cz w openocd git The README file contains the instructions for building the project from the repository or a snapshot Developers that want to contribute patches to the OpenOCD system are strongly encour aged to work against mainline Patches created against older versions may require additional work from their submitter in order to be updated
97. ge recording 50 percent data before the event and the rest afterwards e The minimum value of percent is 2 percent recording almost exclusively data before the trigger Such extreme race before usage can help figure out what caused that event to happen Chapter 16 Architecture and Core Commands 80 e The maximum value of percent is 100 percent recording data almost exclusively after the event This extreme trace after usage might help sort out how the event caused trouble 16 1 2 ETM Trace Operation After setting up the ETM you can use it to collect data That data can be exported to files for later analysis It can also be parsed with OpenOCD for basic sanity checking To configure what is being traced you will need to write various trace registers using reg ETM commands For the definitions of these registers read ARM publication HI 0014 Embedded Trace Macrocell Architecture Specification Be aware that most of the relevant registers are write only and that ETM resources are limited There are only a handful of address comparators data comparators counters and so on Examples of scenarios you might arrange to trace include e Code flow within a function excluding subroutines it calls Use address range com parators to enable tracing for instruction access within that function s body e Code flow within a function including subroutines it calls Use the sequencer and address comparators to activate tracing on an en
98. has a limited autoprobing ability to look at the scan chain doing a blind interrogation and then reporting the TAPs it finds To use this mechanism start the OpenOCD server with only data that configures your JTAG interface and arranges to come up with a slow clock many devices don t support fast J TAG clocks right when they come out of reset For example your openocd cfg file might have source find interface olimex arm usb tiny h cfg reset config trst and srst jtag_rclk 8 When you start the server without any TAPs configured it will attempt to autoconfigure the TAPs There are two parts to this 1 TAP discovery After a JTAG reset sometimes a system reset may be needed too each TAP s data registers will hold the contents of either the IDCODE or BYPASS register If JTAG communication is working OpenOCD will see each TAP and report what expected id to use with it 2 IR Length discovery Unfortunately JTAG does not provide a reliable way to find out the value of the irlen parameter to use with a TAP that is discovered If OpenOCD can discover the length of a TAP s instruction register it will report it Otherwise you may need to consult vendor documentation such as chip data sheets or BSDL files In many cases your board will have a simple scan chain with just a single device Here s what OpenOCD reported with one board that s a bit more complex clock speed 8 kHz There are no enabled AU
99. hat bank flash write bank num filename offset Command Write the binary filename to flash bank num starting at offset bytes from the beginning of the bank The num parameter is a value shown by flash banks flash write image erase unlock filename offset type Command Write the image filename to the current target s flash bank s A relocation offset may be specified in which case it is added to the base address for each section in the image The file type can be specified explicitly as bin binary ihex Intel hex elf ELF file s19 Motorola s19 mem or builder The relevant flash sectors will be erased prior to programming if the erase parameter is given If unlock is provided then the flash banks are unlocked before erase and program The flash bank to use is inferred from the address of each image segment 12 3 Other Flash commands flash erase_check num Command Check erase state of sectors in flash bank num and display that status The num parameter is a value shown by flash banks This is the only operation that updates the erase state information displayed by flash info That means you have to issue a flash erase check command after erasing or programming the device to get updated information Code execution may have invalidated any state records kept by OpenOCD flash info num Command Print info about flash bank num The num parameter is a va
100. hat target variants are supported other than by reading the OpenOCD source code target types Command Lists all supported target types At this writing the supported CPU types and variants are e armii this is a generation of ARMv6 cores e arm720t this is an ARMv4 core with an MMU e arm7tdmi this is an ARMv4 core e arm920t this is an ARMv5 core with an MMU e arm926ejs this is an ARMv5 core with an MMU e arm966e this is an ARMv5 core e arm9tdmi this is an ARMv4 core e avr implements Atmel s 8 bit AVR instruction set Support for this is prelim inary and incomplete e cortex a8 this is an ARMv7 core with an MMU e cortex m3 this is an ARMv7 core supporting only the compact Thumb2 in struction set It supports one variant Chapter 11 CPU Configuration 46 1m3s Use this when debugging older Stellaris LM3S targets This will cause OpenOCD to use a software reset rather than asserting SRST to avoid a issue with clearing the debug registers This is fixed in Fury Rev B DustDevil Rev B Tempest these revisions will be detected and the normal reset behaviour used e dragonite resembles arm966e e fa526 resembles arm920 w o Thumb e feroceon resembles arm926 e mips m4k a MIPS core This supports one variant ejtag srst Use this when debugging targets that do not provide a functional SRST line on the EJTAG connector This causes OpenOCD to instead use an EJTAG softwa
101. hich uses only a lightweight JTAG reset before examining the scan chain If that fails it tries again using a harder reset from the overridable procedure init reset Implementations must have verified the JTAG scan chain before they return This is done by calling jtag arp init or jtag arp init reset 7 3 TCP IP Ports The OpenOCD server accepts remote commands in several syntaxes Each syntax uses a different TCP IP port which you may specify only during configuration before those ports are opened For reasons including security you may wish to prevent remote access using one or more of these ports In such cases just specify the relevant port number as zero If you disable all access through TCP IP you will need to use the command line pipe option g db port number Command Specify or query the first port used for incoming GDB connections The GDB port for the first target will be gdb_port the second target will listen on gdb_port 1 and so on When not specified during the configuration stage the port number defaults to 3333 When specified as zero this port is not activated tcl_port number Command Specify or query the port used for a simplified RPC connection that can be used by clients to issue TCL commands and get the output from the Tcl engine Intended as a machine interface When not specified during the configuration stage the port number defaults to 6666 When specified as zero this port is not ac
102. hing a queue over USB involves a minimum latency often several milliseconds which does not change with the amount of data which is written You may be able to identify performance problems by finding tasks which waste bandwidth by flushing small transfers too often instead of batching them into larger operations irscan tap instruction endstate tap state Command For each tap listed loads the instruction register with its associated numeric instruc tion The number of bits in that instruction may be displayed using the scan chain command For other TAPs a BYPASS instruction is loaded When tap state is specified the JTAG state machine is left in that state For example IRPAUSE might be specified so the data register can be loaded before re entering the RUN IDLE state If the end state is not specified the RUN IDLE state is entered Note OpenOCD currently supports only a single field for instruction reg ister values unlike data register values For TAPs where the instruction register length is more than 32 bits portable scripts currently must issue only BYPASS instructions jtag reset trst srst Command Set values of reset signals The trst and srst parameter values may be 0 indicating that reset is inactive pulled or driven high or 1 indicating it is active pulled or driven low The reset_config command should already have been used to configure how the board and JTAG adapter treat these two signals
103. hing behaves normally srst pulls trst states that the test logic is reset together with the reset of the system e g Philips LPC2000 broken board lay out trst pulls srst says that the system is reset together with the test logic only hypothetical I haven t seen hardware with such a bug and can be worked around combined implies both srst pulls trst and trst pulls srst e The gates tokens control flags that describe some cases where JTAG may be unvailable during reset srst gates jtag default indicates that asserting SRST gates the JTAG clock This means that no communication can happen on JTAG while SRST is asserted Its converse is srst_nogate indicating that JTAG commands can safely be issued while SRST is active The optional trst_type and srst_type parameters allow the driver mode of each reset line to be specified These values only affect JTAG interfaces with support for different driver modes like the Amontec JTAGkey and JTAG Accelerator Also they are necessarily ignored if the relevant signal TRST or SRST is not connected Chapter 9 Reset Configuration 36 e Possible trst type driver modes for the test reset signal TRST are the default trst push pull and trst open drain Most boards connect this signal to a pulldown so the JTAG TAPs never leave reset unless they are hooked up to a JTAG adapter e Possible srst type driver modes for the system reset signal SRST are the default srst
104. iated with each data page erase num offset length Command Erases blocks on the specified NAND device starting at the specified offset and con tinuing for length bytes Both of those values must be exact multiples of the device s block size and the region they specify must fit entirely in the chip If those param eters are not specified the whole NAND chip will be erased The num parameter is the value shown by nand list NOTE This command will try to erase bad blocks when told to do so which will probably invalidate the manufacturer s bad block marker For the remainder of the current server session nand info will still report that the block is bad write num filename offset option Command Writes binary data from the file into the specified NAND device starting at the specified offset Those pages should already have been erased you can t change zero bits to one bits The num parameter is the value shown by nand list Use a complete path name for filename so you don t depend on the directory used to start the OpenOCD server The offset must be an exact multiple of the device s page size All data in the file will be written assuming it doesn t run past the end of the device Only full pages are written and any extra space in the last page will be filled with Oxff bytes That includes OOB data if that s being written NOTE At the time this text was written bad blocks are ignored That is this routine will n
105. ific commands cortex m3 disassemble address count Command Disassembles count Thumb2 instructions starting at address If count is not specified a single instruction is disassembled cortex m3 maskisr on off Command Control masking disabling interrupts during target step resume cortex m3 vector catch all none list Command Vector Catch hardware provides dedicated breakpoints for certain hardware events Parameters request interception of all of these hardware event vectors none of them or one or more of the following hard err for a HardFault exception mm_err for a MemManage exception bus_err for a BusFault exception irq err state_err chk_err or nocp_err for various UsageFault exceptions or reset If NVIC setup code does not enable them MemManage BusFault and UsageFault exceptions are mapped to HardFault UsageFault checks for divide by zero and un aligned access must also be explicitly enabled This finishes by listing the current vector catch configuration Chapter 16 Architecture and Core Commands 88 16 5 Software Debug Messages and Tracing OpenOCD can process certain requests from target software Currently target request debugmsgs is supported only for arm7_9 and cortex m3 cores These messages are received as part of target polling so you need to have poll on active to receive them They are intrusive in that they will
106. ing an ETM coupled to such an external trace port belongs in the board specific configuration file e Ifthe CPU doesn t provide an external interface it probably has an Embedded Trace Buffer ETB on the chip which is a dedicated SRAM 4KBytes is one common ETB size Configuring an ETM coupled only to an ETB belongs in the CPU specific target configuration file since it works the same on all boards ETM support in OpenOCD doesn t seem to be widely used yet Issues ETM support may be buggy and at least some etm config parameters should be detected by asking the ETM for them ETM trigger events could also implement a kind of complex hardware break point much more powerful than the simple watchpoint hardware exported by EmbeddedICE modules Such breakpoints can be triggered even when using the dummy trace port driver It seems like a GDB hookup should be possible as well as tracing only during specific states perhaps handling IRQ 23 or calls foo There should be GUI tools to manipulate saved trace data and help analyse it in conjunction with the source code It s unclear how much of a common interface is shared with the current XScale trace support or should be shared with eventual Nexus style trace module support At this writing September 2009 only ARM7 and ARM9 support for ETM modules is available The code should be able to work with some newer cores but not all of them support this original style of JTAG acces
107. interface olimex jtag tiny cfg These commands tell OpenOCD what type of JTAG adapter you have and how to talk to it few cases are so simple that you only need to say what driver to use jlink interface interface jlink Most adapters need a bit more configuration than that 8 1 Interface Configuration The interface command tells OpenOCD what type of JTAG dongle you are using Depend ing on the type of dongle you may need to have one or more additional commands interface name Config Command Use the interface driver name to connect to the target interface list Command List the interface drivers that have been built into the running copy of OpenOCD jtag interface Command Returns the name of the interface driver being used 8 2 Interface Drivers Each of the interface drivers listed here must be explicitly enabled when OpenOCD is configured in order to be made available at run time amt jtagaccel Interface Driver Amontec Chameleon in its J TAG Accelerator configuration connected to a PC s EPP mode parallel port l his defines some driver specific commands parport port number Config Command Specifies either the address of the I O port default 0x378 for LPT1 or the number of the dev parport device rtck enable disable Config Command Displays status of RT CK option Optionally sets that option first arm jtag ew Interface Driver Olimex ARM JTAG EW USB adapter This has one driver specific
108. involves an extra bootloader stage running from on chip SRAM to perform DDR RAM setup so it can load the main bootloader code which won t fit into that SRAM Other helper scripts might be used to write production system images involving consider ably more than just a three stage bootloader 5 6 Target Software Changes Sometimes you may want to make some small changes to the software you re developing to help make JTAG debugging work better For example in C or assembly language code you might use ifdef JTAG_DEBUG or its converse around code handling issues like e ARM Wait For Interrupt Many ARM chips synchronize the JTAG clock using the core clock Low power states which stop that core clock thus prevent JTAG access Idle loops in tasking environments often enter those low power states via the WFI instruction or its coprocessor equivalent before ARMv7 You may want to disable that instruction in source code or otherwise prevent using that state to ensure you can get JTAG access at any time For example the OpenOCD halt command may not work for an idle processor otherwise e Delay after reset Not all chips have good support for debugger access right after reset many LPC2xxx chips have issues here Similarly applications that reconfigure pins used for J TAG access as they start will also block debugger access To work with boards like this enable a short delay loop the first thing after reset before real startup
109. ion that does a high power sleep If you are careful 9896 of your problems can be debugged this way Note that on ARM you may need to avoid using the wait for interrupt operation in your idle loops even if you don t otherwise change the CPU clock rate That operation gates the CPU clock and thus the JTAG clock which prevents JTAG access One consequence is not being able to halt cores which are executing that wait for interrupt operation To set the JTAG frequency use the command Example 1 234MHz jtag_khz 1234 2 Win32 Pathnames Why don t backslashes work in Windows paths OpenOCD uses Tcl and a backslash is an escape char Use and around Windows filenames gt echo a gt echo a a gt echo a gt 3 Missing cygwinl dll OpenOCD complains about a missing cygwinl dll Make sure you have Cygwin installed or at least a version of OpenOCD that claims to come with all the necessary DLLs When using Cygwin try launching OpenOCD from the Cygwin shell 4 Breakpoint Issue I m trying to set a breakpoint using GDB or a frontend like Insight or Eclipse but OpenOCD complains that Info arm7 9 common c 213 arm7_9_add_breakpoint sw breakpoint requested but software breakpoints not enabled GDB issues software breakpoints when a normal breakpoint is requested or to imple ment source line single stepping On ARMv4T systems like ARM7TDMI ARM720T or ARM920T software breakpoints consume one of the tw
110. ir names for publicity for or to assert or imply endorsement of any Modified Version 5 COMBINING DOCUMENTS You may combine the Document with other documents released under this License under the terms defined in section 4 above for modified versions provided that you include in the combination all of the Invariant Sections of all of the original documents unmodified and list them all as Invariant Sections of your combined work in its license notice and that you preserve all their Warranty Disclaimers The combined work need only contain one copy of this License and multiple identical Invariant Sections may be replaced with a single copy If there are multiple Invariant Sections with the same name but different contents make the title of each such section unique by adding at the end of it in parentheses the name of the original author or publisher of that section if known or else a unique number Make the same adjustment to the section titles in the list of Invariant Sections in the license notice of the combined work In the combination you must combine any sections Entitled History in the vari ous original documents forming one section Entitled History likewise combine any sections Entitled Acknowledgements and any sections Entitled Dedications You must delete all sections Entitled Endorsements 6 COLLECTIONS OF DOCUMENTS You may make a collection consisting of the Document and other documents relea
111. ir work while not being considered responsible for modifications made by others This License is a kind of copyleft which means that derivative works of the document must themselves be free in the same sense It complements the GNU General Public License which is a copyleft license designed for free software We have designed this License in order to use it for manuals for free software because free software needs free documentation a free program should come with manuals providing the same freedoms that the software does But this License is not limited to software manuals it can be used for any textual work regardless of subject matter or whether it is published as a printed book We recommend this License principally for works whose purpose is instruction or reference 1 APPLICABILITY AND DEFINITIONS This License applies to any manual or other work in any medium that contains a notice placed by the copyright holder saying it can be distributed under the terms of this License Such a notice grants a world wide royalty free license unlimited in duration to use that work under the conditions stated herein The Document below refers to any such manual or work Any member of the public is a licensee and is addressed as you You accept the license if you copy modify or distribute the work in a way requiring permission under copyright law A Modified Version of the Document means any work containing the Document or
112. irq enable value Command Displays the value of the flag controlling whether IRQs are enabled during single stepping they are disabled by default If value is defined first assigns that armii vcr value Command Displays the value of the Vector Catch Register VCR coprocessor 14 register 7 If value is defined first assigns that Chapter 16 Architecture and Core Commands 87 Vector Catch hardware provides dedicated breakpoints for certain hardware events The specific bit values are core specific as in fact is using coprocessor 14 register 7 itself but all current ARM11 cores except the ARM1176 use the same six bits 16 4 ARMv7 Architecture 16 4 1 ARMv7 Debug Access Port DAP specific commands These commands are specific to ARM architecture v7 Debug Access Port DAP included on cortex m3 and cortex a8 systems They are available in addition to other core specific commands that may be available dap info num Command Displays dap info for ap num defaulting to the currently selected AP dap apsel num Command Select AP num defaulting to 0 dap apid num Command Displays id register from AP num defaulting to the currently selected AP dap baseaddr num Command Displays debug base address from AP num defaulting to the currently selected AP dap memaccess value Command Displays the number of extra tck for mem ap memory bus access 0 255 If value is defined first assigns that 16 4 2 Cortex M3 spec
113. is for a board with three chips Chip 1 PXA270 for network side big endian set CHIPNAME network set ENDIAN big source find target pxa270 cfg on return _TARGETNAME network cpu other commands can refer to the network cpu target _TARGETNAME configure events for this CPU Chip 2 PXA270 for video side little endian Chapter 6 Config File Guidelines 17 set CHIPNAME video set ENDIAN little source find target pxa270 cfg on return _TARGETNAME video cpu other commands can refer to the video cpu target _TARGETNAME configure events for this CPU Chip 3 Xilinx FPGA for glue logic set CHIPNAME xilinx unset ENDIAN source find target spartan3 cfg That example is oversimplified because it doesn t show any flash memory or the reset init event handlers to initialize external DRAM or assuming it needs it load a configuration into the FPGA Such features are usually needed for low level work with many boards where low level implies that the board initialization software may not be working That s a common reason to need JTAG tools Another is to enable working with microcontroller based systems which often have no debugging support except a JTAG connector Target config files may also export utility functions to board and user config files Such functions should use name prefixes to help avoid naming collisions Board files could also accept input variables from user co
114. is cannot be reverted Be careful Secured sectors appear as protected in the flash info command Example lpc2900 secure sector 0 1 1 flash info 0 0 1pc2900 at 0x20000000 size 0x000c0000 0 0x00000000 0x2000 8kB not protected 1 0x00002000 0x2000 8kB protected 2 0x00004000 0x2000 8kB not protected 1pc2900 secure_jtag bank Command Irreversibly disable the JTAG port The new JTAG security setting will be effective after the next power cycle Attention This cannot be reverted Be careful Examples lpc2900 secure_jtag 0 ocl Flash Driver No idea what this is other than using some arm7 arm9 core flash bank ocl 0 0 O O _TARGETNAME Chapter 12 Flash Commands 61 pic32mx Flash Driver The PIC32MX microcontrollers are based on the MIPS 4K cores and integrate flash memory The current implementation is incomplete flash bank pix32mx 0 0 O O TARGETNAME Some pic32mx specific commands are defined pic32mx pgm word address value bank Command Programs the specified 32 bit value at the given address in the specified chip bank stellaris Flash Driver All members of the Stellaris LM3Sxxx microcontroller family from Texas Instruments include internal flash and use ARM Cortex M3 cores The driver automatically recog nizes a number of these chips using the chip identification register and autoconfigures itself flash bank stellaris O O O O TARGETNAME stm32x Flash Driver All members of the
115. ise starts at the specified offset and continues for length bytes Both of those values must be exact multiples of the device s block size and the region they specify must fit entirely in the chip The num parameter is the value shown by nand list NOTE Before using this command you should force raw access with nand raw access enable to ensure that the underlying driver will not try to apply hardware ECC nand info num Command The num parameter is the value shown by nand list This prints the one line sum mary from nand list plus for devices which have been probed this also prints any known status for each block Chapter 13 NAND Flash Commands 69 nand raw access num enable disable Command Sets or clears an flag affecting how page I O is done The num parameter is the value shown by nand list This flag is cleared disabled by default but changing that value won t affect all NAND devices The key factor is whether the underlying driver provides read_page or write_page methods If it doesn t provide those methods the setting of this flag is irrelevant all access is effectively raw When those methods exist they are normally used when reading data nand dump or reading bad block markers or writing it nand write However enabling raw access setting the flag prevents use of those methods bypassing hardware ECC logic This can be a dangerous option since writing blocks with the wrong ECC data can cause th
116. l not have their licenses terminated so long as such parties remain in full compliance FUTURE REVISIONS OF THIS LICENSE The Free Software Foundation may publish new revised versions of the GNU Free Documentation License from time to time Such new versions will be similar in spirit to the present version but may differ in detail to address new problems or concerns See http www gnu org copyleft Each version of the License is given a distinguishing version number If the Document specifies that a particular numbered version of this License or any later version applies to it you have the option of following the terms and conditions either of that specified version or of any later version that has been published not as a draft by the Free Software Foundation If the Document does not specify a version number of this License you may choose any version ever published not as a draft by the Free Software Foundation Appendix A The GNU Free Documentation License 115 ADDENDUM How to use this License for your documents To use this License in a document you have written include a copy of the License in the document and put the following copyright and license notices just after the title page Copyright C year your name Permission is granted to copy distribute and or modify this document under the terms of the GNU Free Documentation License Version 1 2 or any later version published by the Free Software Foundation with
117. lash plane of up to 256KB and it will be used automatically when you issue flash erase sector or flash erase address commands at91sam7 gpnvm bitnum set clear Command Set or clear a General Purpose Non Volatle Memory GPNVM bit for the processor Each processor has a number of such bits used for controlling fea tures such as brownout detection so they are not truly general purpose Note This assumes that the first flash bank number 0 is associ ated with the appropriate at9lsam7 target avr Flash Driver The AVR 8 bit microcontrollers from Atmel integrate flash memory The current implementation is incomplete ecosflash Flash Driver No idea what this is The ecosflash driver defines one mandatory parameter the name of a modules of target code which is downloaded and executed 1pc2000 Flash Driver Most members of the LPC1700 and LPC2000 microcontroller families from NXP in clude internal flash and use Cortex M3 LPC1700 or ARM7TDMI LPC2000 cores Note There are LPC2000 devices which are not supported by the Ipc2000 driver The LPC2888 is supported by the Ipc288x driver The LPC29xx family is supported by the Ipc2900 driver The Ipc2000 driver defines two mandatory and one optional parameters which must appear in the following order e variant required may be Ipc2000_v1 older LPC21xx and LPC22xx lpc2000 v2 LPC213x LPC214x LPC210 123 LPC23xx and LPC24xx or Ipc1700 LPC175x and LPC176x
118. le analyze trace Displays the contents of the trace buffer xscale cache clean address address Changes the address used when cleaning the data cache xscale cache info Displays information about the CPU caches xscale cp15 regnum value Command Command Command Command Display cp15 register regnum else if a value is provided that value is written to that register xscale debug handler target address Changes the address used for the specified target s debug handler xscale dcache enable disable Enables or disable the CPU s data cache xscale dump trace filename Dumps the raw contents of the trace buffer to filename xscale icache enable disable Enables or disable the CPU s instruction cache xscale mmu enable disable Enables or disable the CPU s memory management unit xscale trace buffer enable disable fill n wrap Enables or disables the trace buffer and controls how it is emptied Command Command Command Command Command Command Chapter 16 Architecture and Core Commands 86 xscale trace image filename offset type Command Opens a trace image from filename optionally rebasing its segment addresses by offset The image type may be one of bin binary ihex Intel hex elf ELF file s19 Motorola s19 mem or builder xscale vector catch mask Command Display a bitmask showi
119. least a certain amount of time and reset buttons commonly have hardware debouncing Use the jtag nsrst delay and jtag ntrst delay commands to say when extra delays are needed e Drive type Reset lines often have a pullup resistor letting the JTAG interface treat them as open drain signals But that s not a requirement so the adapter may need to use push pull output drivers Also with weak pullups it may be advisable to drive signals to both levels push pull to minimize rise times Use the reset config trst type and srst type parameters to say how to drive reset signals e Special initialization Targets sometimes need special JTAG initialization sequences to handle chip specific issues not limited to errata For example certain JTAG com mands might need to be issued while the system as a whole is in a reset state SRST active but the JTAG scan chain is usable TRST inactive Many systems treat com bined assertion of SRST and TRST as a trigger for a harder reset than SRST alone Such custom reset handling is discussed later in this chapter There can also be other issues Some devices don t fully conform to the JTAG specifications Trivial system specific differences are common such as SRST and TRST using slightly different names There are also vendors who distribute key JTAG documentation for their chips only to developers who have signed a Non Disclosure Agreement NDA Sometimes there are chip specific extensions like a
120. logged for comments and some retries The OpenOCD sources also include two utility scripts for working with XSVF they are not currently installed after building the software You may find them useful e suf2xsuf converts SVF files into the extended XSVF syntax understood by the xsvf command see notes below e zsufdump converts XSVF files into a text output format understands the OpenOCD extensions The input format accepts a handful of non standard extensions These include three op codes corresponding to SVF extensions from Lattice Semiconductor LCOUNT LDELAY LDSR and two opcodes supporting a more accurate translation of SVF XTRST XWAIT STATE If zsufdump shows a file is using those opcodes it probably will not be usable with other XSVF tools Chapter 19 TFTP 93 19 TFTP If OpenOCD runs on an embedded host as ZY 1000 does then TFTP can be used to access files on PCs either the developer s PC or some other PC The way this works on the ZY1000 is to prefix a filename by tftp ip and append the TFTP path on the TFTP server tftpd For example load image tftp 10 0 0 96 c temp abc elf will load c temp abc elf from the developer pc 10 0 0 96 into memory as if the file was hosted on the embedded host In order to achieve decent performance you must choose a TFTP server that supports a packet size bigger than the default packet size 512 bytes There are numerous TFTP servers out there free and commercial
121. ltage level and system reset SRST signal detection Some connectors also include instrumentation signals which can imply events when those signals are inputs In general OpenOCD needs to periodically check for those events either by looking at the status of signals on the J TAG connector or by sending synchronous tell me your status JTAG requests to the various active targets There is a command to manage and monitor that polling which is normally done in the background poll on off Command Poll the current target for its current state Also see target curstate page 49 If that target is in debug mode architecture specific information about the current state is printed An optional parameter allows background polling to be enabled and disabled You could use this from the TCL command shell or from GDB using monitor poll command gt poll background polling on Chapter 7 Daemon Configuration target state halted target halted in ARM state due to debug request current mode Supervisor cpsr 0x800000d3 pc 0x11081bfc MMU disabled D Cache disabled I Cache enabled gt 26 Chapter 8 Interface Dongle Configuration 27 8 Interface Dongle Configuration JTAG Adapters Interfaces Dongles are normally configured through commands in an inter face configuration file which is sourced by your openocd cfg file or through a command line f interface cfg option source find
122. lue shown by flash banks The information includes per sector protect status flash protect num first last on off Command Enable on or disable off protection of flash sectors in flash bank num starting at sector first and continuing up to and including last Providing a last sector of last specifies to the end of the flash bank The num parameter is a value shown by flash banks flash protect_check num Command Check protection state of sectors in flash bank num The num parameter is a value shown by flash banks Chapter 12 Flash Commands 56 12 4 Flash Driver List As noted above the flash bank command requires a driver name and allows driver specific options and behaviors Some drivers also activate driver specific commands 12 4 1 External Flash cfi Flash Driver The Common Flash Interface CFI is the main standard for external NOR flash chips each of which connects to a specific external chip select on the CPU Frequently the first such chip is used to boot the system Your board s reset init handler might need to configure additional chip selects using other commands like mww to configure a bus and its timings or perhaps configure a GPIO pin that controls the write protect pin on the flash chip The CFI driver can use a target specific working area to significantly speed up operation The CFI driver can accept the following optional parameters in any order e jedec probe
123. mapping for the work area phys address set up by the current operating system 11 4 Other target_name Commands The Tcl Tk language has the concept of object commands and OpenOCD adopts that same model for targets A good Tk example is a on screen button Once a button is created a button has a name a path in Tk terms and that name is useable as a first class command For example in Tk one can create a button and later configure it like this Create button foobar background red command foo Modify foobar configure foreground blue Query set x foobar cget background Report puts format The button is s x In OpenOCD s terms the target is an object just like a Tcl Tk button and its object commands are invoked the same way str912 cpu mww 0x1234 0x42 omap3530 cpu mww Ox5555 123 The commands supported by OpenOCD target objects are target name arp examine Command target_name arp_halt Command target_name arp_poll Command target_name arp_reset Command target_name arp_waitstate Command Internal OpenOCD scripts most notably startup tcl use these to deal with spe cific reset cases They are not otherwise documented here Chapter 11 CPU Configuration 49 target name array2mem arrayname width address count Command target name mem2array arrayname width address count Command These provide an efficient script oriented interface to memory The array2mem prim
124. most 25 words A Transparent copy of the Document means a machine readable copy represented in format whose specification is available to the general public that is suitable for revising the document straightforwardly with generic text editors or for images com posed of pixels generic paint programs or for drawings some widely available drawing editor and that is suitable for input to text formatters or for automatic translation to a variety of formats suitable for input to text formatters A copy made in an otherwise Transparent file format whose markup or absence of markup has been arranged to thwart or discourage subsequent modification by readers is not Transparent An image format is not Transparent if used for any substantial amount of text A copy that is not Transparent is called Opaque Examples of suitable formats for Transparent copies include plain ASCII without markup Texinfo input format LaTEX input format SGML or XML using a publicly available DTD and standard conforming simple HTML PostScript or PDF designed for human modification Examples of transparent image formats include PNG XCF and JPG Opaque formats include proprietary formats that can be read and edited only by proprietary word processors SGML or XML for which the DTD and or processing tools are not generally available and the machine generated HTML PostScript or PDF produced by some word processors for output purposes only The Titl
125. ms erasing and writing may require sector protection to be disabled first Examples include CFI flash such as Intel Advanced Bootblock flash and AT91SAMT on chip flash See flash protect page 55 flash erase sector num first last Command Erase sectors in bank num starting at sector first up to and including last Sector numbering starts at 0 Providing a last sector of last specifies to the end of the flash bank The num parameter is a value shown by flash banks flash erase address address length Command Erase sectors starting at address for length bytes The flash bank to use is inferred from the address and the specified length must stay within that bank As a special case when length is zero and address is the start of the bank the whole flash is erased Chapter 12 Flash Commands 55 flash fillw address word length Command flash fillh address halfword length Command flash fillb address byte length Command Fills flash memory with the specified word 32 bits halfword 16 bits or byte 8 bit pattern starting at address and continuing for length units word halfword byte No erasure is done before writing when needed that must be done before issuing this command Writes are done in blocks of up to 1024 bytes and each write is verified by reading back the data and comparing it to what was written The flash bank to use is inferred from the address of each block and the specified length must stay within t
126. n electronic form Otherwise they must appear on printed covers that bracket the whole aggregate TRANSLATION Iranslation is considered a kind of modification so you may distribute translations of the Document under the terms of section 4 Replacing Invariant Sections with translations requires special permission from their copyright holders but you may include translations of some or all Invariant Sections in addition to the original versions of these Invariant Sections You may include a translation of this License and all the license notices in the Document and any Warranty Disclaimers provided that you also include the original English version of this License and the original versions of those notices and disclaimers In case of a disagreement between the translation and the original version of this License or a notice or disclaimer the original version will prevail If a section in the Document is Entitled Acknowledgements Dedications or His tory the requirement section 4 to Preserve its Title section 1 will typically require changing the actual title TERMINATION You may not copy modify sublicense or distribute the Document except as expressly provided for under this License Any other attempt to copy modify sublicense or distribute the Document is void and will automatically terminate your rights under this License However parties who have received copies or rights from you under this License wil
127. nds from within a GDB session use the monitor command e g use monitor poll to issue the poll command All output is relayed through the GDB session e Machine Interface The Tcl interface s intent is to be a machine interface The default Tcl port is 5555 15 1 Daemon Commands exit Command Exits the current telnet session help string Command With no parameters prints help text for all commands Otherwise prints each help text containing string Not every command provides helptext sleep msec busy Command Wait for at least msec milliseconds before resuming If busy is passed busy wait instead of sleeping This option is strongly discouraged Useful in connection with script files script command and target_name configuration shutdown Command Close the OpenOCD daemon disconnecting all clients GDB telnet other debug level n Command Display debug level If n from 0 3 is provided then set it to that level This affects the kind of messages sent to the server log Level 0 is error messages only level 1 adds warnings level 2 adds informational messages and level 3 adds debugging messages The default is level 2 but that can be overridden on the command line along with the location of that log file which is normally the server s standard output See Chapter 4 Running page 8 fast enable disable Command Default disabled Set default behaviour of OpenOCD
128. needs configuring before GDB programming an event script can be executed TARGETNAME configure event EVENTNAME BODY To verify any flash programming the GDB command compare sections can be used Chapter 21 Tcl Scripting API 96 21 Tcl Scripting API 21 1 API rules The commands are stateless E g the telnet command line has a concept of currently active target the Tcl API proc s take this sort of state information as an argument to each proc There are three main types of return values single value name value pair list and lists Name value pair The proc foo below returns a name value pair list set foo me Duane set foo you Oyvind set foo mouse Micky set foo duck Donald VM MM If one does this gt set foo The result is me Duane you Oyvind mouse Micky duck Donald Thus to get the names of the associative array is easy foreach name value set foo puts Name name Value value Lists returned must be relatively small Otherwise a range should be passed in to the proc in question 21 2 Internal low level Commands By low level the intent is a human would not directly use these commands Low level commands are should be prefixed with ocd e g ocd flash banks is the low level API upon which flash banks is implemented e ocd mem2array lt varname gt width addr lt nelems gt Read memory and return as a Tcl array for script processing e ocd array2mem lt varname gt
129. nfig files For example there might be a J4_JUMPER setting used to identify what kind of flash memory a development board is using or how to set up other clocks and peripherals 6 2 2 Variable Naming Convention Most boards have only one instance of a chip However it should be easy to create a board with more than one such chip as shown above Accordingly we encourage these conventions for naming variables associated with different target cfg files to promote consistency and so that board files can override target defaults Inputs to target config files include e CHIPNAME This gives a name to the overall chip and is used as part of tap identifier dotted names While the default is normally provided by the chip manufacturer board files may need to distinguish between instances of a chip e ENDIAN By default little although chips may hard wire big Chips that can t change endianness don t need to use this variable e CPUTAPID When OpenOCD examines the JTAG chain it can be told verify the chips against the JTAG IDCODE register The target file will hold one or more defaults but sometimes the chip in a board will use a different ID perhaps a newer revision Outputs from target config files include e TARGETNAME By convention this variable is created by the target configuration script The board configuration file may make use of this variable to configure things like a reset init script o
130. nfiguration page 33 and Chapter 10 TAP Declaration page 38 Lower level JTAG commands as presented here may be needed to work with targets which require special attention during operations such as reset or initialization To use these commands you will need to understand some of the basics of JTAG including e A JTAG scan chain consists of a sequence of individual TAP devices such as a CPUs e Control operations involve moving each TAP through the same standard state machine in parallel using their shared TMS and clock signals e Data transfer involves shifting data through the chain of instruction or data registers of each TAP writing new register values while the reading previous ones e Data register sizes are a function of the instruction active in a given TAP while in struction register sizes are fixed for each TAP All TAPs support a BYPASS instruction with a single bit data register e The way OpenOCD differentiates between TAP devices is by shifting different instruc tions into and out of their instruction registers 17 1 Low Level JTAG Commands These commands are used by developers who need to access JTAG instruction or data registers possibly controlling the order of TAP state transitions If you re not debugging OpenOCD internals or bringing up a new JTAG adapter or a new type of TAP device like a CPU or JTAG router you probably won t need to use these commands drscan tap numbits value endstate tap
131. ng the hardware vectors to catch If the optional parameter is provided first set the bitmask to that value The mask bits correspond with bit 16 23 in the DCSR 0x01 Trap Reset 0x02 Trap Undefined Instructions 0x04 Trap Software Interrupt 0x08 Trap Prefetch Abort 0x10 Trap Data Abort 0x20 reserved 0x40 Trap IRQ 0x80 Trap FIQ xscale vector table lt low high gt index lt value gt Command Set an entry in the mini IC vector table There are two tables one for low vectors at 0x00000000 and one for high vectors OxFFFF0000 each holding the 8 exception vectors index can be 1 7 because vector 0 points to the debug handler entry and can not be overwritten value holds the 32 bit opcode that is placed in the mini IC Without arguments the current settings are displayed 16 3 ARMv6 Architecture 16 3 1 ARM11 specific commands armii memwrite burst value Command Displays the value of the memwrite burst enable flag which is enabled by default Burst writes are only used for memory writes larger than 1 word Single word writes are likely to be from reset init scripts and those writes are often to non memory locations which could easily have many wait states which could easily break burst writes If value is defined first assigns that armii memwrite error fatal value Command Displays the value of the memwrite error fatal flag which is enabled by default If value is defined first assigns that armii step
132. o available hardware break points 5 LPC2000 Flash When erasing or writing LPC2000 on chip flash the operation fails at random Make sure the core frequency specified in the flash 1pc2000 line matches the clock at the time you re programming the flash If you ve specified the crystal s frequency make sure the PLL is disabled If you ve specified the full core speed e g 60MHz make sure the PLL is enabled Chapter 22 FAQ 100 6 10 Amontec Chameleon When debugging using an Amontec Chameleon in its JTAG Accel erator configuration I keep getting Error amt jtagaccel c 184 amt wait scan busy amt jtagaccel timed out while waiting for end of scan rtck was disabled Make sure your PC s parallel port operates in EPP mode You might have to try several settings in your PC BIOS ECP EPP and different versions of those Data Aborts When debugging with OpenOCD and GDB plain GDB Insight or Eclipse I get lots of Error arm7_9_common c 1771 arm7 9 read memory memory read caused data abort The errors are non fatal and are the result of GDB trying to trace stack frames beyond the last valid frame It might be possible to prevent this by setting up a proper initial stack frame if you happen to know what exactly has to be done feel free to add this here Simple In your startup code push 8 registers of zeros onto the stack before calling main What GDB is doing is climbing the run time stack by re
133. ogram enable must also be enabled for flash programming to work Default behaviour is enable See gdb flash program page 24 gdb report data abort enable disable Config Command Specifies whether data aborts cause an error to be reported by GDB memory read packets The default behaviour is disable use enable see these errors reported 7 5 Event Polling Hardware debuggers are parts of asynchronous systems where significant events can happen at any time The OpenOCD server needs to detect some of these events so it can report them to through TCL command line or to GDB Examples of such events include e One of the targets can stop running maybe it triggers a code breakpoint or data watchpoint or halts itself e Messages may be sent over debug message channels many targets support such messages sent over J TAG for receipt by the person debugging or tools e Loss of power some adapters can detect these events e Resets not issued through JTAG such reset sources can include button presses or other system hardware sometimes including the target itself perhaps through a watchdog e Debug instrumentation sometimes supports event triggering such as trace buffer full so it can quickly be emptied or other signals to correlate with code behavior None of those events are signaled through standard JTAG signals However most conven tions for JTAG connectors include vo
134. oids using that instruction with JTAG debuggers If the board supports adaptive clocking use the jtag rclk command in case your board is used with J TAG adapter which also supports it Otherwise use jtag khz Set the slow rate at the beginning of the reset sequence and the faster rate as soon as the clocks are at full speed A FAQ http www arm com support faqdev 4170 html gives details Chapter 6 Config File Guidelines 19 6 3 Target Config Files Board config files communicate with target config files using naming conventions as de scribed above and may source one or more target config files like this source find target FOOBAR cfg The point of a target config file is to package everything about a given chip that board config files need to know In summary the target files should contain 1 Set defaults 2 Add TAPs to the scan chain 3 Add CPU targets includes GDB support 4 CPU Chip CPU Core specific features 5 On Chip flash As a rule of thumb a target file sets up only one chip For a microcontroller that will often include a single TAP which is a CPU needing a GDB target and its on chip flash More complex chips may include multiple TAPs and the target config file may need to define them all before OpenOCD can talk to the chip For example some phone chips have JTAG scan chains that include an ARM core for operating system use a DSP another ARM core embedded in an image processing engine and other proc
135. oint of a board config file is to package everything about a given board that user config files need to know In summary the board files should contain if present 1 One or more source target cfg statements NOR flash configuration see NOR Configuration page 53 NAND flash configuration see NAND Configuration page 65 Target reset handlers for SDRAM and I O configuration JTAG adapter reset configuration see Chapter 9 Reset Configuration page 33 6 All things that are not inside a chip ges o UT Generic things inside target chips belong in target config files not board config files So for example a reset init event handler should know board specific oscillator and PLL parameters which it passes to target specific utility code The most complex task of a board config file is creating such a reset init event handler Define those handlers last after you verify the rest of the board configuration works 6 2 1 Communication Between Config files In addition to target specific utility code another way that board and target config files communicate is by following a convention on how to use certain variables The full Tcl Tk language supports namespaces but JIM Tcl does not Thus the rule we follow in OpenOCD is this Variables that begin with a leading underscore are temporary in nature and can be modified and used at will within a target configuration file Complex board config files can do the things like th
136. on t use them They will be removed shortly after August 2010 including this command The list of targets is numbered starting at zero This command returns the name of the target at index number set thename target number x puts format Target 4d is s n x thename targets name Command Note the name of this command is plural Other target command names are singular With no parameter this command displays a table of all known targets in a user friendly form With a parameter this command sets the current target to the given target with the given name this is only relevant on boards which have more than one target 11 2 Target CPU Types and Variants Each target has a CPU type as shown in the output of the targets command You need to specify that type when calling target create The CPU type indicates more than just the instruction set It also indicates how that instruction set is implemented what kind of debug support it integrates whether it has an MMU and if so what kind what core specific commands may be available see Chapter 16 Architecture and Core Commands page 78 and more For some CPU types OpenOCD also defines variants which indicate differences that affect their handling For example a particular implementation bug might need to be worked around in some chip versions It s easy to see what target types are supported since there s a command to list them However there is currently no way to list w
137. ontrollers That may be needed to let you write the boot loader into flash in order to de brick your board or to load programs into external DDR memory without having run the boot loader target create target name type configparams Command This command creates a GDB debug target that refers to a specific JTAG tap It enters that target into a list and creates a new command target name which is used for various purposes including additional configuration target target name is the name of the debug target By convention this should be the same as the dotted name of the T AP associated with this target which must be specified here using the chain position dotted name configparam This name is also used to create the target object command referred to here as target name and in other places the target needs to be identified type specifies the target type See target types page 45 configparams all parameters accepted by target name configure are per mitted If the target is big endian set it here with endian big If the variant matters set it here with variant You must set the chain position dotted name here name configure configparams Command The options accepted by this command may also be specified as parameters to target create Their values can later be queried one at a time by using the target name cget command Warning changing some of these after setup is dangerous For exam
138. ord 0 1 Debug Command This is intended for use while debugging OpenOCD you probably shouldn t use it If the second parameter is zero writes word to the Current Program Status register CPSR Else writes word to the current mode s Saved PSR SPSR In both cases this bypasses the register cache Chapter 16 Architecture and Core Commands 83 arm 9 write xpsr im8 byte rotate 0 17 Debug Command This is intended for use while debugging OpenOCD you probably shouldn t use it Writes eight bits to the CPSR or SPSR first rotating them by 2 rotate bits and bypassing the register cache This has lower J AG overhead than writing the entire CPSR or SPSR with arm7_9 write xpsr 16 2 2 ARM720T specific commands These commands are available to ARM720T based CPUs which are implementations of the ARMv4T architecture based on the ARM7TDML S integer core They are available in addition to the ARMv4 5 and ARM7 ARM9 commands arm720t cp15 regnum value Command Display cp15 register regnum else if a value is provided that value is written to that register 16 2 3 ARMO specific commands ARM9O family cores are built around ARM9TDMI or ARMO9E including ARM9EJS integer processors Such cores include the ARM920T ARM926EJ S and ARM966 arm9 vector catch all none list Command Vector Catch hardware provides a sort of dedicated breakpoint for hardware events such as reset interrupt and abort You
139. ost other NAND commands 13 2 Erasing Reading Writing to NAND Flash nand dump num filename offset length oob option Command Reads binary data from the NAND device and writes it to the file starting at the specified offset The num parameter is the value shown by nand list Use a complete path name for filename so you don t depend on the directory used to start the OpenOCD server The offset and length must be exact multiples of the device s page size They describe a data region the OOB data associated with each such page may also be accessed NOTE At the time this text was written no error correction was done on the data that s read unless raw access was disabled and the underlying NAND controller driver had a read page method which handled that error correction By default only page data is saved to the specified file Use an oob option parameter to save OOB data e no oob_ parameter Output file holds only page data OOB is discarded Chapter 13 NAND Flash Commands 67 nand nand e oob raw Output file interleaves page data and OOB data the file will be longer than length by the size of the spare areas associated with each data page Note that this kind of raw access is different from what s implied by nand raw access which just controls whether a hardware aware access method is used e oob only Output file has only raw OOB data and will be smaller than length since it will contain only the spare areas assoc
140. ot skip bad blocks but will instead try to write them This can cause problems Provide at most one option parameter With some NAND drivers the meanings of these parameters may change if nand raw access was used to disable hardware ECC e no oob_ parameter File has only page data which is written If raw acccess is in use the OOB area will not be written Otherwise if the underlying NAND controller driver has a write page routine that routine may write the OOB with hardware computed ECC data e oob only File has only raw OOB data which is written to the OOB area Each page s data area stays untouched This can be a dangerous option since it can invalidate the ECC data You may need to force raw access to use this mode e oob raw File interleaves data and OOB data both of which are written If raw access is enabled the data is written first then the un altered OOB Otherwise if the Chapter 13 NAND Flash Commands 68 underlying NAND controller driver has a write page routine that routine may modify the OOB before it s written to include hardware computed ECC data e oob softecc File has only page data which is written The OOB area is filled with Oxff except for a standard 1 bit software ECC code stored in conventional locations You might need to force raw access to use this mode to prevent the underlying driver from applying hardware ECC e oob softecc kw File has only page data which is written The OOB area i
141. ot synchronised they are asynchronous In order for the two to work together they must be synchronised Otherwise the two systems will get out of sync with each other and nothing will work There are 2 basic options 1 Use a special circuit 2 One clock must be some multiple slower than the other Does this really matter For some chips and some situations this is a non issue i e A 500MHz ARM926 but for others for example some Atmel SAM7 and SAMO chips start operation from reset at 32kHz program enable the oscillators and eventually the main clock It is in those critical times you must slow the JTAG clock to sometimes 1 to 4kHz Imagine debugging a 500MHz ARM926 hand held battery powered device that deep sleeps at 32kHz between every keystroke It can be painful Solution 1 A special circuit In order to make use of this your JTAG dongle must support the RT CK feature Not all dongles support this keep reading The RTCK signal often found in some ARM chips is used to help with this problem ARM has a good description of the problem described at this link http www arm com support faqdev 4170 html checked 28 nov 2008 Link title How does the JTAG synchronisation logic work how does adaptive clocking work The nice thing about adaptive clocking is that battery powered hand held device example the adaptiveness works perfectly all the time One can set a break point or halt the system in the dee
142. ower cycle targets remotely 2 1 Choosing a Dongle There are several things you should keep in mind when choosing a dongle 1 Voltage What voltage is your target 1 8 2 8 3 3 or 5V Does your dongle support it You might need a level converter 2 Pinout What pinout does your target board use Does your dongle support it You may be able to use jumper wires or an octopus connector to convert pinouts 3 Connection Does your computer have the USB printer or Ethernet port needed 4 RTCK Do you require RT CK Also known as adaptive clocking 2 2 Stand alone Systems ZY1000 See http www zylin com zy1000 html Technically not a dongle but a stand alone box The ZY1000 has the advantage that it does not require any drivers installed on the developer PC It also has a built in web interface It supports RTCK RCLK or adaptive clocking and has a built in relay to power cycle targets remotely 2 3 USB F T2232 Based There are many USB JTAG dongles on the market many of them are based on a chip from Future Technology Devices International FTDI known as the FTDI FT2232 this is a USB full speed 12 Mbps chip See http www ftdichip com for more information In summer 2009 USB high speed 480 Mbps versions of these FTDI chips are starting to become available in JTAG adapters e usbjtag Link http www hs augsburg de hhoegl proj usbjtag usbjtag html e jtagkey See http www amontec com jtagkey shtml e jtagkey2 See http
143. p power down code slow step out until the system speeds up Note that adaptive clocking may also need to work at the board level when a board level scan chain has multiple chips Parallel clock voting schemes are good way to implement this both within and between chips and can easily be implemented with a CPLD It s not difficult to have logic fan a module s input TCK signal out to each TAP in the scan chain and then wait until each TAP s RTCK comes back with the right polarity before changing the output RTCK signal Texas Instruments makes some clock voting logic available for free with no support in VHDL form see http tiexpressdsp com index php Adaptive Clocking Solution 2 Always works but may be slower Often this is a perfectly acceptable solution In most simple terms Often the JTAG clock must be 1 10 to 1 12 of the target clock speed But what that magic division is varies depending on the chips on your board Chapter 22 FAQ 99 ARM rule of thumb Most ARM based systems require an 6 1 division ARM11 cores use an 8 1 division Xilinx rule of thumb is 1 12 the clock speed Note Many FTDI2232C based JTAG dongles are limited to 6MHz You can still debug the low power situations you just need to manually adjust the clock speed at every step While painful and tedious it is not always practical It is however easy to code your way around it i e Cheat a little have a special debug mode in your applicat
144. ple moving a target from one TAP to another and changing its endianness or variant chain position dotted name names the TAP used to access this target endian big little specifies whether the CPU uses big or little endian conventions event event_name event body See Target Events page 50 Note that this updates a list of named event handlers Calling this twice with two different event names assigns two different handlers but calling it twice with the same event name assigns only one handler variant name specifies a variant of the target which OpenOCD needs to know about Chapter 11 CPU Configuration 48 e work area backup 0 1 says whether the work area gets backed up by default it is not backed up When possible use a working_area that doesn t need to be backed up since performing a backup slows down operations For example the beginning of an SRAM block is likely to be used by most build systems but the end is often unused e work area size size specify work are size in bytes The same size applies regardless of whether its physical or virtual address is being used e work area phys address set the work area base address to be used when no MMU is active e work area virt address set the work area base address to be used when an MMU is active Do not specify a value for this except on targets with an MMU The value should normally correspond to a static
145. processor More complex chips may have several TAPs internally Very complex scan chains might have a dozen or more TAPs several in one chip more in the next and connecting to other boards with their own chips and TAPs You can display the list with the scan chain command Don t confuse this with the list displayed by the targets command presented in the next chapter That only displays TAPs for CPUs which are configured as debugging targets Here s what the scan chain might look like for a chip more than one TAP TapName Enabled IdCode Expected IrLen IrCap IrMask Instr O omap5912 dsp Y Ox03df1d81 OxO3dfid81 38 0 0 Ox 1 omap5912 arm Y 0x0692602f 0x0692602f 4 Oxi 0 Oxc 2 omap5912 unknown Y 0x00000000 0x00000000 8 0 0 Oxff Unfortunately those T APs can t always be autoconfigured because not all devices provide good support for that J TAG doesn t require supporting IDCODE instructions and chips with JTAG routers may not link TAPs into the chain until they are told to do so The configuration mechanism currently supported by OpenOCD requires explicit configu ration of all TAP devices using jtag newtap commands as detailed later in this chapter A command like this would declare one tap and name it chip1 cpu jtag newtap chipi cpu irlen 4 expected id Ox3ba00477 Each target configuration file lists the TAPs provided by a given chip Board configuration files combine all the targets on a board and so forth Note that the order in which
146. r to the entry of the debug handler However this means that the complete first cacheline in the mini IC is marked valid which makes the CPU fetch all exception handlers from the mini IC ignoring the code in RAM OpenOCD currently does not sync the mini IC entries with the RAM contents which would fail anyway while the target is running so the user must provide appropriate values using the xscale vector table command It is recommended to place a pc relative indirect branch in the vector table and put the branch destination somewhere in memory Doing so makes sure the code in the vector table stays constant regardless of code layout in memory _vectors ldr pc pc s0x100 8 ldr pc pc 0x100 8 ldr pc pc 0x100 8 ldr pc pc 0x100 8 Chapter 16 Architecture and Core Commands ldr pc pc 0x100 8 ldr pc pc s0x100 8 ldr pc pc st0x100 8 ldr pc pc 0x100 8 org 0x100 long real_reset_vector long real ui handler long real swi handler long real pf abort long real data abort long O unused long real irq handler long real fiq handler 85 The debug handler must be placed somewhere in the address space using the xscale debug handler command The allowed locations for the debug handler are either 0x800 Ox1fefS00 or 0xfe000800 Oxfffff800 The default value is Oxfe000800 These commands are available to XScale based CPUs which are implementations of the ARMV5TE architecture xsca
147. r Config Files A user configuration file ties together all the parts of a project in one place One of the following will match your situation best e Ideally almost everything comes from configuration files provided by someone else For example OpenOCD distributes a scripts directory probably in usr share openocd scripts on Linux Board and tool vendors can provide these too as can individual user sites the s command line option lets you say where to Chapter 5 OpenOCD Project Setup 11 find these files See Chapter 4 Running page 8 The AT918AM7X256 example above works this way Three main types of non user configuration file each have their own subdirectory in the scripts directory 1 interface one for each kind of JTAG adapter dongle 2 board one for each different board 3 target the chips which integrate CPUs and other JTAG TAPs Best case include just two files and they handle everything else The first is an interface config file The second is board specific and it sets up the JTAG TAPs and their GDB targets by deferring to some target cfg file declares all flash memory and leaves you nothing to do except meet your deadline source find interface olimex jtag tiny cfg source find board csb337 cfg Boards with a single microcontroller often won t need more than the target config file as in the AT91SAM7X256 example That s because there is no external memory flash DD
148. r other things specific to that board and that target If the chip has 2 targets the names are TARGETNAMEO _TARGETNAME1 etc Chapter 6 Config File Guidelines 18 6 2 3 The reset init Event Handler Board config files run in the OpenOCD configuration stage they can t use TAPs or targets since they haven t been fully set up yet This means you can t write memory or access chip registers you can t even verify that a flash chip is present That s done later in event handlers of which the target reset init handler is one of the most important Except on microcontrollers the basic job of reset init event handlers is setting up flash and DRAM as normally handled by boot loaders Microcontrollers rarely use boot loaders they run right out of their on chip flash and SRAM memory But they may want to use one of these handlers too if just for developer convenience Note Because this is so very board specific and chip specific no examples are included here Instead look at the board config files distributed with OpenOCD If you have a boot loader its source code will help so will configura tion files for other JTAG tools see Translating Configuration Files page 21 Some of this code could probably be shared between different boards For example setting up a DRAM controller often doesn t differ by much except the bus width 16 bits or 327 and memory timings so a reusable TCL procedure loaded by the target cfg file might
149. re reset command to reset the processor You still need to enable srst on the reset config command to enable OpenOCD hardware reset functionality e xscale this is actually an architecture not a CPU type It is based on the ARMv5 architecture There are several variants defined ixp42x ixp45x ixp46x pxa27x instruction register length is 7 bits pxa250 pxa255 pxa26x instruction register length is 5 bits To avoid being confused by the variety of ARM based cores remember this key point ARM is a technology licencing company See http www arm com The CPU name used by OpenOCD will reflect the CPU design that was licenced not a vendor brand which incorporates that design Name prefixes like arm7 arm9 arm11 and cortex reflect design generations while names like ARMv4 ARMv5 ARMv6 and ARMv7 reflect an architecture version implemented by a CPU design 11 3 Target Configuration Before creating a target you must have added its TAP to the scan chain When you ve added that T AP you will have a dotted name which is used to set up the CPU support The chip specific configuration file will normally configure its CPU s right after it adds all of the chip s TAPs to the scan chain Although you can set up a target in one step it s often clearer if you use shorter commands and do it in two steps create it then configure optional parts All operations on the target after it s created will use a new command create
150. reflects different hardware technologies NOR flash usually supports direct CPU instruction and data bus access while data from a NAND flash must be copied to memory before it can be used SPI flash must also be copied to memory before use However the documentation also uses flash as a generic term for example Put flash configuration in board specific files Flash Steps 1 Configure via the command flash bank Do this in a board specific configuration file passing parameters as needed by the driver 2 Operate on the flash via flash subcommand Often commands to manipulate the flash are typed by a human or run via a script in some automated way Common tasks include writing a boot loader operating system or other data 3 GDB Flashing Flashing via GDB requires the flash be configured via flash bank and the GDB flash features be enabled See GDB Configuration page 24 Many CPUs have the ablity to boot from the first flash bank This means that mis programming that bank can brick a system so that it can t boot JTAG tools like OpenOCD are often then used to de brick the board by re installing working boot firmware 12 1 Flash Configuration Commands flash bank driver base size chip width bus width target Config Command driver options Configures a flash bank which provides persistent storage for addresses from base to base size 1 These banks will often be visible to GDB through
151. requirement to use the normally optional TRST signal precluding use of JTAG adapters which don t pass TRST through or needing extra steps to complete a TAP reset In short SRST and especially TRST handling may be very finicky needing to cope with both architecture and board specific constraints 9 3 Commands for Handling Resets jtag nsrst assert width milliseconds Command Minimum amount of time in milliseconds OpenOCD should wait after asserting nSRST active low system reset before allowing it to be deasserted jtag_nsrst_delay milliseconds Command How long in milliseconds OpenOCD should wait after deasserting nSRST active low system reset before starting new JTAG operations When a board has a reset button connected to SRST line it will probably have hardware debouncing implying you should use this Chapter 9 Reset Configuration 35 jtag ntrst assert width milliseconds Command Minimum amount of time in milliseconds OpenOCD should wait after asserting nTRST active low JTAG TAP reset before allowing it to be deasserted jtag_ntrst_delay milliseconds Command How long in milliseconds OpenOCD should wait after deasserting nTRST active low JTAG TAP reset before starting new JTAG operations reset config mode_flag Command This command displays or modifies the reset configuration of your combination of JTAG board and target in target configuration scripts Information earlier in this section describes
152. rts varies widely For example the SDRAM initialization sequence for the board or the type of external flash and what address it uses Any initialization sequence to enable that external flash or SDRAM should be found in the board file Boards may also contain multiple targets two CPUs or a CPU and an FPGA 1s interface arm jtag ew cfg hitex str9 comstick cfg oocdlink cfg arm usb ocd cfg icebear cfg openocd usb cfg at91rm9200 cfg jlink cfg parport cfg axm0432 cfg jtagkey2 cfg parport dlcb5 cfg calao usb a9260 cOi cfg jtagkey cfg rlink cfg calao usb a9260 cO2 cfg jtagkey tiny cfg sheevaplug cfg calao usb a9260 cfg luminary cfg signalyzer cfg chameleon cfg luminary icdi cfg stm32 stick cfg cortino cfg luminary 1m3s811 cfg turtelizer2 cfg dummy cfg olimex arm usb ocd cfg usbprog cfg flyswatter cfg olimex jtag tiny cfg vsllink cfg think Circuit Board PWA PCB they go by many names Board files Is board arm_evaluator7t cfg at91rm9200 dk cfg at91sam9g20 ek cfg atmel at91sam7s ek cfg atmel at91sam9260 ek cfg atmel sam3u ek cfg crossbow tech imote2 cfg csb337 cfg csb732 cfg digi_connectcore_wi 9c cfg dm355evm cfg dm365evm cfg dm6446evm cfg eir cfg ek 1m3s1968 cfg ek 1m3s3748 cfg ek 1m3s811 cfg keil mcbi1700 cfg keil_mcb2140 cfg linksys_nslu2 cfg logicpd imx27 cfg mini2440 cfg olimex_LPC2378STK cfg olimex_lpc_h2148 cfg olimex_sam 7_ex256 cfg olimex_sam9_19260 cfg olimex stm32 h103 cfg omap2420 h4 cfg osk5
153. s 16 1 1 ETM Configuration ETM setup is coupled with the trace port driver configuration etm config target width mode clocking driver Config Command Declares the ETM associated with target and associates it with a given trace port driver See Trace Port Drivers page 80 Chapter 16 Architecture and Core Commands 79 Several of the parameters must reflect the trace port capabilities which are a func tion of silicon capabilties exposed later using etm info and of what hardware is connected to that port such as an external pod or ETB The width must be either 4 8 or 16 except with ETMv3 0 and newer modules which may also support 1 2 24 32 48 and 64 bit widths With those versions etm info also shows whether the selected port width and mode are supported The mode must be normal multiplexed or demultiplexed The clocking must be half or full Warning With ETMvs3 0 and newer the bits set with the mode and clocking parameters both control the mode This modified mode does not map to the values supported by previous ETM modules so this syntax is subject to change Note You can see the ETM registers using the reg command Not all possible registers are present in every ETM Most of the registers are write only and are used to configure what CPU activities are traced etm info Command Displays information about the current target s ETM This includes resource counts from the ETM_CONFI
154. s For boundary scan if this is a seperate TAP cpu The main CPU of the chip alternatively arm and dsp on chips with both ARM and DSP CPUs armi and arm2 on chips two ARMs and so forth etb For an embedded trace buffer example an ARM ETB11 flash If the chip has a flash TAP like the str912 jrc For J TAG route controller example the ICEpick modules on many Texas Instruments chips like the OMAP3530 on Beagleboards tap Should be used only FPGA or CPLD like devices with a single TAP unknownN If you have no idea what the TAP is for N is a number when in doubt Use the chip maker s name in their data sheet For example the Freescale IMX31 has a SDMA Smart DMA with a JTAG TAP that TAP should be named sdma Every TAP requires at least the following configparams irlen NUMBER The length in bits of the instruction register such as 4 or 5 bits A TAP may also provide optional configparams disable or enable Use the disable parameter to flag a TAP which is not linked in to the scan chain after a reset using either TRST or the JTAG state machine s RESET state You may use enable to highlight the default state the TAP is linked in See Enabling and Disabling TAPs page 41 expected id number A non zero number represents a 32 bit IDCODE which you expect to find when the scan chain is examined These codes are not required by all JTAG devices Repeat the option as many times as requir
155. s There are two basic ways of configuring OpenOCD and a variety of ways you can mix them Think of the difference as just being how you start the server e Many f file or c command options on the command line e No options but a user config file in the current directory named openocd cfg Here is an example openocd cfg file for a setup using a Signalyzer FT2232 based JTAG adapter to talk to a board with an Atmel AT91SAM7X256 microcontroller source find interface signalyzer cfg GDB can also flash my flash gdb_memory_map enable gdb_flash_program enable source find target sam7x256 cfg Here is the command line equivalent of that configuration openocd f interface signalyzer cfg c gdb memory map enable c gdb flash program enable f target sam7x256 cfg You could wrap such long command lines in shell scripts each supporting a different devel opment task One might re flash the board with a specific firmware version Another might set up a particular debugging or run time environment Important At this writing October 2009 the command line method has prob lems with how it treats variables For example after c set VAR value or doing the same in a script the variable VAR will have no value that can be tested in a later script Here we will focus on the simpler solution one user config file including basic configuration plus any TCL procedures to simplify your work 5 4 Use
156. s Where You might discover this when writing your own procs In simple terms Inside PROC if you need to access a global variable you must say so See also upvar Example proc myproc 4 set y 0 Local variable Y global x Global variable X puts format X d Y d x y h 23 7 Other Tcl Hacks Dynamic variable creation Dynamically create a bunch of variables for set x 0 x lt 32 set x expr x 1 1 Create var name set vn format BIT d x Make it a global global vn Set it set vn expr 1 lt lt x Dynamic proc command creation One X function 5 uart functions foreach who A B C D E proc format show_uart c who show UARTx who Appendix A The GNU Free Documentation License 109 Appendix A The GNU Free Documentation License Version 1 2 November 2002 Copyright c 2000 2001 2002 Free Software Foundation Inc 51 Franklin St Fifth Floor Boston MA 02110 1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document but changing it is not allowed 0 PREAMBLE The purpose of this License is to make a manual textbook or other functional and useful document free in the sense of freedom to assure everyone the effective freedom to copy and redistribute it with or without modifying it either commercially or non commercially Secondarily this License preserves for the author and publisher a way to get credit for the
157. s and multi chip modules commonly hold multiple GigaBytes of data NAND chips consist of a number of erase blocks of a given size such as 128 KBytes each of which is divided into a number of pages of perhaps 512 or 2048 bytes each Each page of a NAND flash has an out of band OOB area to hold Error Correcting Code ECC and other metadata usually 16 bytes of OOB for every 512 bytes of page data One key characteristic of NAND flash is that its error rate is higher than that of NOR flash In normal operation that ECC is used to correct and detect errors However NAND blocks can also wear out and become unusable those blocks are then marked bad NAND chips are even shipped from the manufacturer with a few bad blocks The highest density chips use a technology MLC that wears out more quickly so ECC support is increasingly important as a way to detect blocks that have begun to fail and help to preserve data integrity with techniques such as wear leveling Software is used to manage the ECC Some controllers don t support ECC directly in those cases software ECC is used Other controllers speed up the ECC calculations with hardware Single bit error correction hardware is routine Controllers geared for newer MLC chips may correct 4 or more errors for every 512 bytes of data You will need to make sure that any data you write using OpenOCD includes the app propriate kind of ECC For example that may mean passing the oob_softe
158. s filled with Oxff except for a 4 bit software ECC specific to the boot ROM in Marvell Kirkwood SoCs You might need to force raw access to use this mode to prevent the underlying driver from applying hardware ECC nand verify num filename offset option Command Verify the binary data in the file has been programmed to the specified NAND device starting at the specified offset The num parameter is the value shown by nand list Use a complete path name for filename so you don t depend on the directory used to start the OpenOCD server The offset must be an exact multiple of the device s page size All data in the file will be read and compared to the contents of the flash assuming it doesn t run past the end of the device As with nand write only full pages are verified so any extra space in the last page will be filled with Oxff bytes The same options accepted by nand write and the file will be processed similarly to produce the buffers that can be compared against the contents produced from nand dump NOTE This will not work when the underlying NAND controller driver s write page routine must update the OOB with a hardward computed ECC before the data is written This limitation may be removed in a future release 13 3 Other NAND commands nand check bad blocks offset length Command Checks for manufacturer bad block markers on the specified NAND device If no parameters are provided checks the whole device otherw
159. sed under this License and replace the individual copies of this License in the various documents with a single copy that is included in the collection provided that you follow the rules of this License for verbatim copying of each of the documents in all other respects You may extract a single document from such a collection and distribute it individu ally under this License provided you insert a copy of this License into the extracted document and follow this License in all other respects regarding verbatim copying of that document 7 AGGREGATION WITH INDEPENDENT WORKS A compilation of the Document or its derivatives with other separate and independent documents or works in or on a volume of a storage or distribution medium is called Appendix A The GNU Free Documentation License 114 10 an aggregate if the copyright resulting from the compilation is not used to limit the legal rights of the compilation s users beyond what the individual works permit When the Document is included in an aggregate this License does not apply to the other works in the aggregate which are not themselves derivative works of the Document If the Cover Text requirement of section 3 is applicable to these copies of the Document then if the Document is less than one half of the entire aggregate the Document s Cover Texts may be placed on covers that bracket the Document within the aggregate or the electronic equivalent of covers if the Document is i
160. serve any Warranty Disclaimers If the Modified Version includes new front matter sections or appendices that qualify as Secondary Sections and contain no material copied from the Document you may at your option designate some or all of these sections as invariant To do this add their titles to the list of Invariant Sections in the Modified Version s license notice These titles must be distinct from any other section titles Appendix A The GNU Free Documentation License 113 You may add a section Entitled Endorsements provided it contains nothing but endorsements of your Modified Version by various parties for example statements of peer review or that the text has been approved by an organization as the authoritative definition of a standard You may add a passage of up to five words as a Front Cover Text and a passage of up to 25 words as a Back Cover Text to the end of the list of Cover Texts in the Modified Version Only one passage of Front Cover Text and one of Back Cover Text may be added by or through arrangements made by any one entity If the Document already includes a cover text for the same cover previously added by you or by arrangement made by the same entity you are acting on behalf of you may not add another but you may replace the old one on explicit permission from the previous publisher that added the old one The author s and publisher s of the Document do not by this License give permission to use the
161. set processing after reset init was triggered but before SRST alone is re asserted on the tap e reset assert post Issued as part of reset processing when SRST is asserted on the tap e reset deassert pre Issued as part of reset processing when SRST is about to be released on the tap e reset deassert post Issued as part of reset processing when SRST has been released on the tap e reset end Issued as the final step in reset processing e reset init Used by reset init command for board specific initialization This event fires after reset deassert post This is where you would configure PLLs and clocking set up DRAM so you can down load programs that don t fit in on chip SRAM set up pin multiplexing and so on You may be able to switch to a fast JTAG clock rate here after the target clocks are fully set up e reset start Issued as part of reset processing before reset init is called This is the most robust place to use jtag rclk or jtag khz to switch to a low JTAG clock rate when reset disables PLLs needed to use a fast clock e resume start Before any target is resumed e resume end After all targets have resumed e resume ok Success Chapter 11 CPU Configuration e resumed Target has resumed 52 Chapter 12 Flash Commands 53 12 Flash Commands OpenOCD has different commands for NOR and NAND flash the flash command works with NOR flash while the nand command works with NAND flash This partially
162. speed up the flash clock 12 4 3 str9xpec driver Here is some background info to help you better understand how this driver works OpenOCD has two flash drivers for the str9 1 Standard driver str9x programmed via the str9 core Normally used for flash pro gramming as it is faster than the str9xpec driver 2 Direct programming str9xpec using the flash controller This is an ISC compilant IEEE 1532 tap connected in series with the str9 core The str9 core does not need to be running to program using this flash driver Typical use for this driver is lock ing unlocking the target and programming the option bytes Before we run any commands using the str9xpec driver we must first disable the str9 core This example assumes the str9xpec driver has been configured for flash bank 0 Chapter 12 Flash Commands 63 assert srst we do not want core running while accessing str9xpec flash driver jtag_reset 0 1 turn off target polling poll off disable str9 core str9xpec enable turbo 0 read option bytes str9xpec options read 0 re enable str9 core str9xpec disable turbo 0 poll on reset halt The above example will read the str9 option bytes When performing a unlock remember that you will not be able to halt the str9 it has been locked Halting the core is not required for the str9xpec driver as mentioned above just issue the commands above manually or from a telnet prompt str9xp
163. t ARM7TDMI S cores like Philips LPC This feature is enabled by default on most ARM9 cores including ARM9TDMI ARM920T and ARM926EJ S arm7_9 dcc downloads enable disable Command Control the use of the debug communications channel DCC to write larger gt 128 byte amounts of memory DCC downloads offer a huge speed increase but might be unsafe especially with targets running at very low speeds This command was introduced with OpenOCD rev 60 and requires a few bytes of working area arm7_9 fast memory access enable disable Command Enable or disable memory writes and reads that don t check completion of the op eration This provides a huge speed increase especially with USB JTAG cables FT2232 but might be unsafe if used with targets running at very low speeds like the 32kHz startup clock of an AT91RM9200 arm7_9 write_core_reg num mode word Debug Command This is intended for use while debugging OpenOCD you probably shouldn t use it Writes a 32 bit word to register num from 0 to 16 as used in the specified mode where e g mode 16 is user and mode 19 is supervisor the M4 MO bits of the PSR Registers 0 15 are the normal CPU registers such as r0 0 r1 1 pc 15 Register 16 is the mode specific SPSR unless the specified mode is Oxffffffff 32 bit all ones in which case register 16 is the CPSR The write goes directly to the CPU bypassing the register cache arm7_9 write xpsr w
164. t a connected target dlc5 The Xilinx Parallel cable III flashlink The ST Parallel cable Chapter 8 Interface Dongle Configuration 30 lattice Lattice ispDOWNLOAD Cable old amt wiggler The Wiggler configuration that comes with some versions of Amontec s Chameleon Programmer The new version available from the website uses the original Wiggler layout wiggler triton The parallel port adapter found on the Karo Triton 1 Develop ment Board This is also the layout used by the HollyGates design see http www lartmaker nl projects jtag wiggler The original Wiggler layout also supported by several clones such as the Olimex ARM JTAG wiggler2 Same as original wiggler except an led is fitted on D5 wiggler ntrst inverted Same as original wiggler except TRST is inverted parport port number Config Command Either the address of the I O port default 0x378 for LPT1 or the number of the dev parport device When using PPDEV to access the parallel port use the number of the parallel port parport_port 0 the default If parport port 0x378 is specified you may encounter a problem parport_toggling time nanoseconds Command Displays how many nanoseconds the hardware needs to toggle TCK the parport driver uses this value to obey the jtag_khz configuration When the optional nanoseconds parameter is given that setting is changed before displaying the current value
165. t done non scan jtag operations to be done after reset 10 6 Enabling and Disabling TAPs In some systems a JTAG Route Controller JRC is used to enable and or disable spe cific JTAG TAPs Many ARM based chips from Texas Instruments include an ICEpick module which is a JRC Such chips include DaVinci and OMAP3 processors Chapter 10 TAP Declaration 42 A given TAP may not be visible until the JRC has been told to link it into the scan chain and if the JRC has been told to unlink that TAP it will no longer be visible Such routers address problems that J TAG bypass mode ignores such as e The scan chain can only go as fast as its slowest TAP e Having many TAPs slows instruction scans since all TAPs receive new instructions e TAPs in the scan chain must be powered up which wastes power and prevents debug ging some power management mechanisms The IEEE 1149 1 JTAG standard has no concept of a disabled tap as implied by the existence of J TAG routers However the upcoming IEEE 1149 7 framework layered on top of JTAG does include a kind of JTAG router functionality In OpenOCD tap enabling disabling is invoked by the Tcl commands shown below and is implemented using TAP event handlers So for example when defining a TAP for a CPU connected to a JTAG router your target cfg file should define TAP event handlers using code that looks something like this jtag configure CHIP cpu event tap enable 1
166. t loader work on a board it s nice to be able to debug the after it s loaded to RAM parts separately from the finicky early code which sets up the DDR RAM controller and clocks A script like this one or a more GDB aware sibling may help proc ramboot Reset running the target s reset init scripts to initialize clocks and the DDR RAM controller Leave the CPU halted reset init Load CONFIG_SKIP_LOWLEVEL_INIT version into DDR RAM load_image u boot bin 0x20000000 Start running resume 0x20000000 Then once that code is working you will need to make it boot from NOR flash a different utility would help Alternatively some developers write to flash using GDB You might use a similar script if you re working with a flash based microcontroller application instead of a boot loader proc newboot 1 Reset leaving the CPU halted The reset init event proc gives faster access to the CPU and to NOR flash reset halt would be slower reset init Write standard version of U Boot into the first two sectors of NOR flash the standard version should do the same lowlevel init as reset init flash protect O O 1 off flash erase sector 0 0 1 flash write bank O u boot bin 0x0 flash protect O O 1 on Chapter 5 OpenOCD Project Setup 13 Reboot from scratch using that new boot loader reset run You may need more complicated utility procedures when booting from NAND That often
167. te packet size fixed set remote memory read packet size 1024 set remote memory read packet size fixed This is now handled in the qSupported PacketSize and should not be required 20 2 Programming using GDB By default the target memory map is sent to GDB This can be disabled by the following OpenOCD configuration option gdb memory map disable For this to function correctly a valid flash configuration must also be set in OpenOCD For faster performance you should also configure a valid working area Informing GDB of the memory map of the target will enable GDB to protect any flash areas of the target and use hardware breakpoints by default This means that the OpenOCD option gdb breakpoint override is not required when using a memory map See gdb breakpoint override page 24 To view the configured memory map in GDB use the GDB command info mem All other unassigned addresses within GDB are treated as RAM Chapter 20 GDB and OpenOCD 95 GDB 6 8 and higher set any memory area not in the memory map as inaccessible This can be changed to the old behaviour by using the following GDB command Set mem inaccessible by default off If gdb flash program enable is also used GDB will be able to program any flash memory using the vFlash interface GDB will look at the target memory map when a load command is given if any areas to be programmed lie within the target flash area the vFlash packets will be used If the target
168. te to certain memory locations to set up system clocks or to reconfigure the SDRAM All of the above items can be addressed by target event handlers These are set up by target name configure event or target create event The programmer s model matches the command option used in Tcl Tk buttons and events The two examples below act the same but one creates and invokes a small procedure while the other inlines it proc my attach proc echo Reset reset halt mychip cpu configure event gdb attach my_attach_proc mychip cpu configure event gdb attach echo Reset reset halt The following target events are defined e debug halted The target has halted for debug reasons i e breakpoint e debug resumed The target has resumed i e gdb said run e early halted Occurs early in the halt process e gdb attach When GDB connects e gdb detach When GDB disconnects Chapter 11 CPU Configuration 51 e gdb end When the target has halted and GDB is not doing anything see early halt e gdb flash erase start Before the GDB flash process tries to erase the flash e gdb flash erase end After the GDB flash process has finished erasing the flash e gdb flash write start Before GDB writes to the flash e gdb flash write end After GDB writes to the flash e gdb start Before the target steps gdb is trying to start resume the target e halted The target has halted e reset assert pre Issued as part of re
169. te until after init has been processed Such com mands include nand probe and everything else that needs to write to controller regis ters perhaps for setting up DRAM and loading it with code JTAG TAP Order Do I have to declare the TAPS in some particular order Yes whenever you have more than one you must declare them in the same order used by the hardware Many newer devices have multiple JTAG TAPs For example ST Microsystems STM32 chips have two TAPs a boundary scan TAP and Cortex M3 TAP Ex ample The STM392 reference manual Document ID RM0008 Section 26 5 Figure 259 page 651 681 the TDI pin is connected to the boundary scan TAP which then connects to the Cortex M3 TAP which then connects to the TDO pin Thus the proper order for the STM32 chip is 1 The Cortex M3 then 2 The boundary scan TAP If your board includes an additional J TAG chip in the scan chain for example a Xilinx CPLD or FPGA you could place it before or after the STM32 chip in the chain For example e OpenOCD_TDI output gt STM32 TDI Pin BS Input e STM32 BS TDO output gt STM32 Cortex M3 TDI input Chapter 22 FAQ 102 e STM32 Cortex M3 TDO output SM32 TDO Pin e STM32 TDO Pin output gt Xilinx TDI Pin input e Xilinx TDO Pin gt OpenOCD TDO input The jtag device commands would thus be in the order shown below Note e jtag newtap Xilinx tap irlen e jtag newtap stm32 cpu irlen e jtag ne
170. ted as many as fit reasonably on the actual cover and continue the rest onto adjacent pages If you publish or distribute Opaque copies of the Document numbering more than 100 you must either include a machine readable Transparent copy along with each Opaque copy or state in or with each Opaque copy a computer network location from which the general network using public has access to download using public standard network protocols a complete Transparent copy of the Document free of added material If you use the latter option you must take reasonably prudent steps when you begin distribution of Opaque copies in quantity to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy directly or through your agents or retailers of that edition to the public It is requested but not required that you contact the authors of the Document well before redistributing any large number of copies to give them a chance to provide you with an updated version of the Document 4 MODIFICATIONS You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above provided that you release the Modified Version under precisely this License with the Modified Version filling the role of the Document thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it In addition
171. tered function state then deactivate it by exiting that state when the function s exit code is invoked e Code flow starting at the fifth invocation of a function combining one of the above models with a counter e CPU data accesses to the registers for a particular device using address range com parators and the ViewData logic e Such data accesses only during IRQ handling combining the above model with se quencer triggers which on entry and exit to the IRQ handler e more At this writing September 2009 there are no Tcl utility procedures to help set up any common tracing scenarios etm analyze Command Reads trace data into memory if it wasn t already present Decodes and prints the data that was collected etm dump filename Command Stores the captured trace data in filename etm image filename base address type Command Opens an image file etm load filename Command Loads captured trace data from filename etm start Command Starts trace data collection etm stop Command Stops trace data collection Chapter 16 Architecture and Core Commands 81 16 1 3 Trace Port Drivers To use an ETM trace port it must be associated with a driver dummy Trace Port Driver Use the dummy driver if you are configuring an ETM that s not connected to anything on chip ETB or off chip trace connector This driver lets OpenOCD talk to the ETM but it does not expose any trace data collection
172. the SRST signal the system is halted under debugger control before any code has executed This is the behavior required to support the reset halt and reset init commands after reset init a board specific script might do things like setting up DRAM See Reset Command page 74 9 2 SRST and TRST Issues Because SRST and TRST are hardware signals they can have a variety of system specific constraints Some of the most common issues are e Signal not available Some boards don t wire SRST or TRST to the JTAG connector Some JTAG adapters don t support such signals even if they are wired up Use the reset config signals options to say when either of those signals is not connected Chapter 9 Reset Configuration 34 When SRST is not available your code might not be able to rely on controllers having been fully reset during code startup Missing TRST is not a problem since JTAG level resets can be triggered using with TMS signaling e Signals shorted Sometimes a chip board or adapter will connect SRST to TRST instead of keeping them separate Use the reset config combination options to say when those signals aren t properly independent e Timing Reset circuitry like a resistor capacitor delay circuit reset supervisor or on chip features can extend the effect of a J TAG adapter s reset for some time after the adapter stops issuing the reset For example there may be chip or board requirements that all reset pulses last for at
173. the newer versions have introduced a byte code parser and intepreter but at the core it still operates in the same basic way 23 5 4 FOR command implementation To understand Tcl it is perhaps most helpful to see the FOR command Remember it is a COMMAND not a control flow structure In Tcl there are two underlying C helper functions Remember Rule 1 You are a string The first helper parses and executes commands found in an ascii string Commands can be seperated by semicolons or newlines While parsing variables are expanded via the quoting rules The second helper evaluates an ascii string as a numerical expression and returns a value Here is an example of how the FOR command could be implemented The pseudo code below does not show error handling Chapter 23 Tcl Crash Course 106 void Execute AsciiString void interp const char string int Evaluate AsciiExpression void interp const char string int MyForCommand void interp int argc char argv if argc 5 SetResult interp WRONG number of parameters return ERROR argv 0 the ascii string just like C Execute the start statement Execute_AsciiString interp argv 1 Top of loop test for i Evaluate_AsciiExpression interp argv 2 if i 0 break Execute the body Execute_AsciiString interp argv 3 Execute the LOOP part Execute AsciiString interp argv 4 Return no error
174. tion registers and attempts to display how it believes the chip is configured By default the SLOWCLK is assumed to be 32768 Hz see the command at91sam3 slowclk at91sam3 slowclk value Command This command shows sets the slow clock frequency used in the at91sam3 info command calculations above at91sam Flash Driver All members of the AT91SAM7 microcontroller family from Atmel include internal flash and use ARM7TDMI cores The driver automatically recognizes a number of these chips using the chip identification register and autoconfigures itself flash bank at91sam 7 0 0 O O _TARGETNAME For chips which are not recognized by the controller driver you must provide addi tional parameters in the following order e chip_model label used with flash info e banks e sectors_per_bank e pages per sector Chapter 12 Flash Commands 58 e pages size e num nvm bits e freq_khz required if an external clock is provided optional but recommended when the oscillator frequency is known It is recommended that you provide zeroes for all of those values except the clock frequency so that everything except that frequency will be autoconfigured Knowing the frequency helps ensure correct timings for flash access The flash controller handles erases automatically on a page 128 256 byte basis so explicit erase commands are not necessary for flash programming However there is an EraseAll command that can erase an entire f
175. tivated telnet_port number Command Specify or query the port on which to listen for incoming telnet connections This port is intended for interaction with one human through TCL commands When not specified during the configuration stage the port number defaults to 4444 When specified as zero this port is not activated 7 4 GDB Configuration You can reconfigure some GDB behaviors if needed The ones listed here are static and global See Target Configuration page 46 about configuring individual targets See Target Events page 50 about configuring target specific event handling gdb_breakpoint_override hard soft disable Command Force breakpoint type for gdb break commands This option supports GDB GUIs which don t distinguish hard versus soft breakpoints if the default OpenOCD and GDB behaviour is not sufficient GDB normally uses hardware breakpoints if the memory map has been set up for flash regions gdb_flash_program enable disable Config Command Set to enable to cause OpenOCD to program the flash memory when a vFlash packet is received The default behaviour is enable Chapter 7 Daemon Configuration 25 gdb memory map enable disable Config Command Set to enable to cause OpenOCD to send the memory configuration to GDB when requested GDB will then know when to set hardware breakpoints and program flash using the GDB load command gdb f1ash pr
176. to all TAPs with handlers for that event jtag arp init reset Command This uses TRST and SRST to try resetting everything on the JTAG scan chain and anything else connected to SRST It then invokes the logic of jtag arp_init Chapter 10 TAP Declaration 38 10 TAP Declaration Test Access Ports TAPs are the core of JTAG TAPs serve many roles including e Debug Target A CPU TAP can be used as a GDB debug target e Flash Programing Some chips program the flash directly via JTAG Others do it indi rectly making a CPU do it e Program Download Using the same CPU support GDB uses you can initialize DRAM controller download code to DRAM and then start running that code e Boundary Scan Most chips support boundary scan which helps test for board assembly problems like solder bridges and missing connections OpenOCD must know about the active TAPs on your board s Setting up the TAPs is the core task of your configuration files Once those TAPs are set up you can pass their names to code which sets up CPUs and exports them as GDB targets probes flash memory performs low level J TAG operations and more 10 1 Scan Chains TAPs are part of a hardware scan chain which is daisy chain of TAPs They also need to be added to OpenOCD s software mirror of that hardware list giving each member a name and associating other data with it Simple scan chains with a single T AP are common in systems with a single microcontroller or micro
177. ts RTCK method See FAQ RTCK page 98 If your system uses RTCK you won t need to change the JTAG clocking after setup Not all interfaces boards or targets support rtck If the interface device can not support it an error is returned when you try to use RTCK jtag rclk fallback_speed_kHz Function This Tcl proc defined in startup tcl attempts to enable RTCK RCLK If that fails maybe the interface board or target doesn t support it falls back to the specified frequency Fall back to 3mhz if RTCK is not supported jtag_rclk 3000 Chapter 9 Reset Configuration 33 9 Reset Configuration Every system configuration may require a different reset configuration This can also be quite confusing Resets also interact with reset init event handlers which do things like setting up clocks and DRAM and JTAG clock rates See JTAG Speed page 31 They can also interact with JTAG routers Please see the various board files for examples Note To maintainers and integrators Reset configuration touches several things at once Normally the board configuration file should define it and as sume that the JTAG adapter supports everything that s wired up to the board s JTAG connector However the target configuration file could also make note of something the sil icon vendor has done inside the chip which will be true for most or all boards using that chip And when the JTAG adapter doesn t support everything the
178. ugger Tasking environments generaly have idle loops where the body is the wait for interrupt operation On older cores it is a coprocessor action newer cores have a wfi instruction Such loops can just remove that operation at the cost of higher power consumption because the CPU is needlessly clocked resume address Command Resume the target at its current code position or the optional address if it is provided OpenOCD will wait 5 seconds for the target to resume step address Command Single step the target at its current code position or the optional address if it is provided reset Command reset run Command reset halt Command l reset init Command Perform as hard a reset as possible using SRST if possible All defined targets will be reset and target events will fire during the reset sequence The optional parameter specifies what should happen after the reset If there is no parameter a reset run is executed The other options will not work on all systems See Chapter 9 Reset Configuration page 33 run Let the target run halt Immediately halt the target init Immediately halt the target and execute the reset init script soft_reset_halt Command Requesting target halt and executing a soft reset This is often used when a target cannot be reset and halted The target after reset is released begins to execute code OpenOCD attempts to stop the CPU and then sets the program counter
179. umber name and value set register s value Cores may have surprisingly many registers in their Debug and trace infrastructure gt reg 0 rO 32 Ox0000D3C2 dirty 1 valid 1 1 ri 32 OxFD61F31C dirty 0 valid 1 2 r2 32 0x00022551 dirty 0 valid 1 164 ETM_CONTEXTID_COMPARATOR_MASK 32 0x00000000 dirty 0 valid 0 halt ms Command wait halt ms Command The halt command first sends a halt request to the target which wait halt doesn t Otherwise these behave the same wait up to ms milliseconds or 5 seconds if there is no parameter for the target to halt and enter debug mode Using 0 as the ms parameter prevents OpenOCD from waiting Warning On ARM cores software using the wait for interrupt operation often blocks the J TAG access needed by a halt command This is because that operation also puts the core into a low power mode by gating the core clock but the core clock is needed to detect JTAG clock transitions Chapter 15 General Commands 74 One partial workaround uses adaptive clocking when the core is inter rupted the operation completes then JTAG clocks are accepted at least until the interrupt handler completes However this workaround is often unusable since the processor board and JTAG adapter must all support adaptive JTAG clocking Also it can t work until an interrupt is issued A more complete workaround is to not use that operation while you work with a JTAG deb
180. user configuration file will need to override parts of the reset configuration provided by other files 9 1 Types of Reset There are many kinds of reset possible through JTAG but they may not all work with a given board and adapter That s part of why reset configuration can be error prone e System Reset the SRST hardware signal resets all chips connected to the JTAG adapter such as processors power management chips and I O controllers Normally resets triggered with this signal behave exactly like pressing a RESET button e JTAG TAP Reset the TRST hardware signal resets just the TAP controllers con nected to the JTAG adapter Such resets should not be visible to the rest of the system resetting a device s the TAP controller just puts that controller into a known state e Emulation Reset many devices can be reset through JTAG commands These resets are often distinguishable from system resets either explicitly a reset reason register says so or implicitly not all parts of the chip get reset e Other Resets system on chip devices often support several other types of reset You may need to arrange that a watchdog timer stops while debugging preventing a watchdog reset There may be individual module resets In the best case OpenOCD can hold SRST then reset the TAPs via TRST and send commands through JTAG to halt the CPU at the reset vector before the 1st instruction is executed Then when it finally releases
181. vel n see debug level page 72 You can redirect all output from the daemon to a file using the 1 lt logfile gt switch Search paths for config script files can be added to OpenOCD by using the s search switch The current directory and the OpenOCD target library is in the search path by default For details on the p option See Connecting to GDB page 94 Note OpenOCD will launch the GDB amp telnet server even if it can not establish a connec tion with the target In general it is possible for the J l AG controller to be unresponsive until the target is set up correctly via e g GDB monitor commands in a GDB init script Chapter 5 OpenOCD Project Setup 9 5 OpenOCD Project Setup To use OpenOCD with your development projects you need to do more than just connecting the JTAG adapter hardware dongle to your development board and then starting the OpenOCD server You also need to configure that server so that it knows about that adapter and board and helps your work 5 1 Hooking up the JTAG Adapter Today s most common case is a dongle with a JTAG cable on one side such as a ribbon cable with a 10 pin or 20 pin IDC connector and a USB cable on the other Instead of USB some cables use Ethernet older ones may use a PC parallel port or even a serial port l Start with power to your target board turned off and nothing connected to your JTAG adapter If you re particularly paranoid unplug power
182. width lt addr gt lt nelems gt Convert a Tcl array to memory locations and write the values e ocd flash banks driver base size chip width bus width target driver options Return information about the flash banks OpenOCD commands can consist of two words e g flash banks The startup tcl unknown proc will translate this into a Tcl proc called flash banks Chapter 21 Tcl Scripting API 97 21 3 OpenOCD specific Global Variables Real Tcl has tcl_platform and platform identify and many other variables JimTCL as implemented in OpenOCD creates ocd HOSTOS which holds one of the following values winxx Built using Microsoft Visual Studio linux Linux is the underlying operating sytem darwin Darwin mac os is the underlying operating sytem cygwin Running under Cygwin mingw32 Running under MingW32 other Unknown none of the above Note winxx was choosen because today March 2009 no distinction is made between Win32 and Win64 Note We should add support for a variable like Tcl variable tcl platform platform it should be called jim platform because it is jim not real tcl Chapter 22 FAQ 98 22 FAQ 1 RTCK also known as Adaptive Clocking What is it In digital circuit design it is often refered to as clock synchronisation the JTAG interface uses one clock TCK or TCLK operating at some speed your target is operating at another The two clocks are n
183. wn Tcl language which can be found here http www tcl tk JIM Tcl has far fewer features JIM Tcl is a single C file and a single H file and implements the basic Tcl command set In contrast Tcl 8 6 is a 4 2 MB zip file containing 1540 files Missing Features Our practice has been Add clone the real Tcl feature if when needed We welcome JIM Tcl improvements not bloat Scripts OpenOCD configuration scripts are JIM Tcl Scripts OpenOCD s command interpreter today is a mixture of newer JIM Tcl commands and older the orginal command interpreter Commands At the OpenOCD telnet command line or via the GDB mon command one can type a Tcl for loop set variables etc Some of the commands documented in this guide are implemented as Tcl scripts from a startup tcl file internal to the server Historical Note JIM Tcl was introduced to OpenOCD in spring 2008 Need a crash course in Tcl See Chapter 23 Tcl Crash Course page 103 Chapter 4 Running 8 4 Running The help option shows bash openocd help help h display this help version v display OpenOCD version file f use configuration file name search s dir to search for config files and scripts debug d set debug level 0 3 log output 1 redirect log output to file lt name gt command c run command pipe p use pipes when talking to gdb By default OpenOCD reads the file configuration file openocd
184. wtap stm32 bs irlen e Create the debug target and say where it is e target create stm32 cpu chain position stm32 cpu 15 SYSCOMP Sometimes my debugging session terminates with an error When I look into the log file I can see these error messages Error arm7 9 common c 561 arm7 9 execute sys speed timeout waiting for SYSCOMP TODO Chapter 23 Tcl Crash Course 103 23 Tcl Crash Course Not everyone knows Tcl this is not intended to be a replacement for learning Tcl the intent of this chapter is to give you some idea of how the Tcl scripts work This chapter is written with two audiences in mind 1 OpenOCD users who need to understand a bit more of how JIM Tcl works so they can do something useful and 2 those that want to add a new command to OpenOCD 23 1 Tcl Rule 1 There is a famous joke it goes like this 1 Rule 1 The wife is always correct 2 Rule 2 If you think otherwise See Rule 1 The Tcl equal is this 1 Rule 1 Everything is a string 2 Rule 2 If you think otherwise See Rule 1 As in the famous joke the consequences of Rule 1 are profound Once you understand Rule 1 you will understand Tcl 23 2 Tcl Rule 1b There is a second pair of rules 1 Rule 1 Control flow does not exist Only commands For example the classic FOR loop or IF statement is not a control flow item they are commands there is no such thing as control flow in Tcl 2 Rule 2 If you think otherwise
185. y quoted text S VARIABLES and square brackets are expanded in place the result however is exactly 1 string Remember Rule 1 Everything is a string set x Dinner puts It is now date x is in 1 hour e Curly Braces Curly Braces are magic VARIABLES and square brackets are parsed but are NOT expanded or executed Curly Braces are like single quote operators in BASH shell scripts with the added feature curly braces can be nested single quotes can not this is nested 3 times NOTE date is a bad example at this writing Jim OpenOCD does not have a date command 23 5 Consequences of Rule 1 2 3 4 The consequences of Rule 1 are profound 23 5 1 Tokenisation amp Execution Of course whitespace blank lines and comment lines are handled in the normal way As a script is parsed each multi line in the script file is tokenised and according to the quoting rules After tokenisation that line is immedatly executed Multi line statements end with one or more still open curly braces which eventually closes a few lines later 23 5 2 Command Execution Remember earlier There are no control flow statements in Tcl Instead there are COM MANDS that simply act like control flow operators Commands are executed like this 1 Parse the next line into argc and argv 2 Look up argv 0 in a table and call its function 3 Repeat until End Of File It sort of works like this

Download Pdf Manuals

image

Related Search

Related Contents

LanSchool User Guide - Amazon Web Services  Samsung RL27TDFSW Manuel de l'utilisateur    build/tmp/deploy  

Copyright © All rights reserved.
Failed to retrieve file