<?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>topic Debugging tools (JTAG) in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157172#M2508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, who has used what tools successfully, including kernel level debuggers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2011 19:26:01 GMT</pubDate>
    <dc:creator>JohnBirch</dc:creator>
    <dc:date>2011-06-06T19:26:01Z</dc:date>
    <item>
      <title>Debugging tools (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157172#M2508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK, who has used what tools successfully, including kernel level debuggers?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 19:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157172#M2508</guid>
      <dc:creator>JohnBirch</dc:creator>
      <dc:date>2011-06-06T19:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging tools (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157173#M2509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm partial to using GDB to cross-debug via Ethernet (as described in AN3870).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the Ethernet connection, I can also use TFTP to download built apps into the NAND Flash of the i.MX which makes the data path relatively simple.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;myke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2011 19:53:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157173#M2509</guid>
      <dc:creator>myke_predko</dc:creator>
      <dc:date>2011-06-06T19:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging tools (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157174#M2510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose, It is quite tough to debug kernel/drivers effectively using an ethernet connection, especially if you want to debug a crash right at the kernel entry point. So, the best choice would be a JTAG debugger.&lt;/P&gt;&lt;P&gt;What's your intention of debugging anyway? Just for learning or want to port something on a custom hardware?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 04:59:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157174#M2510</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2012-04-10T04:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging tools (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157175#M2511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the first time I'm hearing about Jtagkey2p. I'm quite familiar with JLINK. What problems do you face with JLINK. May be you can post that to the JLINK forums. I don't know whether ULINK2 supports Linux kernel debugging.&lt;/P&gt;&lt;P&gt;For user-space : gdb over ethernet is fine.&lt;/P&gt;&lt;P&gt;For kernel-space: you must need a perfectly working debugger to focus on porting. I'm not sure which JTAG is cheap. May be you can take the help of google.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 13:18:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157175#M2511</guid>
      <dc:creator>positron</dc:creator>
      <dc:date>2012-04-10T13:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging tools (JTAG)</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157176#M2512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abatron's BDI3000 (I use those for all my platforms : mpc8379, mpc8323, mpc5125, imx28, imx53, imx6,&amp;nbsp; p2020, p2040 etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 04:40:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-tools-JTAG/m-p/157176#M2512</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2013-07-05T04:40:55Z</dc:date>
    </item>
  </channel>
</rss>

