<?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のトピックRunning the Linux image from NFS</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817910#M126019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,I am using the&amp;nbsp;i.MX 8M QUAD EVK.I want to&amp;nbsp;run the Linux image from NFS.I operate in accordance with 4.7.5 of the&amp;nbsp;i.MX_Linux_User's_Guide.pdf.The following is my parameter setting:&lt;/P&gt;&lt;P&gt;setenv ipaddr 192.168.0.100 &amp;amp;&amp;amp; setenv serverip 192.168.0.102 &amp;amp;&amp;amp; setenv image Image &amp;amp;&amp;amp; setenv fdt_file fsl-imx8mq-evk.dtb &amp;amp;&amp;amp; setenv bootcmd_net 'run rootfsinfo; dhcp ${image}; dhcp ${fdt_addr}${fdt_file}; booti ${loadaddr} - ${fdt_addr}' &amp;amp;&amp;amp; setenv bootcmd 'run bootcmd_net'.&lt;/P&gt;&lt;P&gt;But here's the problem:&lt;/P&gt;&lt;P&gt;BOOTP broadcast 1&lt;/P&gt;&lt;P&gt;DHCP client bound to address 192.168.0.100 (3 ms)&lt;/P&gt;&lt;P&gt;Using ethernet@30be0000 device&lt;/P&gt;&lt;P&gt;TFTP from server 192.168.0.102; our IP address is 192.168.0.100&lt;/P&gt;&lt;P&gt;Filename 'Image'.Load address: 0x40480000&lt;/P&gt;&lt;P&gt;Loading: #################################################################&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#######################&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;2.3 MiB/s&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 20464128 (1384200 hex)&lt;/P&gt;&lt;P&gt;BOOTP broadcast 1&lt;/P&gt;&lt;P&gt;DHCP client bound to address 192.168.0.100 (3 ms)&lt;/P&gt;&lt;P&gt;Using ethernet@30be0000 device&lt;/P&gt;&lt;P&gt;TFTP from server 192.168.0.102; our IP address is 192.168.0.100&lt;/P&gt;&lt;P&gt;Filename 'fsl-imx8mq-evk.dtb'.&lt;/P&gt;&lt;P&gt;Load address: 0x40480000&lt;/P&gt;&lt;P&gt;Loading: ###&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.4 MiB/s&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 42199 (a4d7 hex)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bad Linux ARM64 Image magic!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f9fbfc; color: #5f6266; font-weight: normal; font-size: 13px;"&gt;It's not just my own compiled kernel and device tree that doesn't work. The same problems can occur with the kernel and device tree in the&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;L4.9.51_8mq-ga_mfg-tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2018 02:43:53 GMT</pubDate>
    <dc:creator>machengyuan</dc:creator>
    <dc:date>2018-06-26T02:43:53Z</dc:date>
    <item>
      <title>Running the Linux image from NFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817910#M126019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,I am using the&amp;nbsp;i.MX 8M QUAD EVK.I want to&amp;nbsp;run the Linux image from NFS.I operate in accordance with 4.7.5 of the&amp;nbsp;i.MX_Linux_User's_Guide.pdf.The following is my parameter setting:&lt;/P&gt;&lt;P&gt;setenv ipaddr 192.168.0.100 &amp;amp;&amp;amp; setenv serverip 192.168.0.102 &amp;amp;&amp;amp; setenv image Image &amp;amp;&amp;amp; setenv fdt_file fsl-imx8mq-evk.dtb &amp;amp;&amp;amp; setenv bootcmd_net 'run rootfsinfo; dhcp ${image}; dhcp ${fdt_addr}${fdt_file}; booti ${loadaddr} - ${fdt_addr}' &amp;amp;&amp;amp; setenv bootcmd 'run bootcmd_net'.&lt;/P&gt;&lt;P&gt;But here's the problem:&lt;/P&gt;&lt;P&gt;BOOTP broadcast 1&lt;/P&gt;&lt;P&gt;DHCP client bound to address 192.168.0.100 (3 ms)&lt;/P&gt;&lt;P&gt;Using ethernet@30be0000 device&lt;/P&gt;&lt;P&gt;TFTP from server 192.168.0.102; our IP address is 192.168.0.100&lt;/P&gt;&lt;P&gt;Filename 'Image'.Load address: 0x40480000&lt;/P&gt;&lt;P&gt;Loading: #################################################################&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;#######################&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;2.3 MiB/s&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 20464128 (1384200 hex)&lt;/P&gt;&lt;P&gt;BOOTP broadcast 1&lt;/P&gt;&lt;P&gt;DHCP client bound to address 192.168.0.100 (3 ms)&lt;/P&gt;&lt;P&gt;Using ethernet@30be0000 device&lt;/P&gt;&lt;P&gt;TFTP from server 192.168.0.102; our IP address is 192.168.0.100&lt;/P&gt;&lt;P&gt;Filename 'fsl-imx8mq-evk.dtb'.&lt;/P&gt;&lt;P&gt;Load address: 0x40480000&lt;/P&gt;&lt;P&gt;Loading: ###&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1.4 MiB/s&lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;Bytes transferred = 42199 (a4d7 hex)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bad Linux ARM64 Image magic!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #f9fbfc; color: #5f6266; font-weight: normal; font-size: 13px;"&gt;It's not just my own compiled kernel and device tree that doesn't work. The same problems can occur with the kernel and device tree in the&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="padding: 0px;"&gt;L4.9.51_8mq-ga_mfg-tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 02:43:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817910#M126019</guid>
      <dc:creator>machengyuan</dc:creator>
      <dc:date>2018-06-26T02:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Running the Linux image from NFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817911#M126020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wich kernel version are you using?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2018 13:25:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817911#M126020</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2018-06-26T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Running the Linux image from NFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817912#M126021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;4.9.51&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 00:28:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817912#M126021</guid>
      <dc:creator>machengyuan</dc:creator>
      <dc:date>2018-06-27T00:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Running the Linux image from NFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817913#M126022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have same problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;image:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Image--4.9.88-r0-imx8mqevk-20180817022628.bin&lt;/P&gt;&lt;P&gt;dtb:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Image--4.9.88-r0-fsl-imx8mq-evk-20180817022628.dtb&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1b (Aug 17 2018 - 11:28:07 +0800)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX8MQ rev2.0 1500 MHz (running at 1000 MHz)&lt;BR /&gt;CPU: Commercial temperature grade (0C to 95C) at 43C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Model: Freescale i.MX8MQ EVK&lt;BR /&gt;DRAM: 3 GiB&lt;BR /&gt;TCPC: Vendor ID [0x1fc9], Product ID [0x5110]&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;No panel detected: default to HDMI&lt;BR /&gt;Display: HDMI (1280x720)&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;/P&gt;&lt;P&gt;BuildInfo:&lt;BR /&gt; - ATF 6a83ae0&lt;BR /&gt; - U-Boot 2017.03-imx_v2017.03_4.9.88_2.0.0_ga+gb76bb1b&lt;/P&gt;&lt;P&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0(part 0) is current device&lt;BR /&gt;Net: eth0: ethernet@30be0000&lt;BR /&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0 &lt;BR /&gt;BOOTP broadcast 1&lt;BR /&gt;DHCP client bound to address 192.168.80.52 (23 ms)&lt;BR /&gt;Using ethernet@30be0000 device&lt;BR /&gt;TFTP from server 192.168.80.64; our IP address is 192.168.80.52&lt;BR /&gt;Filename 'Image'.&lt;BR /&gt;Load address: 0x40480000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; #################################################################&lt;BR /&gt; ####################&lt;BR /&gt; 846.7 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 20398592 (1374200 hex)&lt;BR /&gt;BOOTP broadcast 1&lt;BR /&gt;DHCP client bound to address 192.168.80.52 (6 ms)&lt;BR /&gt;Using ethernet@30be0000 device&lt;BR /&gt;TFTP from server 192.168.80.64; our IP address is 192.168.80.52&lt;BR /&gt;Filename 'test.dtb'.&lt;BR /&gt;Load address: 0x43000000&lt;BR /&gt;Loading: #########&lt;BR /&gt; 978.5 KiB/s&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 42111 (a47f hex)&lt;BR /&gt;&lt;STRONG&gt;Bad Linux ARM64 Image magic!&lt;/STRONG&gt;&lt;BR /&gt;u-boot=&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 05:19:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817913#M126022</guid>
      <dc:creator>kingplayer</dc:creator>
      <dc:date>2018-08-22T05:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Running the Linux image from NFS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817914#M126023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How are you setting the environment variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Furthermore, I recommend you to use the u-boot script run netboot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script will initialize the network booting. Probably you will need more environment variable, how the the gatewayip and the nfsroot variable. But only setting those extra variables the boot will work if you setted in the correct way the NFS and TFTP servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Diego.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Aug 2018 19:24:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Running-the-Linux-image-from-NFS/m-p/817914#M126023</guid>
      <dc:creator>diegoadrian</dc:creator>
      <dc:date>2018-08-24T19:24:43Z</dc:date>
    </item>
  </channel>
</rss>

