<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.deepjava.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://www.deepjava.org/feed.php">
        <title>deep openocd</title>
        <description></description>
        <link>https://www.deepjava.org/</link>
        <image rdf:resource="https://www.deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico" />
       <dc:date>2026-05-06T14:00:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.deepjava.org/openocd/how_to_use_gdb?rev=1607580369&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deepjava.org/openocd/start?rev=1610638679&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deepjava.org/openocd/starting_openocd?rev=1669302415&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.deepjava.org/openocd/using_openocd?rev=1663317163&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico">
        <title>deep</title>
        <link>https://www.deepjava.org/</link>
        <url>https://www.deepjava.org/lib/tpl/deepjava-tpl/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.deepjava.org/openocd/how_to_use_gdb?rev=1607580369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-12-10T07:06:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openocd:how_to_use_gdb</title>
        <link>https://www.deepjava.org/openocd/how_to_use_gdb?rev=1607580369&amp;do=diff</link>
        <description>Using the GDB with deep

OpenOCD must already be running if the gdb is to be started.

The following script can be used to start the gdb:


$Env:Path += &quot;;D:\GNUArmEmbeddedToolchain\6-2017-q2-update\bin&quot;

cd C:\WorkingDir
arm-none-eabi-gdb --command=gdbInit.txt</description>
    </item>
    <item rdf:about="https://www.deepjava.org/openocd/start?rev=1610638679&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-14T16:37:59+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openocd:start</title>
        <link>https://www.deepjava.org/openocd/start?rev=1610638679&amp;do=diff</link>
        <description>OpenOCD

OpenOCD is the software part of a debugger. Together with a hardware adapter
OpenOCD is a complete debugger and can be used as a replacement for an expensive debugger such as the BDI3000 from Abatron.

	*  Download and Installation
	*  Starting OpenOCD
	*  Details of Using OpenOCD

The hardware adapter forms the electrical interface to the processor and must also be matched to the processor. The adapter is already integrated on the Zybo board. For the Microzed board you need a</description>
    </item>
    <item rdf:about="https://www.deepjava.org/openocd/starting_openocd?rev=1669302415&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-11-24T16:06:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openocd:starting_openocd</title>
        <link>https://www.deepjava.org/openocd/starting_openocd?rev=1669302415&amp;do=diff</link>
        <description>Starting OpenOCD

OpenOCD runs a server to which you can connect

	*  to the command line interface of OpenOCD with a telnet connection on port 4444
	*  to the GDB server on port 3333

OpenOCD is started automatically when downloading to a Zynq7000 based board. Alternatively you can start OpenOCD as follows:</description>
    </item>
    <item rdf:about="https://www.deepjava.org/openocd/using_openocd?rev=1663317163&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-09-16T10:32:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>openocd:using_openocd</title>
        <link>https://www.deepjava.org/openocd/using_openocd?rev=1663317163&amp;do=diff</link>
        <description>Details of Using OpenOCD

OpenOCD starts with a board configuration file. Therein, a configuration file for the processor, the debug interface and a file with initialization sripts can be found.

Scan Chain

Our scan chain contains the PL (programmable logic) and the PS (processing system).</description>
    </item>
</rdf:RDF>
