<?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: mx6 ethernet ping fail</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424137#M64116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have included this setting to kernel, it seems the mac have send data to phy but phy didn't send date out.&lt;/P&gt;&lt;P&gt;root@freescale ~$ ping 192.168.2.1&lt;/P&gt;&lt;P&gt;PING 192.168.2.1 (192.168.2.1): 56 data bytes&lt;/P&gt;&lt;P&gt;It stoped here until I type ctrl+C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- 192.168.2.1 ping statistics ---&lt;/P&gt;&lt;P&gt;279 packets transmitted, 0 packets received, 100% packet loss&lt;/P&gt;&lt;P&gt;root@freescale ~$ ifconfig &lt;/P&gt;&lt;P&gt;eth0      Link encap:Ethernet  HWaddr 1E:ED:19:27:1A:B3  &lt;/P&gt;&lt;P&gt;          inet addr:192.168.2.66  Bcast:192.168.2.255  Mask:255.255.255.0&lt;/P&gt;&lt;P&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;/P&gt;&lt;P&gt;          RX packets:464 errors:0 dropped:0 overruns:0 frame:0&lt;/P&gt;&lt;P&gt;          TX packets:285 errors:0 dropped:0 overruns:0 carrier:0&lt;/P&gt;&lt;P&gt;          collisions:0 txqueuelen:1000 &lt;/P&gt;&lt;P&gt;          RX bytes:35444 (34.6 KiB)  TX bytes:27594 (26.9 KiB)&lt;/P&gt;&lt;P&gt; It tell me ethernet have sent and received packets but I can't catch any packets on out LAN.&lt;/P&gt;&lt;P&gt;From: Alejandro Lozano Lozano&lt;/P&gt;&lt;P&gt;Date: 2015-04-23 07:43&lt;/P&gt;&lt;P&gt;To: Xiaoqiang Yang&lt;/P&gt;&lt;P&gt;Subject: Re:  - mx6 ethernet ping fail&lt;/P&gt;&lt;P&gt;mx6 ethernet ping fail &lt;/P&gt;&lt;P&gt;reply from Alejandro Lozano Lozano in i.MX Community - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Have you tried to set this?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;#define CONFIG_PHY_REALTEK&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;On my side I lack of that transciever but it is worth trying.&lt;/P&gt;&lt;P&gt;Please keep us informed.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;P&gt;Did your question get answered? &lt;/P&gt;&lt;P&gt;If so, say thanks by clicking Correct Answer in the community thread! &lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on Freescale Community &lt;/P&gt;&lt;P&gt;Start a new discussion in i.MX Community by email or at Freescale Community &lt;/P&gt;&lt;P&gt;Following mx6 ethernet ping fail in these streams: Inbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Apr 2015 02:08:58 GMT</pubDate>
    <dc:creator>xiaoqiangyang</dc:creator>
    <dc:date>2015-04-23T02:08:58Z</dc:date>
    <item>
      <title>mx6 ethernet ping fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424135#M64114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We designed a new mx6q board based on i.MX6Q-SDP. We replaced the PHY chip AR8031 with RTL8211F.&lt;/P&gt;&lt;P&gt;Our IOMUX is the same as the reference board :&lt;/P&gt;&lt;P&gt; MX6Q_PAD_ENET_MDIO__ENET_MDIO,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_ENET_MDC__ENET_MDC,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TXC__ENET_RGMII_TXC,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TD0__ENET_RGMII_TD0,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TD1__ENET_RGMII_TD1,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TD2__ENET_RGMII_TD2,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TD3__ENET_RGMII_TD3,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_TX_CTL__ENET_RGMII_TX_CTL,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_ENET_REF_CLK__ENET_TX_CLK,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RXC__ENET_RGMII_RXC,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RD0__ENET_RGMII_RD0,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RD1__ENET_RGMII_RD1,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RD2__ENET_RGMII_RD2,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RD3__ENET_RGMII_RD3,&lt;/P&gt;&lt;P&gt; MX6Q_PAD_RGMII_RX_CTL__ENET_RGMII_RX_CTL,&lt;/P&gt;&lt;P&gt;In u-boot, after I set mac addr and ipaddr, I use ping command  to test the ethernet:&lt;/P&gt;&lt;P&gt;MX6Q  U-Boot &amp;gt; ping 192.168.2.1&lt;/P&gt;&lt;P&gt;FEC: Link is Up 79ad&lt;/P&gt;&lt;P&gt;Using FEC0 device&lt;/P&gt;&lt;P&gt;ping failed; host 192.168.2.1 is not alive&lt;/P&gt;&lt;P&gt;I can get a standard 125M Hz clock on CLK_OUT pin as ETH_REF_CLK. And the green led on RJ45 flashed very fast.&lt;/P&gt;&lt;P&gt;I can't get any packets using wireshark.&lt;/P&gt;&lt;P&gt;Below is the return of mii info command---&amp;gt;&lt;/P&gt;&lt;P&gt;MX6Q U-Boot &amp;gt; mii info&lt;/P&gt;&lt;P&gt;PHY 0x00: OUI = 0x0732, Model = 0x11, Rev = 0x06, 100baseT, FDX&lt;/P&gt;&lt;P&gt;PHY 0x01: OUI = 0x0732, Model = 0x11, Rev = 0x06, 100baseT, FDX&lt;/P&gt;&lt;P&gt;I can access RTL8211 with either adress 0 or 1, Why there are two devices?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In linux it have the same result, it indicated "PHY: 1:00 - Link is Up - 100/Full" and "PHY: 1:00 - Link is Down"&lt;/P&gt;&lt;P&gt;when I connect or disconnect it to network.(Our network switch is 100baseT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The network environment is OK and the reference board's ethernet is OK with the same setting.&lt;/P&gt;&lt;P&gt;Who can help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regargs&lt;/P&gt;&lt;P&gt;Xiaoqiang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 09:15:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424135#M64114</guid>
      <dc:creator>xiaoqiangyang</dc:creator>
      <dc:date>2015-04-20T09:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: mx6 ethernet ping fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424136#M64115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to set this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#define CONFIG_PHY_REALTEK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my side I lack of that transciever but it is worth trying.&lt;/P&gt;&lt;P&gt;Please keep us informed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 23:43:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424136#M64115</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-04-22T23:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: mx6 ethernet ping fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424137#M64116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have included this setting to kernel, it seems the mac have send data to phy but phy didn't send date out.&lt;/P&gt;&lt;P&gt;root@freescale ~$ ping 192.168.2.1&lt;/P&gt;&lt;P&gt;PING 192.168.2.1 (192.168.2.1): 56 data bytes&lt;/P&gt;&lt;P&gt;It stoped here until I type ctrl+C:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- 192.168.2.1 ping statistics ---&lt;/P&gt;&lt;P&gt;279 packets transmitted, 0 packets received, 100% packet loss&lt;/P&gt;&lt;P&gt;root@freescale ~$ ifconfig &lt;/P&gt;&lt;P&gt;eth0      Link encap:Ethernet  HWaddr 1E:ED:19:27:1A:B3  &lt;/P&gt;&lt;P&gt;          inet addr:192.168.2.66  Bcast:192.168.2.255  Mask:255.255.255.0&lt;/P&gt;&lt;P&gt;          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1&lt;/P&gt;&lt;P&gt;          RX packets:464 errors:0 dropped:0 overruns:0 frame:0&lt;/P&gt;&lt;P&gt;          TX packets:285 errors:0 dropped:0 overruns:0 carrier:0&lt;/P&gt;&lt;P&gt;          collisions:0 txqueuelen:1000 &lt;/P&gt;&lt;P&gt;          RX bytes:35444 (34.6 KiB)  TX bytes:27594 (26.9 KiB)&lt;/P&gt;&lt;P&gt; It tell me ethernet have sent and received packets but I can't catch any packets on out LAN.&lt;/P&gt;&lt;P&gt;From: Alejandro Lozano Lozano&lt;/P&gt;&lt;P&gt;Date: 2015-04-23 07:43&lt;/P&gt;&lt;P&gt;To: Xiaoqiang Yang&lt;/P&gt;&lt;P&gt;Subject: Re:  - mx6 ethernet ping fail&lt;/P&gt;&lt;P&gt;mx6 ethernet ping fail &lt;/P&gt;&lt;P&gt;reply from Alejandro Lozano Lozano in i.MX Community - View the full discussion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Have you tried to set this?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;#define CONFIG_PHY_REALTEK&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;On my side I lack of that transciever but it is worth trying.&lt;/P&gt;&lt;P&gt;Please keep us informed.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;/Alejandro&lt;/P&gt;&lt;P&gt;Did your question get answered? &lt;/P&gt;&lt;P&gt;If so, say thanks by clicking Correct Answer in the community thread! &lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email, or go to the message on Freescale Community &lt;/P&gt;&lt;P&gt;Start a new discussion in i.MX Community by email or at Freescale Community &lt;/P&gt;&lt;P&gt;Following mx6 ethernet ping fail in these streams: Inbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 02:08:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424137#M64116</guid>
      <dc:creator>xiaoqiangyang</dc:creator>
      <dc:date>2015-04-23T02:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: mx6 ethernet ping fail</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424138#M64117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In fact I meant to enable that in uboot. Because you mentioned you had problems in uboot too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 03:51:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/mx6-ethernet-ping-fail/m-p/424138#M64117</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2015-04-23T03:51:34Z</dc:date>
    </item>
  </channel>
</rss>

