<?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 Re: Debugging iMX6 with JTAG BDI3000 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409158#M61128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe&lt;/P&gt;&lt;P&gt;Thanks for the update. I am not sure type 0x03 is valid&lt;/P&gt;&lt;P&gt;there but I will double check. This is perhaps a linking problem&lt;/P&gt;&lt;P&gt;with that yocto build. I don't think I had this with mainline&lt;/P&gt;&lt;P&gt;u-boot before.&lt;/P&gt;&lt;P&gt;Could you give this a try with the mainline u-boot.&lt;/P&gt;&lt;P&gt;Just clone the mainline u-boot git tree directly and&lt;/P&gt;&lt;P&gt;see if you can load the generated elf file.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Sep 2015 16:33:03 GMT</pubDate>
    <dc:creator>sinanakman</dc:creator>
    <dc:date>2015-09-01T16:33:03Z</dc:date>
    <item>
      <title>Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409144#M61114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having issues trying to debug a custom iMX6 board with BDI3000. The state after powering up with BDI attached seems good to me:&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;info&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Core number&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Core state&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : debug mode (ARM)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Debug entry cause : Debug Request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current PC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0x2780ad40&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current CPSR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0x600001d3 (Supervisor)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Current SPSR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 0xca0c196d&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I can't correctly read and write from memory.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;md 0x8a000000 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;8a000000 : 0x00000071&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 113&amp;nbsp; q...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;mm 0x8a000000 0x1234abcd 1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;md 0x8a000000 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;8a000000 : 0x00000061&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 97&amp;nbsp; a...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;mm 0x8a000000 0x12345678 1&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMX6#0&amp;gt;md 0x8a000000 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;8a000000 : 0x04000071&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 67108977&amp;nbsp; q...&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apparently, it is not writing what is expected to. I need to make this process consistent an then load the u-boot into memory.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know what is happening?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the attached configuration file. Any help would greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335991"&gt;regCortex-A9.def.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-335991"&gt;imx6.cfg.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 15:10:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409144#M61114</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-14T15:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409145#M61115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&amp;nbsp; It is needed to init memory. Please refer to the following&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;resources about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;DDR Script Aid tools :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="94987" data-objecttype="102" href="https://community.freescale.com/docs/DOC-94987"&gt;https://community.freescale.com/docs/DOC-94987&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="1007" data-containertype="700" data-objectid="99450" data-objecttype="102" href="https://community.freescale.com/docs/DOC-99450"&gt;https://community.freescale.com/docs/DOC-99450&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="95089" data-objecttype="102" href="https://community.freescale.com/docs/DOC-95089"&gt;https://community.freescale.com/docs/DOC-95089&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="94917" data-objecttype="102" href="https://community.freescale.com/docs/DOC-94917"&gt;https://community.freescale.com/docs/DOC-94917&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: lower-roman;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;i.MX6 DDR Stress Test Tool V1.0.3 &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;"DDR3 Porting Guide"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;&lt;A class="jive-link-wiki-small" data-containerid="2004" data-containertype="14" data-objectid="101708" data-objecttype="102" href="https://community.freescale.com/docs/DOC-101708"&gt;https://community.freescale.com/docs/DOC-101708&lt;/A&gt;&lt;/SPAN&gt;&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="font-family: 'Verdana','sans-serif';"&gt;Have a great day,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Yuri&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Verdana','sans-serif';"&gt;----------------------------------------------------------------------------------------------------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 02:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409145#M61115</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2015-07-15T02:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409146#M61116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan&lt;/P&gt;&lt;P&gt;I am just e-mailing you a BDI3000 conifg file that includes DDR&lt;/P&gt;&lt;P&gt;init for sabresd board. You just need to modify according to&lt;/P&gt;&lt;P&gt;your needs. Let me know if you need anything else.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 16:50:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409146#M61116</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-07-20T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409147#M61117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yuri. This was very helpful on understanding my issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:53:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409147#M61117</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-20T17:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409148#M61118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sinan, &lt;/P&gt;&lt;P&gt;Thank you so very much. The script has solved my issue. It is working very well right now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My best regards,&lt;/P&gt;&lt;P&gt;Jose Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 17:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409148#M61118</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-20T17:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409149#M61119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a while I have figured out which registers I was setting wrongly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 18:01:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409149#M61119</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-20T18:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409150#M61120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose&lt;/P&gt;&lt;P&gt;Happy to hear the config file helped you&lt;/P&gt;&lt;P&gt;with your custom design. Perhaps I'll&lt;/P&gt;&lt;P&gt;put that config file as a new document here&lt;/P&gt;&lt;P&gt;at the community site to help other developers as&lt;/P&gt;&lt;P&gt;well. I'll send you the link to the document when I&lt;/P&gt;&lt;P&gt;create one so that you can add your comments.&lt;/P&gt;&lt;P&gt;Let me know if you have other questions&lt;/P&gt;&lt;P&gt;regarding BDI3000 and bringing up your new&lt;/P&gt;&lt;P&gt;board.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:33:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409150#M61120</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-07-21T13:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409151#M61121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added the config file under the document :&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-106493"&gt;BDI3000 config file with iMX6 DDR initialization&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 13:52:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409151#M61121</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-07-21T13:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409152#M61122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinan,&lt;/P&gt;&lt;P&gt;I have a question regarding issues while trying to debug u-boot-2009.08 with GDB trought the BDI. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First:&lt;/P&gt;&lt;P&gt;- I can successfully init memory&lt;/P&gt;&lt;P&gt;- I can successfully load u-boot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is: the PC is not going forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I try to go forward in the execution (stepi or continue) the PC keeps the same position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(gdb) source init.txt &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Connecting to target board...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"0x276006bc in ?? ()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Resetting cpu...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;""Loading u-boot...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Loading section .text, size 0x1f614 lma 0x27800000&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Loading section .text.init, size 0x138 lma 0x2781f614&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Loading section .rodata, size 0x86d7 lma 0x2781f74c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Loading section .data, size 0x1444 lma 0x27827e28&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Loading section .u_boot_cmd, size 0x690 lma 0x2782926c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Start address 0x278006e0, load size 170231&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Transfer rate: 178 KB/sec, 1340 bytes/write.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"Target cpu is ready."&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(gdb) stepi&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Stopped due to shared library event&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(gdb) where&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;#0&amp;nbsp; 0x278006e0 in _start ()&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(gdb) c&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Continuing.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;^CStopped due to shared library event&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;Quit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(gdb) where&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;#0&amp;nbsp; 0x278006e0 in _start ()&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;(gdb) &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;##########&amp;nbsp;&amp;nbsp; init.txt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ###########&lt;/P&gt;&lt;P&gt;file u-boot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#connect to bdi3000&lt;/P&gt;&lt;P&gt;echo "Connecting to target board...\n"&lt;/P&gt;&lt;P&gt;target remote 192.168.0.139:2001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#reset target cpu&lt;/P&gt;&lt;P&gt;echo "Resetting cpu...\n"&lt;/P&gt;&lt;P&gt;monitor reset halt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#load u-boot&lt;/P&gt;&lt;P&gt;echo "Loading u-boot...\n"&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#set pc to initial address&lt;/P&gt;&lt;P&gt;#echo "setting PC to initial address...\n"&lt;/P&gt;&lt;P&gt;#set $pc = 0x27800000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#stepi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;echo "Target cpu is ready."&lt;/P&gt;&lt;P&gt;###############################&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As this is happening on our custom board as well as on the SabreSD Board, it seems like I'm missing something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any suggestion I'd appreciate to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Jose Alan Souza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 14:39:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409152#M61122</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-22T14:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409153#M61123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before you start single stepping check where the code&lt;/P&gt;&lt;P&gt;is and make sure it is where it is supposed to be and PC&lt;/P&gt;&lt;P&gt;is not set to an irrelevant address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general I would recommend to debug using the telnet&lt;/P&gt;&lt;P&gt;interface first. Load your image manually via the telnet then&lt;/P&gt;&lt;P&gt;set a break point early on and execute at the right entry&lt;/P&gt;&lt;P&gt;address of your image. Once the break point is hit see if&lt;/P&gt;&lt;P&gt;you can successfully single step. After this you can compare&lt;/P&gt;&lt;P&gt;your steps to that of gdb init script and have it working the&lt;/P&gt;&lt;P&gt;same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a related note, it seems you are loading a u-boot image&lt;/P&gt;&lt;P&gt;and running it after setting the memory via BDI init. You need&lt;/P&gt;&lt;P&gt;to make sure that this is a u-boot version that can run without&lt;/P&gt;&lt;P&gt;initializing the memory itself. A regular u-boot image may not&lt;/P&gt;&lt;P&gt;run correctly if the some of the initialization is not done by u-boot.&lt;/P&gt;&lt;P&gt;Test things out via telnet as I suggested and let me know how&lt;/P&gt;&lt;P&gt;it looks.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 16:07:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409153#M61123</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-07-22T16:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409154#M61124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did debug with the telnet interface and the PC seemed to be moving forward correctly. So I found out that the problem was the gdb. I downloaded the source code of the newest version of gdb and compiled it. It seems to be working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 17:35:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409154#M61124</guid>
      <dc:creator>AlanSouza</dc:creator>
      <dc:date>2015-07-29T17:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409155#M61125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alan, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN title="Peux-tu me donner quelques indications sur la facon de charger u-boot avec un BDI3000 (On sabresd): "&gt;Can you give me some guidance on how to load u-boot with BDI3000 (On sabresd):&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="I cross compile u-boot, je suis capable de charger le fichier u-boot.imx avec le binaire &amp;quot;imx_usb&amp;quot; a travers l'interface USB OTG."&gt;I cross compile u-boot, I am able to load the u-boot.imx file with the binary "imx_usb" through the USB OTG interface. &lt;/SPAN&gt;&lt;SPAN title="Je suis également capable de demarrer ma sabresd board en flashant le fichier u-boot.imx sur une carte SD. "&gt;I am also able to start my sabresd board by flashing the u-boot.imx file on an SD card.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="Now i would like do download the u-boot with a BDI3000. "&gt;Now i would like do download the u-boot with a BDI3000.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="I config the debugger with the file posted by Sinan, but i can't load u-boot ELF file : "&gt;I config the debugger with the file posted by Sinan, but i can not load u-boot ELF file:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="(I've opened the u-boot file with a hexa-editor, the ELF header seems to be correct) "&gt;(I've opened the u-boot file with a hex-editor, the ELF header Seems to be ok)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="Yhanks for your help. "&gt;Thanks for your help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="Pv   "&gt;Pv&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- CONFIG: loading configuration passed "&gt;- SETUP: Passed loading configuration&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- CONFIG: loading register definition passed "&gt;- SETUP: loading register definition Passed&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: processing reset request "&gt;- TARGET: processing reset request&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: BDI executes scan chain init string "&gt;- TARGET: BDI executed scan chain init string&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: Bypass check 0x00000001 =&amp;gt; 0x00000004 "&gt;- TARGET: Bypass check 0x00000001 =&amp;gt; 0x00000004&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: JTAG exists check passed "&gt;- TARGET: JTAG exists check Passed&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- Core#0: ID code is 0x4BA00477 "&gt;- Core # 0: ID code is 0x4BA00477&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- Core#0: DP-CSW is 0xF0000000 "&gt;- Core # 0: DP-CSW is 0xF0000000&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- Core#0: DBG-AP at 0x82150000 "&gt;- Core # 0: DBG-AP at 0x82150000&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- Core#0: DIDR is 0x3513702A "&gt;- Core # 0: Didr is 0x3513702A&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: Reset sequence passed "&gt;- TARGET: Reset sequence Passed&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: resetting target passed "&gt;- TARGET: resetting target Passed&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: processing target startup .... "&gt;- TARGET: processing target startup ....&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="- TARGET: processing target startup passed "&gt;- TARGET: processing target startup Passed&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="IMX6#0&amp;gt;load home01/pvillet/mts3000/u-boot ELF "&gt;IMX6 # 0&amp;gt; load home01 / pvillet / mts3000 / u-boot ELF&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="Loading home01/pvillet/mts3000/u-boot , please wait .... "&gt;Loading home01 / pvillet / mts3000 / u-boot, please wait ....&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="# Invalid file format "&gt;# Invalid file format&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN title="IMX6#0&amp;gt;"&gt;IMX6 # 0&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 11:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409155#M61125</guid>
      <dc:creator>philippevillet</dc:creator>
      <dc:date>2015-08-28T11:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409156#M61126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe&lt;/P&gt;&lt;P&gt;BDI checks more than just a single header.&lt;/P&gt;&lt;P&gt;How did you generate that file that you&lt;/P&gt;&lt;P&gt;are trying to load with BDI ?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 02:53:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409156#M61126</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-09-01T02:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409157#M61127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Sinan, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;I just manage to load the ELF file correctly; You're right BDI3000 verifies more than the header, the problem comes from the byte at offset 0x10, the value is 0x03 (file 'u-boot' generated by the command "make mx6dlsabresd_config; make").&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;According to ELF standard, this field is &lt;STRONG&gt;e_type&lt;/STRONG&gt;. 0X03 stand for ‘Shared object file’. By changing this byte to 0x02 ‘Executable’, I’m now able to load the modified file with the BDI3000.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Then changing the PCSR register value, I’m able to execute u-boot with success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Below are BDI3000 telnet traces.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;I’m a newbie in the ARM world, but have a good experience e with u-boot and PowerPC and never met this problem before.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;It’s also the first time I use a tool-chain based on yocto to compile u-boot (generated with ‘bitbake meta-toolchain command’).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Did you met this problem ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Philippe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;config&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BDI Firmware: 1.19&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BDI CPLD ID : 01285043&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="FR" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;BDI CPLD UES: bd080064&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="FR" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BDI MAC&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 00-0c-01-33-55-63&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;BDI IP&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 10.33.17.160&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BDI Subnet&amp;nbsp; : 255.255.252.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BDI Gateway : 10.33.16.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Config IP&amp;nbsp;&amp;nbsp; : 10.33.17.16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Config File : xxxxxx/BDI/sabresd.cfg&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;reset&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: processing reset request&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: BDI executes scan chain init string&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: Bypass check 0x00000001 =&amp;gt; 0x00000004&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: JTAG exists check passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Core#0: ID code is 0x4BA00477&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Core#0: DP-CSW&amp;nbsp; is 0xF0000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Core#0: DBG-AP&amp;nbsp; at 0x82150000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- Core#0: DIDR&amp;nbsp;&amp;nbsp;&amp;nbsp; is 0x3513702A&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: Reset sequence passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: resetting target passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: processing target startup ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- TARGET: processing target startup passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;load xxxxx/u-boot.modif&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Loading xxxxx/u-boot.modif , please wait ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- File offset 0x00008000 to address 0x17800000 size 453025&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Loading program file passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;verify&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Verifying xxxxxxx/u-boot.modif , please wait ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;- File offset 0x00008000 to address 0x17800000 size 453025&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;Verifying target memory passed&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;RM CPSR 0X1D3 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="font-size: 11.0pt; font-family: 'Calibri','sans-serif';"&gt;IMX6#0&amp;gt;go&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:37:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409157#M61127</guid>
      <dc:creator>philippevillet</dc:creator>
      <dc:date>2015-09-01T08:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging iMX6 with JTAG BDI3000</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409158#M61128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe&lt;/P&gt;&lt;P&gt;Thanks for the update. I am not sure type 0x03 is valid&lt;/P&gt;&lt;P&gt;there but I will double check. This is perhaps a linking problem&lt;/P&gt;&lt;P&gt;with that yocto build. I don't think I had this with mainline&lt;/P&gt;&lt;P&gt;u-boot before.&lt;/P&gt;&lt;P&gt;Could you give this a try with the mainline u-boot.&lt;/P&gt;&lt;P&gt;Just clone the mainline u-boot git tree directly and&lt;/P&gt;&lt;P&gt;see if you can load the generated elf file.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sinan Akman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Sep 2015 16:33:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Debugging-iMX6-with-JTAG-BDI3000/m-p/409158#M61128</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2015-09-01T16:33:03Z</dc:date>
    </item>
  </channel>
</rss>

