<?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: Re: Problem in load u-boot through JTAG</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325728#M43733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chipexpert, thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use the initialization script before, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and it's modified from u-boot configuration. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to load the elf format u-boot in gdb and it always failed with errors:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;(gdb) load u-boot&lt;/P&gt;
&lt;P&gt;Loading section .text, size 0x3a008 lma 0x17800000&lt;/P&gt;
&lt;P&gt;Load failed&lt;/P&gt;


&lt;/BLOCKQUOTE&gt;&lt;P&gt;while openocd prompted with similar error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Error: JTAG-DP STICKY ERROR&lt;/P&gt;
&lt;P&gt;Error: MEM_AP_CSW 0x428000d0, MEM_AP_TAR 0x96027e0a&lt;/P&gt;
&lt;P&gt;Error: Failed to read memory at 0x96027e0a&lt;/P&gt;


&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems to be the same problem. Besides, I tried to load some other files to ram, always same error.&lt;/P&gt;&lt;P&gt;Is this error a hardware problem or something else? Or is there any specific preparation required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2014 20:45:01 GMT</pubDate>
    <dc:creator>hwei</dc:creator>
    <dc:date>2014-06-30T20:45:01Z</dc:date>
    <item>
      <title>Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325726#M43731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, how can I burn u-boot into a imx.6q board by a JTAG connector?&lt;/P&gt;&lt;P&gt;I have a Boundarydevices Sabrelite board, I have to burn u-boot.bin into it's eprom by openocd and a JTAG connector.&lt;/P&gt;&lt;P&gt;First, I tried to use command like flash, nand, program. but no flash could be found.&lt;/P&gt;&lt;P&gt;Then I tried to use load_image to load u-boot.bin into ram, it always fail with errors:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;&amp;gt; init&lt;/P&gt;
&lt;P&gt;&amp;gt; halt&lt;/P&gt;
&lt;P&gt;&amp;gt; poll&lt;/P&gt;
&lt;P&gt;background polling: on&lt;/P&gt;
&lt;P&gt;TAP: imx6.dap (enabled)&lt;/P&gt;
&lt;P&gt;target state: halted&lt;/P&gt;
&lt;P&gt;target halted in Thumb state due to debug-request, current mode: Supervisor&lt;/P&gt;
&lt;P&gt;cpsr: 0x600001f3 pc: 0x00000fc4&lt;/P&gt;
&lt;P&gt;MMU: disabled, D-Cache: disabled, I-Cache: enabled&lt;/P&gt;
&lt;P&gt;&amp;gt; load_image u-boot.bin&lt;/P&gt;
&lt;P&gt;JTAG-DP STICKY ERROR&lt;/P&gt;
&lt;P&gt;MEM_AP_CSW 0x2800062, MEM_AP_TAR 0x0&lt;/P&gt;
&lt;P&gt;Failed to write memory at 0x00000000&lt;/P&gt;
&lt;P&gt;in procedure 'load_image'&lt;/P&gt;




&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help me with this? Or is there another way to burn u-boot by JTAG?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 16:21:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325726#M43731</guid>
      <dc:creator>hwei</dc:creator>
      <dc:date>2014-06-27T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325727#M43732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest to look at SDK (shows how to load and run small tests with&lt;/P&gt;&lt;P&gt;jtag) and create similar jtag initialization script for custom board.&lt;/P&gt;&lt;P&gt;Also I believe one needs to load elf file (u-boot), not bin (u-boot.bin).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;nodeId=018rH3ZrDRB24A&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;i.MX 6Series Platform SDK&lt;/A&gt; &lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : Bare-metal SDK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One needs to be careful not to initialize modules twice (in jtag init script and Uboot).&lt;/P&gt;&lt;P&gt;It may be helpful to look at i.MX25 jtag initialization of Uboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.denx-cs.de/sites/all/files/U-Boot_install_TX25.txt" title="http://www.denx-cs.de/sites/all/files/U-Boot_install_TX25.txt"&gt;http://www.denx-cs.de/sites/all/files/U-Boot_install_TX25.txt&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;chip&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 06:09:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325727#M43732</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-06-30T06:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325728#M43733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chipexpert, thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to use the initialization script before, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and it's modified from u-boot configuration. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried to load the elf format u-boot in gdb and it always failed with errors:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;(gdb) load u-boot&lt;/P&gt;
