<?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: boot linux manually on IMX6 - SL</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/boot-linux-manually-on-IMX6-SL/m-p/534647#M84913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norrathep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i.MX6-SL software one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://boundarydevices.com/blog/" title="https://boundarydevices.com/blog/"&gt;https://boundarydevices.com/blog/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;every linux version is linked to own uboot version and&lt;/P&gt;&lt;P&gt;strictly speaking may not work with other versions of linux.&lt;/P&gt;&lt;P&gt;Also it may be suggested to post on uboot mail list to know about&lt;/P&gt;&lt;P&gt;linux booting details&lt;/P&gt;&lt;P&gt;&lt;A href="http://lists.denx.de/mailman/listinfo/u-boot" title="http://lists.denx.de/mailman/listinfo/u-boot"&gt;U-Boot Info Page&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&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>Tue, 26 Jul 2016 05:45:05 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-07-26T05:45:05Z</dc:date>
    <item>
      <title>boot linux manually on IMX6 - SL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-linux-manually-on-IMX6-SL/m-p/534646#M84912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;so I've been messing around u-boot and its environments to run a custom OS.&lt;/P&gt;&lt;P&gt;Now, I want to run the default linux on Sabre Lite but I saw that bootcmd along with other env are overwritten.&lt;/P&gt;&lt;P&gt;so the board doesnt boot into linux automatically anymore.&lt;/P&gt;&lt;P&gt;How do I boot linux (uImage) manually on uboot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what I did and didnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; fatls mmc 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //the following are the default files that come with micro sd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1465&amp;nbsp;&amp;nbsp; 6x_upgrade&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49901&amp;nbsp;&amp;nbsp; imx6q-nitrogen6_max.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 45086&amp;nbsp;&amp;nbsp; imx6dl-nit6xlite.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5547&amp;nbsp;&amp;nbsp; 6x_bootscript&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49935&amp;nbsp;&amp;nbsp; imx6dl-nitrogen6x.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4533456&amp;nbsp;&amp;nbsp; uimage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50616&amp;nbsp;&amp;nbsp; imx6q-nitrogen6x.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49216&amp;nbsp;&amp;nbsp; imx6dl-nitrogen6_max.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 49581&amp;nbsp;&amp;nbsp; imx6q-sabrelite.dtb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5475&amp;nbsp;&amp;nbsp; 6x_bootscript.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 197512&amp;nbsp;&amp;nbsp; u-boot.bin&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; fatload mmc 1 10800000 uimage&lt;/P&gt;&lt;P&gt;reading uimage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4533456 bytes read&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; bootm 10800000&lt;/P&gt;&lt;P&gt;Wrong Image Format for bootm command&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also try with :&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; fatload mmc 1 10800000 uimage&lt;/P&gt;&lt;P&gt;reading uimage&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4533456 bytes read&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; fatload mmc 1 12800000 imx6q-sabrelite.dtb&lt;/P&gt;&lt;P&gt;reading imx6q-sabrelite.dtb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;49581 bytes read&lt;/P&gt;&lt;P&gt;ERTOS MX6Q SABRELITE U-Boot &amp;gt; bootm 10800000 - 12800000&lt;/P&gt;&lt;P&gt;Wrong Image Format for bootm command&lt;/P&gt;&lt;P&gt;ERROR: can't get kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 03:21:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-linux-manually-on-IMX6-SL/m-p/534646#M84912</guid>
      <dc:creator>norratheprattan</dc:creator>
      <dc:date>2016-07-26T03:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: boot linux manually on IMX6 - SL</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/boot-linux-manually-on-IMX6-SL/m-p/534647#M84913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Norrathep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for i.MX6-SL software one can look at&lt;/P&gt;&lt;P&gt;&lt;A href="https://boundarydevices.com/blog/" title="https://boundarydevices.com/blog/"&gt;https://boundarydevices.com/blog/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;every linux version is linked to own uboot version and&lt;/P&gt;&lt;P&gt;strictly speaking may not work with other versions of linux.&lt;/P&gt;&lt;P&gt;Also it may be suggested to post on uboot mail list to know about&lt;/P&gt;&lt;P&gt;linux booting details&lt;/P&gt;&lt;P&gt;&lt;A href="http://lists.denx.de/mailman/listinfo/u-boot" title="http://lists.denx.de/mailman/listinfo/u-boot"&gt;U-Boot Info Page&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&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>Tue, 26 Jul 2016 05:45:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/boot-linux-manually-on-IMX6-SL/m-p/534647#M84913</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-07-26T05:45:05Z</dc:date>
    </item>
  </channel>
</rss>

