<?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>Other NXP ProductsのトピックRe: MDIO on Linux (mpc8323e-rdb)</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195211#M1812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finaly I've rewritten UCC GETH driver to support mii-tool ioctls! After a week of seeking appropriate patch I decide to write it myself and it works &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Noone&amp;nbsp;helped&amp;nbsp;me,&amp;nbsp;even&amp;nbsp;Freescale&amp;nbsp;support!&lt;/P&gt;&lt;P&gt;Here&amp;nbsp;you&amp;nbsp;are:&amp;nbsp;uccgeth driver with ethtool/mii-tool support. Unpack files in "rpm/build/.../drivers/net" directory, recompile LTIB and enjoy :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 19:33:18 GMT</pubDate>
    <dc:creator>admin</dc:creator>
    <dc:date>2010-05-03T19:33:18Z</dc:date>
    <item>
      <title>MDIO on Linux (mpc8323e-rdb)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195209#M1810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is IP175C switch on this board. How can I access to MDIO interface in Linux?&lt;/P&gt;&lt;P&gt;I&amp;nbsp;want&amp;nbsp;to&amp;nbsp;change&amp;nbsp;VLAN&amp;nbsp;settings&amp;nbsp;on&amp;nbsp;this&amp;nbsp;switch.&amp;nbsp;Suggest&amp;nbsp;please&amp;nbsp;any&amp;nbsp;way&amp;nbsp;to&amp;nbsp;do&amp;nbsp;this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 16:51:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195209#M1810</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-04-23T16:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: MDIO on Linux (mpc8323e-rdb)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195210#M1811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With normal ethernet drivers I should use IOCTL with&lt;BR /&gt;SIOCGMIIREG/SIOCSMIIREG. But this operation&lt;BR /&gt;is not supported by UCC GETH driver in this BSP. This driver has no&lt;BR /&gt;support for ethtool/mii-tool...&lt;BR /&gt;when I try:&lt;BR /&gt;~ # ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;No data available&lt;BR /&gt;`# mii-tool eth0&lt;BR /&gt;SIOCGMIIPHY on 'eth0' failed: Operation not supported&lt;BR /&gt;&lt;BR /&gt;I aplied patch from "ucc_geth: add ethtool support" from&lt;BR /&gt;&lt;A href="http://www.mail-archive.com/git-commits-head" rel="nofollow" target="_blank"&gt;http://www.mail-archive.com/git-commits-head&lt;/A&gt;@vger.kernel.org/msg19434.html&lt;BR /&gt;and ethtool seems to work now. But with ETHTOOL API impossible to&lt;BR /&gt;read/write from/to PHY devices. I need mii-tool support for this driver.&lt;BR /&gt;What to do? How make IOCTL with SIOCGMIIREG/SIOCSMIIREG?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 15:30:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195210#M1811</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-04-29T15:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: MDIO on Linux (mpc8323e-rdb)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195211#M1812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finaly I've rewritten UCC GETH driver to support mii-tool ioctls! After a week of seeking appropriate patch I decide to write it myself and it works &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Noone&amp;nbsp;helped&amp;nbsp;me,&amp;nbsp;even&amp;nbsp;Freescale&amp;nbsp;support!&lt;/P&gt;&lt;P&gt;Here&amp;nbsp;you&amp;nbsp;are:&amp;nbsp;uccgeth driver with ethtool/mii-tool support. Unpack files in "rpm/build/.../drivers/net" directory, recompile LTIB and enjoy :smileywink:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 19:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195211#M1812</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-05-03T19:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: MDIO on Linux (mpc8323e-rdb)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195212#M1813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I attached empty file &lt;IMG alt=":smileyhappy:" class="emoticon emoticon-smileyhappy" id="smileyhappy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-happy.gif" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Here working one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 20:11:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195212#M1813</guid>
      <dc:creator>admin</dc:creator>
      <dc:date>2010-05-03T20:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: MDIO on Linux (mpc8323e-rdb)</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195213#M1814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;BR /&gt;First of all, I congratulates you for the effort taken. But where is the attachment ?&lt;A href="https://community.nxp.com/thread/64944"&gt;MDIO on Linux (mpc8323e-rdb)&lt;/A&gt;​&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Oct 2015 11:51:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MDIO-on-Linux-mpc8323e-rdb/m-p/195213#M1814</guid>
      <dc:creator>arunkr</dc:creator>
      <dc:date>2015-10-30T11:51:01Z</dc:date>
    </item>
  </channel>
</rss>

