<?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: i.MX 8M Plus JTAG debug from reset release</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2172765#M240828</link>
    <description>&lt;P&gt;1) Couldn't connect. Let me explain a bit:&lt;/P&gt;&lt;P&gt;With our debug/trace tools we already support SoCs like i.MX 6UL, i.MX8 M, i.MX8 MMini, i.MX8 MNano, etc. On all of the above JTAG is not problematic on "virgin" device, in means that we can read for example JTAG IDCODE on an SoC that does not have boot image programmed on any boot medium.&lt;/P&gt;&lt;P&gt;On i.MX 8M Plus, this cannot be done, JTAG debug logic seems dead until device is programmed with valid boot image.&lt;/P&gt;&lt;P&gt;My question here is, is this just the way it is or can tool vendor somehow access JTAG debug logic while device does not have valid boot image programmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Understood. Official procedure of programming "virgin" device without SD card is via USB and NXP provided tool.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Sep 2025 11:13:38 GMT</pubDate>
    <dc:creator>tadejm</dc:creator>
    <dc:date>2025-09-19T11:13:38Z</dc:date>
    <item>
      <title>i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2153351#M240153</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have a few inquiries about behaviors of i.MX 8M Plus SoC regarding JTAG debug via external debugger and I was hoping you could help me clear it up.&lt;/P&gt;&lt;P&gt;Contrary to how other i.MX 8M derivatives I worked with (i.MX 8M Nano, i.MX8M Mini) behaved, I noticed that JTAG TAP is not available or operational after device is released from reset. It only becomes available after a valid boot image starts executing on ARM Cortex-A53 core(s).&lt;/P&gt;&lt;P&gt;And it does not have to be anything special as far as user code&amp;nbsp;on boot image is concerned, simple 'while (1)' suffices.&lt;/P&gt;&lt;P&gt;But interestingly enough&amp;nbsp;not all boot images are OK, for example if I create a boot image with software breakpoint 'BRK' instruction instead of 'while(1)', the device does not boot (or JTAG does not become available).&lt;/P&gt;&lt;P&gt;My queries:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Is the fact that debug logic is not available to external debugger until device is booted expected behavior? If so:&lt;OL&gt;&lt;LI&gt;How does it work? Does Cortex-A53 in BootROM 'enable' somehow JTAG if it recognizes a correctly structured boot image?&lt;/LI&gt;&lt;LI&gt;Can debugger work somehow around this, i.e. can hardware debugger gain control over JTAG debug logic if there is no valid boot image programmed to any boot media? If not:&lt;OL&gt;&lt;LI&gt;How does a customer, when it creates a new custom board without SD card slot for example, program the boot media?&lt;BR /&gt;If debugger could have access to 'unbooted' SoC, debugger could do the programming for example.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Than you for your time and effort.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 06:59:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2153351#M240153</guid>
      <dc:creator>tadejm</dc:creator>
      <dc:date>2025-08-18T06:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2153978#M240173</link>
      <description>&lt;P&gt;pls refer to the document as below, which is for TRACE32 debugger&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.nxp.com/t5/NXP-Tech-Blog/Debug-i-MX8MP-uboot-with-TRACE32/ba-p/1615599" target="_blank"&gt;https://community.nxp.com/t5/NXP-Tech-Blog/Debug-i-MX8MP-uboot-with-TRACE32/ba-p/1615599&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 01:54:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2153978#M240173</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2025-08-19T01:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2154063#M240178</link>
      <description>Thank you for your reply.&lt;BR /&gt;&lt;BR /&gt;However this seems to be the same, u-boot needs to be flashed to eMMC or SD card before debugger can connect to SoC.&lt;BR /&gt;&lt;BR /&gt;My question is, can debugger connect to SoC debug logic with all the boot devices blank?&lt;BR /&gt;If not, what is the official procedure to flash boot image to e.g. eMMC or QSPI if you do not have slot for SD card on custom board design?</description>
      <pubDate>Tue, 19 Aug 2025 05:48:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2154063#M240178</guid>
      <dc:creator>tadejm</dc:creator>
      <dc:date>2025-08-19T05:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2158630#M240330</link>
      <description>&lt;P&gt;1)I'm not sure what&amp;nbsp; you mean JTAG is unavailable, couldn't debug or couldn't connect? I attached an AN for how to use Jtag on imx processor, which can tell you all of detailed information, you can refer to that firstly&lt;/P&gt;
