<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: Using openocd to debug smp linux on sabre sdp</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-openocd-to-debug-smp-linux-on-sabre-sdp/m-p/626858#M95136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check ocd config tutorial&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://openocd.org/doc/html/Config-File-Guidelines.html" title="http://openocd.org/doc/html/Config-File-Guidelines.html"&gt;OpenOCD User’s Guide: Config File Guidelines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and similar example on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/434323"&gt;imx7 openocd tapid and debug base help&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;seems olimex-jtag may require some specific settings too, this may be&lt;/P&gt;&lt;P&gt;posted to olimex forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Feb 2017 11:19:17 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-02-13T11:19:17Z</dc:date>
    <item>
      <title>Using openocd to debug smp linux on sabre sdp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-openocd-to-debug-smp-linux-on-sabre-sdp/m-p/626857#M95135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to setup jtag for debugging smp linux on sabre sdp using olimex-jtag-tiny.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic connection is working with imx6.cfg :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #999999; font-size: 11px;"&gt;&lt;CODE&gt;~/openocd/openocd-0.10.0$ openocd -f tcl/interface/ftdi/olimex-jtag-tiny.cfg -f tcl/target/imx6.cfg &lt;BR /&gt;Open On-Chip Debugger 0.10.0&lt;BR /&gt;Licensed under GNU GPL v2&lt;BR /&gt;For bug reports, read&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.org%2Fdoc%2Fdoxygen%2Fbugs.html" rel="nofollow" target="_blank"&gt;http://openocd.org/doc/doxygen/bugs.html&lt;/A&gt;&lt;BR /&gt;Info : auto-selecting first available session transport "jtag". To override use 'transport select &amp;lt;transport&amp;gt;'.&lt;BR /&gt;Warn : imx6.sdma: nonstandard IR value&lt;BR /&gt;adapter speed: 1000 kHz&lt;BR /&gt;Info : clock speed 1000 kHz&lt;BR /&gt;Error: JTAG scan chain interrogation failed: all ones&lt;BR /&gt;Error: Check JTAG interface, timings, target power, etc.&lt;BR /&gt;Error: Trying to use configured scan chain anyway...&lt;BR /&gt;Error: imx6.dap: IR capture error; saw 0x0f not 0x01&lt;BR /&gt;Warn : Bypassing JTAG setup events due to errors&lt;BR /&gt;Info : imx6.cpu.0: hardware has 6 breakpoints, 4 watchpoints&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure with only imx6.cfg I'll be able to debug linux on other cores. Reading through openocd configuration help and various forum posts, it looks like I need to modify imx6.cfg file to add more target cores. So I have modi fied the imx6.cfg as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# Freescale i.MX6 series single/dual/quad core processor&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;if { [info exists CHIPNAME] } {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _CHIPNAME $CHIPNAME&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;} else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _CHIPNAME imx6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# CoreSight Debug Access Port&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;if { [info exists DAP_TAPID] } {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _DAP_TAPID $DAP_TAPID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;} else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _DAP_TAPID 0x4ba00477&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;jtag newtap $_CHIPNAME dap -irlen 4 -ircapture 0x01 -irmask 0x0f \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -expected-id $_DAP_TAPID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# SDMA / no IDCODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;jtag newtap $_CHIPNAME sdma -irlen 4 -ircapture 0x00 -irmask 0x0f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# System JTAG Controller&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;if { [info exists SJC_TAPID] } {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _SJC_TAPID $SJC_TAPID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;} else {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; set _SJC_TAPID 0x0191c01d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _SJC_TAPID2 0x2191c01d &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _SJC_TAPID3 0x2191e01d&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _SJC_TAPID4 0x1191c01d&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;jtag newtap $_CHIPNAME sjc -irlen 5 -ircapture 0x01 -irmask 0x1f \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -expected-id $_SJC_TAPID -expected-id $_SJC_TAPID2 \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -expected-id $_SJC_TAPID3 -expected-id $_SJC_TAPID4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# GDB target: Cortex-A9, using DAP, configuring only one core&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# Base addresses of cores:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# core 0 - 0x82150000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# core 1 - 0x82152000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# core 2 - 0x82154000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# core 3 - 0x82156000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _TARGETNAME_1 $_CHIPNAME.cpu.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;target create $_TARGETNAME_1 cortex_a -chain-position $_CHIPNAME.dap \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -coreid 0 -dbgbase 0x82150000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _TARGETNAME_2 $_CHIPNAME.cpu.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;target create imx6.cpu.1 cortex_a -chain-position $_CHIPNAME.dap \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -coreid 1 -dbgbase 0x82152000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _TARGETNAME_3 $_CHIPNAME.cpu.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;target create $_TARGETNAME_3 cortex_a -chain-position $_CHIPNAME.dap \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -coreid 2 -dbgbase 0x82154000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;set _TARGETNAME_4 $_CHIPNAME.cpu.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;target create $_TARGETNAME_4 cortex_a -chain-position $_CHIPNAME.dap \&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; -coreid 3 -dbgbase 0x82156000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;target smp $_TARGETNAME_1 $_TARGETNAME_2 $_TARGETNAME_3 $_TARGETNAME_4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;#&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# some TCK cycles are required to activate the DEBUG power domain&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;jtag configure $_CHIPNAME.sjc -event post-reset "runtest 100"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;proc imx6_dbginit {target} {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; # General Cortex-A8/A9 debug initialisation&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt; cortex_a dbginit&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;# Slow speed to be sure it will work&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;adapter_khz 1000&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;$_TARGETNAME_1 configure -event reset-start { adapter_khz 1000 }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;$_TARGETNAME_1 configure -event reset-assert-post "imx6_dbginit $_TARGETNAME_1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;$_TARGETNAME_1 configure -event gdb-attach { halt }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now with this configuration I am getting&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;~/openocd/openocd-0.10.0$ openocd -f tcl/interface/ftdi/olimex-jtag-tiny.cfg -f tcl/target/imx6_understood.cfg&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Open On-Chip Debugger 0.10.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Licensed under GNU GPL v2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;For bug reports, read&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fopenocd.org%2Fdoc%2Fdoxygen%2Fbugs.html" rel="nofollow" target="_blank"&gt;http://openocd.org/doc/doxygen/bugs.html&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : auto-selecting first available session transport "jtag". To override use 'transport select &amp;lt;transport&amp;gt;'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Warn : imx6.sdma: nonstandard IR value&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;adapter speed: 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : clock speed 1000 kHz&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : JTAG tap: imx6.dap tap/device found: 0x4ba00477 (mfg: 0x23b (ARM Ltd.), part: 0xba00, ver: 0x4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : TAP imx6.sdma does not have IDCODE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : JTAG tap: imx6.sjc tap/device found: 0x2191c01d (mfg: 0x00e (Freescale (Motorola)), part: 0x191c, ver: 0x2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Info : imx6.cpu.0: hardware has 6 breakpoints, 4 watchpoints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: Timeout during WAIT recovery&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Polling target imx6.cpu.0 failed, trying to reexamine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: Could not initialize the APB-AP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Examination failed, GDB will be halted. Polling again in 100ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Polling target imx6.cpu.0 failed, trying to reexamine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: Could not initialize the APB-AP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Examination failed, GDB will be halted. Polling again in 300ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Polling target imx6.cpu.0 failed, trying to reexamine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: Could not initialize the APB-AP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Examination failed, GDB will be halted. Polling again in 700ms&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Polling target imx6.cpu.0 failed, trying to reexamine&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: JTAG-DP STICKY ERROR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Error: Could not initialize the APB-AP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #808080; font-size: 11px;"&gt;Examination failed, GDB will be halted. Polling again in 1500ms&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone been able to get openocd for multiple cores working on imx6. Any board config files or any help/pointers&amp;nbsp;&lt;/P&gt;&lt;P&gt;will be deeply appreciated :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Feb 2017 22:40:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-openocd-to-debug-smp-linux-on-sabre-sdp/m-p/626857#M95135</guid>
      <dc:creator>nagladhana</dc:creator>
      <dc:date>2017-02-12T22:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using openocd to debug smp linux on sabre sdp</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-openocd-to-debug-smp-linux-on-sabre-sdp/m-p/626858#M95136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nagla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check ocd config tutorial&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://openocd.org/doc/html/Config-File-Guidelines.html" title="http://openocd.org/doc/html/Config-File-Guidelines.html"&gt;OpenOCD User’s Guide: Config File Guidelines&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and similar example on&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/434323"&gt;imx7 openocd tapid and debug base help&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;seems olimex-jtag may require some specific settings too, this may be&lt;/P&gt;&lt;P&gt;posted to olimex forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Feb 2017 11:19:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-openocd-to-debug-smp-linux-on-sabre-sdp/m-p/626858#M95136</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-13T11:19:17Z</dc:date>
    </item>
  </channel>
</rss>

