<?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: run standalone bare-metal application on u-boot on the iMX6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604515#M91067</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'm using toradex Apalis imx6 and I'm having the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you detail your answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where did you found this number ? 0x0000000010000420&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the entry point address? And the load address? And the GO address?&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, 14 Jun 2017 13:50:29 GMT</pubDate>
    <dc:creator>fabianoferronat</dc:creator>
    <dc:date>2017-06-14T13:50:29Z</dc:date>
    <item>
      <title>run standalone bare-metal application on u-boot on the iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604513#M91065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to run a bare-metal application written for an imx6dq based board using iMX6 bare-metal sdk using u-boot.&lt;/P&gt;&lt;P&gt;After compiling the application I put it on SD card and run the following commands from u-boot.&lt;/P&gt;&lt;P&gt;&amp;gt; fatload mmc 1 0x10000000 demo.bin'&lt;/P&gt;&lt;P&gt;&amp;gt; go 0x100006d0&lt;/P&gt;&lt;P&gt;&amp;gt; ## Starting application at 0x100006D0 ...&lt;/P&gt;&lt;P&gt;The result is that everything hangs..&lt;/P&gt;&lt;P&gt;By looking at the .map file the memory configuration is attached in this post.&lt;/P&gt;&lt;P&gt;Instead of booting directly from the standalone app I want to use u-boot to do it because the board comes with u-boot on emmc flash.&lt;/P&gt;&lt;P&gt;As I said before the standalone program is compiled using iMX6 sdk, so it is self-contained and doesn't call any of the u-boot functions. Also by loooking at the elf file the entry point address is 0x100006d0 so if I jump to that address it should work, but it hangs.&lt;/P&gt;&lt;P&gt;I've already looked at the post &lt;A _jive_internal="true" data-containerid="2004" data-containertype="14" data-objectid="313992" data-objecttype="1" href="https://community.nxp.com/thread/313992"&gt;How do I use uboot to run stand alone applications that I compile with ARM DS-5 on the i.MX6 ?&lt;/A&gt;&amp;nbsp; but didn't find anything useful.&lt;/P&gt;&lt;P&gt;Can you help me? What should I do in order to run standalone application compiled with sdk using u-boot?&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-336384"&gt;demo.map.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 11:28:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604513#M91065</guid>
      <dc:creator>andreacolomba</dc:creator>
      <dc:date>2017-02-06T11:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: run standalone bare-metal application on u-boot on the iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604514#M91066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can check Figure 8-21 Image Vector Table i.MX6Q&amp;nbsp; RM&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf" title="http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/IMX6DQRM.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so if in image boot_data&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x0000000010000420, one can load image and try: go 0x10000420.&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>Tue, 07 Feb 2017 00:45:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604514#M91066</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-02-07T00:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: run standalone bare-metal application on u-boot on the iMX6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604515#M91067</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'm using toradex Apalis imx6 and I'm having the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you detail your answer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where did you found this number ? 0x0000000010000420&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which is the entry point address? And the load address? And the GO address?&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, 14 Jun 2017 13:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/run-standalone-bare-metal-application-on-u-boot-on-the-iMX6/m-p/604515#M91067</guid>
      <dc:creator>fabianoferronat</dc:creator>
      <dc:date>2017-06-14T13:50:29Z</dc:date>
    </item>
  </channel>
</rss>

