<?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: eth1 can not work when eth0 is down</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/eth1-can-not-work-when-eth0-is-down/m-p/603941#M90914</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have tested on the i.MX6UL evk board, didn't find any issue. &lt;/P&gt;&lt;P&gt;Please check the below test result.&lt;/P&gt;&lt;P&gt;You'd better to check the hardware to confirm the phy address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13033i783CDA49E8C30619/image-size/large?v=v2&amp;amp;px=999" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2017 02:16:30 GMT</pubDate>
    <dc:creator>BiyongSUN</dc:creator>
    <dc:date>2017-02-06T02:16:30Z</dc:date>
    <item>
      <title>eth1 can not work when eth0 is down</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eth1-can-not-work-when-eth0-is-down/m-p/603940#M90913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have found that some issues in the imx6ul &lt;SPAN style="color: #333333; background-color: #ffffff; font-size: 13px;"&gt; platform&lt;/SPAN&gt;，please see below：&lt;/P&gt;&lt;P&gt;1. ifconfig&amp;nbsp;eth0 192.168.1.164 up &amp;nbsp;&amp;lt;ok&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ifconfig eth1 192.168.1.149 up &amp;nbsp;&amp;lt;ok&amp;gt;&lt;/P&gt;&lt;P&gt;2. Plug into eth0，ping 192.168.1.1 &amp;lt;ok&amp;gt;&lt;/P&gt;&lt;P&gt;3. Plug into eth1，ping 192.168.1.1 &amp;lt;ok&amp;gt;&lt;/P&gt;&lt;P&gt;4. &lt;SPAN&gt; Plug into eth1，if&lt;/SPAN&gt;&amp;nbsp;I exec the cmd “ifconfig eth0 down”，it will prompt “fec 2188000.ethnet eth1: Link is Down”，and&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; ping 192.168.1.1 is failed&lt;/P&gt;&lt;P&gt;The following is my dts config:&lt;/P&gt;&lt;P&gt;&amp;amp;fec1 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pinctrl-name = “default”;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_enet1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; phy-mode = "rmii";&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; phy-handle = &amp;lt;&amp;amp;ethphy0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;fec2 {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pinctrl-name = “default”;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_enet2&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; phy-mode = "rmii";&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; phy-handle = &amp;lt;&amp;amp;ethphy1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; status = "okay";&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; mdio {&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #address-cells = &amp;lt;1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; #size-cells = &amp;lt;0&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ethphy0: &lt;A href="mailto:ethernet-phy@1"&gt;ethernet-phy@1&lt;/A&gt;&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compatible = "ethernet-phy-ieee802.3-c22";&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;1&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ethphy1: &lt;A href="mailto:ethernet-phy@1" style="color: #2989c5;"&gt;ethernet-phy@&lt;/A&gt;5&amp;nbsp;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; compatible = "ethernet-phy-ieee802.3-c22";&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; reg = &amp;lt;5&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; }&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope for your support, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 Feb 2017 10:13:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eth1-can-not-work-when-eth0-is-down/m-p/603940#M90913</guid>
      <dc:creator>zhipengxie</dc:creator>
      <dc:date>2017-02-05T10:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: eth1 can not work when eth0 is down</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/eth1-can-not-work-when-eth0-is-down/m-p/603941#M90914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have tested on the i.MX6UL evk board, didn't find any issue. &lt;/P&gt;&lt;P&gt;Please check the below test result.&lt;/P&gt;&lt;P&gt;You'd better to check the hardware to confirm the phy address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/13033i783CDA49E8C30619/image-size/large?v=v2&amp;amp;px=999" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 02:16:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/eth1-can-not-work-when-eth0-is-down/m-p/603941#M90914</guid>
      <dc:creator>BiyongSUN</dc:creator>
      <dc:date>2017-02-06T02:16:30Z</dc:date>
    </item>
  </channel>
</rss>

