<?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: IMX6q with KSZ9031RNX phy bring up</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311197#M40650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex - could you give some more details on how you went about getting this issue fixed?&lt;/P&gt;&lt;P&gt;I seem to be hitting similar issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/835149"&gt;https://community.nxp.com/message/835149&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2016 06:18:55 GMT</pubDate>
    <dc:creator>vicpandit</dc:creator>
    <dc:date>2016-09-26T06:18:55Z</dc:date>
    <item>
      <title>IMX6q with KSZ9031RNX phy bring up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311193#M40646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have an IMX6q with a KSZ9031RNX phy.&amp;nbsp; We feed it a 25Mhz clock from a oscillator.&amp;nbsp; Then from the phy we send the IMX6 a 125Mhz clock to ENET_REF_CLK pin.&amp;nbsp; Using the same level shifter design as on the reference design.&amp;nbsp; The NVCC_RGMII and NVCC_ENET port are both connected to 1.8V supply.&amp;nbsp; I can see in the kernel that the phy is getting discovered, when i set its IP address.&amp;nbsp; It also recognizes when i switch from 10 to a 100 network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; root@freescale ~$ ifconfig -a eth0 192.168.1.21 netmask 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; eth0: Freescale FEC PHY driver [Micrel KSZ9031 Gigabit PHY] (mii_bus:phy_addr=1:01, irq=-1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; root@freescale ~$ PHY: 1:01 - Link is Up - 10/Half&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i ping i see TX activity on the board i am pinging but i don't receive a packets back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have to run the NVCC_RGMII port at 2.5V in order for gigabit Ethernet to work?&amp;nbsp; Or do I have a driver issue.&amp;nbsp; I modified the current micrel driver to recognize the ksz9021 as the ksz9031 since that are similar.&amp;nbsp; Are there any patches that will support a KSZ9031 phy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 00:03:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311193#M40646</guid>
      <dc:creator>RobertA</dc:creator>
      <dc:date>2014-04-05T00:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6q with KSZ9031RNX phy bring up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311194#M40647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I setup a simple 10baseT network with my PC as 192.168.1.38, the IMX6 as 192.168.1.21, and single board computer SBC as 192.168.1.1.&amp;nbsp; My PC is running a packet sniffer and it can see pings being sent to the SBC and my PC without any issue.&amp;nbsp; When i have the IMX6 send pings to either the SBC or my pc, the packet sniffer doesn't detect any network traffic.&amp;nbsp; However on the hub shows the IMX6 has TX activity on it.&amp;nbsp; And when it pings the SBC I see the SBC also blink that it is receiving packets.&amp;nbsp; When i ping the IMX6, from my pc or SBC,&amp;nbsp; i get timeout request.&amp;nbsp; However when i run ifconfigs -a eth0 on the IMX6 I see it updating the RX packets every time i ping it.&amp;nbsp; So i know it relieving the packets.&amp;nbsp; Does this sound like a hardware or driver issues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Apr 2014 17:39:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311194#M40647</guid>
      <dc:creator>RobertA</dc:creator>
      <dc:date>2014-04-05T17:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6q with KSZ9031RNX phy bring up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311195#M40648</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;Thank you for your post, however please consider moving it to the right community place (e.g. &lt;A _jive_internal="true" class="jivecontainerTT-hover-container jive-link-community-small" data-containerid="1" data-containertype="14" data-objectid="2004" data-objecttype="14" href="https://community.nxp.com/community/imx"&gt;i.MX Community&lt;/A&gt;) to get it visible for active members.&lt;/P&gt;&lt;P&gt;For details please see general advice &lt;A _jive_internal="true" data-containerid="2001" data-containertype="14" data-objectid="99909" data-objecttype="102" href="https://community.nxp.com/docs/DOC-99909"&gt;Where to post a Discussion?&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for using Freescale Community. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Apr 2014 07:41:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311195#M40648</guid>
      <dc:creator>Wlodek_D_</dc:creator>
      <dc:date>2014-04-07T07:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6q with KSZ9031RNX phy bring up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311196#M40649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This case is now closed. Alex worked with Micrel and they found a skew issue on the RGMII bus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is additional driver an application notes information for this PHY on Micrel's website which may also be useful for other users using this PHY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2014 16:29:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311196#M40649</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2014-07-11T16:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6q with KSZ9031RNX phy bring up</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311197#M40650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex - could you give some more details on how you went about getting this issue fixed?&lt;/P&gt;&lt;P&gt;I seem to be hitting similar issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/835149"&gt;https://community.nxp.com/message/835149&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 06:18:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6q-with-KSZ9031RNX-phy-bring-up/m-p/311197#M40650</guid>
      <dc:creator>vicpandit</dc:creator>
      <dc:date>2016-09-26T06:18:55Z</dc:date>
    </item>
  </channel>
</rss>