&lt;P&gt;2)&lt;SPAN&gt;what is the official procedure to flash boot image to e.g. eMMC or QSPI if you do not have slot for SD card on custom board design?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt; the link I sent to you before is about official procedure to flash image to emmc, you also can refer to the enclosed AN&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 00:48:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2158630#M240330</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2025-08-27T00:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2172765#M240828</link>
      <description>&lt;P&gt;1) Couldn't connect. Let me explain a bit:&lt;/P&gt;&lt;P&gt;With our debug/trace tools we already support SoCs like i.MX 6UL, i.MX8 M, i.MX8 MMini, i.MX8 MNano, etc. On all of the above JTAG is not problematic on "virgin" device, in means that we can read for example JTAG IDCODE on an SoC that does not have boot image programmed on any boot medium.&lt;/P&gt;&lt;P&gt;On i.MX 8M Plus, this cannot be done, JTAG debug logic seems dead until device is programmed with valid boot image.&lt;/P&gt;&lt;P&gt;My question here is, is this just the way it is or can tool vendor somehow access JTAG debug logic while device does not have valid boot image programmed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) Understood. Official procedure of programming "virgin" device without SD card is via USB and NXP provided tool.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 11:13:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2172765#M240828</guid>
      <dc:creator>tadejm</dc:creator>
      <dc:date>2025-09-19T11:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2175457#M240923</link>
      <description>&lt;P&gt;you can refer to the enclosed file, imx8mp has secure Jtag mode, which supports&amp;nbsp; challenge/response mechanism used to authenticate the JTAG accesses uses a challenge value and the associated secret&lt;BR /&gt;response key.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Sep 2025 05:15:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2175457#M240923</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2025-09-25T05:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2191193#M241591</link>
      <description>&lt;P&gt;1)We have same problem I.MX8MP Custom board have No SD card USB2.0 Only&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to Detect JTAG During Board bring up????&lt;/P&gt;&lt;P&gt;2)Same to that We have I.MX8MPlus EVK, in eMMC Contains Default Image after booting at Uboot stopped using putty then connecting JTAG results Connection Failed. Target Not detecting.TDO Constant 0.5V(Working 1.8V).&lt;/P&gt;&lt;P&gt;Without booting Processor(with Linux image) is it possible to detect JTAG?????&lt;/P&gt;&lt;P&gt;Configuration/Setup: Software: Arm Development studio,DT stream_DT(Debugger)&amp;nbsp;&lt;/P&gt;&lt;P&gt;below image have Custom Board design USB connections,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kirankumar007_0-1761200340872.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362216iB7087E53C325E8E9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kirankumar007_0-1761200340872.png" alt="kirankumar007_0-1761200340872.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please guide us Whether with these pins USB detection is possible to load image using serial.&lt;/P&gt;&lt;P&gt;Also Guide us Detection of JTAG in EVK(Already eMMC image booting happened above said TDO giving 0.5v)????&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 06:23:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2191193#M241591</guid>
      <dc:creator>kirankumar007</dc:creator>
      <dc:date>2025-10-23T06:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 8M Plus JTAG debug from reset release</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2191200#M241592</link>
      <description>&lt;P&gt;1)We have same problem I.MX8MP Custom board have No SD card USB2.0 Only&amp;nbsp;&lt;/P&gt;&lt;P&gt;how to Detect JTAG During Board bring up????&lt;/P&gt;&lt;P&gt;2)Same to that We have I.MX8MPlus EVK, in eMMC Contains Default Image after booting at Uboot stopped using putty then connecting JTAG results Connection Failed. Target Not detecting.TDO giving Constant 0.5V(Working 1.8V).&lt;/P&gt;&lt;P&gt;Without booting Processor(with Linux image) is it possible to detect JTAG?????&lt;/P&gt;&lt;P&gt;Configuration/Setup: Software: Arm Development studio,DT stream_DT(Debugger)&amp;nbsp;&lt;/P&gt;&lt;P&gt;below image have Custom Board design USB connections,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kirankumar007_0-1761200917668.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/362220iEAC9DFD9A9EC1BFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kirankumar007_0-1761200917668.png" alt="kirankumar007_0-1761200917668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please guide us Whether with these pins USB detection is possible to load image using serial.&lt;/P&gt;&lt;P&gt;Also Guide us Detection of JTAG in EVK(Already eMMC image booting happened above said TDO giving 0.5v)????&lt;/P&gt;</description>
      <pubDate>Thu, 23 Oct 2025 06:29:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-8M-Plus-JTAG-debug-from-reset-release/m-p/2191200#M241592</guid>
      <dc:creator>kirankumar007</dc:creator>
      <dc:date>2025-10-23T06:29:14Z</dc:date>
    </item>
  </channel>
</rss>