&lt;P&gt;Loading section .text, size 0x3a008 lma 0x17800000&lt;/P&gt;
&lt;P&gt;Load failed&lt;/P&gt;


&lt;/BLOCKQUOTE&gt;&lt;P&gt;while openocd prompted with similar error:&lt;/P&gt;&lt;BLOCKQUOTE&gt;
&lt;P&gt;Error: JTAG-DP STICKY ERROR&lt;/P&gt;
&lt;P&gt;Error: MEM_AP_CSW 0x428000d0, MEM_AP_TAR 0x96027e0a&lt;/P&gt;
&lt;P&gt;Error: Failed to read memory at 0x96027e0a&lt;/P&gt;


&lt;/BLOCKQUOTE&gt;&lt;P&gt;It seems to be the same problem. Besides, I tried to load some other files to ram, always same error.&lt;/P&gt;&lt;P&gt;Is this error a hardware problem or something else? Or is there any specific preparation required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2014 20:45:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325728#M43733</guid>
      <dc:creator>hwei</dc:creator>
      <dc:date>2014-06-30T20:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325729#M43734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try SDK examples, read Readme.pdf&lt;/P&gt;&lt;P&gt;how to run tests&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=i.MX6Q&amp;amp;nodeId=018rH3ZrDRB24A&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #6a737b;"&gt;i.MX 6Series Platform SDK&lt;/A&gt; &lt;A href="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;" /&gt;&lt;/A&gt; : Bare-metal SDK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;Best regards&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 04:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325729#M43734</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-07-01T04:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325730#M43735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chipexpert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to burn u-boot directly into the spi-flash of an imx6 board through JTAG? Or it can only be accomplished in u-boot through serial port? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 16:54:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325730#M43735</guid>
      <dc:creator>hwei</dc:creator>
      <dc:date>2014-07-03T16:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325731#M43736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi H&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no easy/ready way, but one can &lt;/P&gt;&lt;P&gt;write some custom scipt, based on (for example) SDK ecspi example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;Best regards&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: inherit;"&gt;chip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2014 23:43:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325731#M43736</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-07-03T23:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325732#M43737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have exactly the same need.&amp;nbsp; Did this ever get resolved?&amp;nbsp; I cannot find a download for the SDK mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2016 20:09:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325732#M43737</guid>
      <dc:creator>Zozobra</dc:creator>
      <dc:date>2016-03-18T20:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325733#M43738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it got resolved.&amp;nbsp; I had to ask my Freescale App person and she got me a copy of the SDK.&amp;nbsp; It is no longer supported (but they should have kept it for download). &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325733#M43738</guid>
      <dc:creator>Zozobra</dc:creator>
      <dc:date>2016-07-12T14:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325734#M43739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to setup the DDR manually and correctly before load the u-boot.&lt;/P&gt;&lt;P&gt;Or as above mentioned by developing a bare-metal program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:33:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325734#M43739</guid>
      <dc:creator>hwei</dc:creator>
      <dc:date>2016-07-12T15:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in load u-boot through JTAG</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325735#M43740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/Zozobra"&gt;Zozobra&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Have you managed to run a sdk app and upload by JTAG?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 09:58:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Problem-in-load-u-boot-through-JTAG/m-p/325735#M43740</guid>
      <dc:creator>julianmp</dc:creator>
      <dc:date>2017-11-09T09:58:58Z</dc:date>
    </item>
  </channel>
</rss>

