<?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: How to boot linux image once and for all in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995639#M5197</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another question is :when I boot t4240,I already have a uImage-t4240qds.dtb,do I need another .dtb file during cross-compile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2019 06:08:14 GMT</pubDate>
    <dc:creator>735382270</dc:creator>
    <dc:date>2019-11-18T06:08:14Z</dc:date>
    <item>
      <title>How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995636#M5194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I finish boot up the system,and e&lt;SPAN style="font-size: 12.0pt;"&gt;xecute the following commands to TFTP the images to the board, then boot into Linux.&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="background: yellow;"&gt;=&amp;gt;tftp 1000000 &amp;lt;uImage_name&amp;gt;&amp;nbsp; //uImage-t4240qds.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt;tftp 5000000 fsl-image-core-&amp;lt;platform&amp;gt;.ext2.gz.u-boot&amp;nbsp; //fsl-image-minimal-t4240qds.ext2.gz.u-boot&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt;tftp 2000000 &amp;lt;platform_dtb_name&amp;gt;&amp;nbsp;&amp;nbsp; //uImage-t4240qds.dtb&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; "&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; =&amp;gt;bootm 1000000 5000000 2000000&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; "&gt;but every time I restart the system,I must repeat the steps above,is there anyway I can done this once and for all?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 00:37:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995636#M5194</guid>
      <dc:creator>735382270</dc:creator>
      <dc:date>2019-11-04T00:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995637#M5195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&amp;gt; setenv bootcmd "setenv bootargs root=/dev/ram rw console=ttyS0,115200;tftp 1000000 uImage-t4240qds.bin;tftp 5000000 fsl-image-minimal-t4240qds.ext2.gz.u-boot;tftp 2000000 uImage-t4240qds.dtb;bootm 1000000 5000000 2000000"&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;=&amp;gt;saveenv&lt;/P&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;P&gt;=&amp;gt;boot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2019 08:52:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995637#M5195</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-04T08:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995638#M5196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.After I log in the system using "root",I need to install python-2.7.9.tgz and a .zip file,can I tranfer those file through tftp and install them directly?&lt;/P&gt;&lt;P&gt;2.Is there any example of PPC cross-compiled that can be recommended to me,thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2019 00:52:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995638#M5196</guid>
      <dc:creator>735382270</dc:creator>
      <dc:date>2019-11-18T00:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995639#M5197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another question is :when I boot t4240,I already have a uImage-t4240qds.dtb,do I need another .dtb file during cross-compile?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2019 06:08:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995639#M5197</guid>
      <dc:creator>735382270</dc:creator>
      <dc:date>2019-11-18T06:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995640#M5198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use pre-built uImage-t4240qds.dtb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2019 09:24:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995640#M5198</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-20T09:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995641#M5199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean if I use pre-built there is no need for another .dtb file during cross-compile?&lt;/P&gt;&lt;P&gt;Could you please tell me in which step do I need pre-built and what commond can I use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 01:07:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995641#M5199</guid>
      <dc:creator>735382270</dc:creator>
      <dc:date>2019-11-22T01:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot linux image once and for all</title>
      <link>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995642#M5200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need another .dtb file during cross-compile.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2019 09:39:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/How-to-boot-linux-image-once-and-for-all/m-p/995642#M5200</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2019-11-22T09:39:48Z</dc:date>
    </item>
  </channel>
</rss>

