<?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>PowerQUICC Processors中的主题 Re: How to boot Kernel using NFS and eth1?</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414974#M1107</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Hello Yiping Wang&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;1) I have booted the Linux System from flash, using eth0 in the kernel command line and checked that eth1 do NOT works in Linux (using pings)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;2) In the U-Boot command line eth1 works fine using ping&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;3) Attached you will find the Kernel configuration file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif'; color: black; font-size: 12pt;"&gt;Leopoldo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jul 2015 16:04:31 GMT</pubDate>
    <dc:creator>leopoldogomez</dc:creator>
    <dc:date>2015-07-02T16:04:31Z</dc:date>
    <item>
      <title>How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414972#M1105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;We are using LTIB for a custom MPC8306 board that supports two eth ports (eth0 and eth1). We only can use eth1&lt;/P&gt;&lt;P&gt;Kernel NFS boot works properly using eth0.&lt;/P&gt;&lt;P&gt;U-Boot works properly using eth0 and eth1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For changing from eth0 to eth1 what we have done has been the following:&lt;/P&gt;&lt;P&gt;1. We have defined two different networks, one for eth0 and the other one for eth1&lt;/P&gt;&lt;P&gt;2. We have changed the parameter netdev = eth1 for the kernel command line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The console mensages are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IP-Config: Complete:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device=eth1, addr=10.10.10.100, mask=255.255.0.0, gw=255.255.255.255,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; host=mpc8306etp, domain=, nis-domain=(none),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bootserver=10.10.10.30, rootserver=10.10.10.30, rootpath=&lt;/P&gt;&lt;P&gt;Looking up port of RPC 100003/2 on 10.10.10.30&lt;/P&gt;&lt;P&gt;PHY: &lt;A href="mailto:mdio@e0102120:03"&gt;mdio@e0102120:03&lt;/A&gt; - Link is Up - 100/Full&lt;/P&gt;&lt;P&gt;rpcbind: server 10.10.10.30 not responding, timed out&lt;/P&gt;&lt;P&gt;Root-NFS: Unable to get nfsd port number from server, using default&lt;/P&gt;&lt;P&gt;Looking up port of RPC 100005/1 on 10.10.10.30&lt;/P&gt;&lt;P&gt;NETDEV WATCHDOG: eth1 (ucc_geth): transmit queue 0 timed out&lt;/P&gt;&lt;P&gt;------------[ cut here ]------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 07:53:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414972#M1105</guid>
      <dc:creator>leopoldogomez</dc:creator>
      <dc:date>2015-06-19T07:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414973#M1106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Leopoldo Gomez,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;You could use both eth0 and eth1 in u-boot, so there should be no hardware problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;First please check NFS configuration on the server side, please check whether /etc/exports is configured correctly, for example "/nfsroot&amp;nbsp; 10.192.208.18(rw,no_root_squash,async)", whether the IP is valid, it's better use "/nfsroot&amp;nbsp; *(rw,no_root_squash,async)", if edit this file, you need to restart NFS daemon. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;On the target, please check the bootargs, please refer to the following.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;=&amp;gt; setenv bootcmd 'setenv bootargs root=/dev/nfs rw nfsroot=&amp;lt;tftp_serverip&amp;gt;:&amp;lt;nfs_root_path&amp;gt; ip=&amp;lt;board_ipaddress&amp;gt;:&amp;lt;tftp_serverip&amp;gt;:&amp;lt;your_gatewayip&amp;gt;:&amp;lt;your_netmask&amp;gt;:&amp;lt;boardname&amp;gt;:eth1:off console=ttyS0,115200;tftp 1000000 $bootfile;tftp c00000 $fdtfile;bootm 1000000 - c00000'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;If you problem remains, please boot up Linux System, and check whether eth1 can work in Linux.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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, 23 Jun 2015 10:38:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414973#M1106</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-06-23T10:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414974#M1107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Hello Yiping Wang&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;1) I have booted the Linux System from flash, using eth0 in the kernel command line and checked that eth1 do NOT works in Linux (using pings)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;2) In the U-Boot command line eth1 works fine using ping&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top: auto; margin-bottom: auto;"&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;3) Attached you will find the Kernel configuration file&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-family: 'Times New Roman','serif'; color: black; font-size: 12pt;"&gt;Leopoldo&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 16:04:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414974#M1107</guid>
      <dc:creator>leopoldogomez</dc:creator>
      <dc:date>2015-07-02T16:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414975#M1108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Leopoldo,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please make sure that you have customized the dts file correctly, pay attention to "enet1: ethernet@3000" definition, just now I checked mpc8306som.dts file, eth1 Ethernet port is defined as phy-less port, you need to specify the correct phy-handle to it, please refer to eth0 definition. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enet1: ethernet@3000 {&lt;/P&gt;&lt;P&gt;333&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; device_type = "network";&lt;/P&gt;&lt;P&gt;334&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; compatible = "ucc_geth";&lt;/P&gt;&lt;P&gt;335&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cell-index = &amp;lt;2&amp;gt;;&lt;/P&gt;&lt;P&gt;336&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; reg = &amp;lt;0x3000 0x200&amp;gt;;&lt;/P&gt;&lt;P&gt;337&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interrupts = &amp;lt;33&amp;gt;;&lt;/P&gt;&lt;P&gt;338&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; interrupt-parent = &amp;lt;&amp;amp;qeic&amp;gt;;&lt;/P&gt;&lt;P&gt;339&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; local-mac-address = [ 00 00 00 00 00 00 ];&lt;/P&gt;&lt;P&gt;340&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rx-clock-name = "none";&lt;/P&gt;&lt;P&gt;341&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tx-clock-name = "none";&lt;/P&gt;&lt;P&gt;342&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;fixed-link&lt;/STRONG&gt; = &amp;lt;1 1 100 0 0&amp;gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp; #PHY-LESS&lt;/P&gt;&lt;P&gt;343&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you problem remains, you could send your dts file and Kernel boot log to me, I will do more investigation for you.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 03 Jul 2015 12:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414975#M1108</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-07-03T12:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414976#M1109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem remains. Eth1 does not work in Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached&amp;nbsp; you will find the linux boot file, the kernel configuration file and the dts file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leopoldo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 11:54:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414976#M1109</guid>
      <dc:creator>leopoldogomez</dc:creator>
      <dc:date>2015-07-08T11:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414977#M1110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Leopoldo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I reviewed your dts file and found a problem, the interrupts number for enet1 should be 34.&lt;/P&gt;&lt;P&gt;ucc@2200 interrupt number is 34.&lt;/P&gt;&lt;P&gt;ucc@3000 interrupt number is 33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refine your dts file and verify whether eth1 can work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Thu, 09 Jul 2015 04:06:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414977#M1110</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-07-09T04:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to boot Kernel using NFS and eth1?</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414978#M1111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following your advice, we refined the dts file. The problem was that UCC2 is &lt;A href="mailto:ucc@3000"&gt;ucc@3000&lt;/A&gt; not &lt;A href="mailto:ucc@2200"&gt;ucc@2200&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now both eth0 and eth1 are working fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Leopoldo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2015 10:30:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/How-to-boot-Kernel-using-NFS-and-eth1/m-p/414978#M1111</guid>
      <dc:creator>leopoldogomez</dc:creator>
      <dc:date>2015-07-13T10:30:15Z</dc:date>
    </item>
  </channel>
</rss>

