<?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>T-Series中的主题 Re: T1024 MDIO interface</title>
    <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651592#M1855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any method to extract MDIO package from the Yocto project?&amp;nbsp;In other words, can I extract MDIO C source code &amp;nbsp;from Yocto project to include in my C project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 08:49:02 GMT</pubDate>
    <dc:creator>m_labbaf</dc:creator>
    <dc:date>2016-09-28T08:49:02Z</dc:date>
    <item>
      <title>T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651588#M1851</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;I have a board with T1024 processor and I want to connect it with a peripheral by MDIO interface. I have booted the&amp;nbsp;linux on the T1024. Now, I want to run a C code on the T1024, in which the peripheral can be configured by the MDIO interface. In other words, I should have a C code, which config the peripheral by MDIO interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any C code example that can help me? Is there any library for MDIO interface specifically for T1024 processor? How I can write a C code to config the peripheral by MDIO interface?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 16:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651588#M1851</guid>
      <dc:creator>mohsenhaghighat</dc:creator>
      <dc:date>2016-09-26T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651589#M1852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 11.36px;"&gt;&lt;A href="mailto:Mohamad.Labbaf@Gmail.Com"&gt;Mohamad.Labbaf@Gmail.Com&lt;/A&gt;&amp;nbsp;is also interested in this topic. Please take the higher priority to respond. Thank you&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 07:45:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651589#M1852</guid>
      <dc:creator>pavla_hajna</dc:creator>
      <dc:date>2016-09-27T07:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651590#M1853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; Is there any C code example that can help me?&lt;/P&gt;&lt;P&gt;It is possible to refer to the U-Boot "mii" commans subsystem.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;=&lt;/SPAN&gt;&amp;gt; &lt;SPAN class=""&gt;help &lt;/SPAN&gt;mii mii - MII utility commands&amp;nbsp; Usage: mii device – list available devices mii device &amp;lt;devname&amp;gt; – &lt;SPAN class=""&gt;set &lt;/SPAN&gt;current device mii info &amp;lt;addr&amp;gt; – display MII PHY info mii &lt;SPAN class=""&gt;read&lt;/SPAN&gt; &amp;lt;addr&amp;gt; &amp;lt;reg&amp;gt; – &lt;SPAN class=""&gt;read &lt;/SPAN&gt;MII PHY &amp;lt;addr&amp;gt; register &amp;lt;reg&amp;gt; mii write &amp;lt;addr&amp;gt; &amp;lt;reg&amp;gt; &amp;lt;data&amp;gt; – write MII PHY &amp;lt;addr&amp;gt; register &amp;lt;reg&amp;gt; mii dump &amp;lt;addr&amp;gt; &amp;lt;reg&amp;gt; – pretty-print &amp;lt;addr&amp;gt; &amp;lt;reg&amp;gt; &lt;SPAN class=""&gt;(&lt;/SPAN&gt;0-5 only&lt;SPAN class=""&gt;)&lt;/SPAN&gt;Addr and/or reg may be ranges, e.g. 2-7.&lt;/PRE&gt;&lt;P&gt;The U-Boot source code is provided in the Linux SDK available at:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX?code=SDKLINUX&amp;amp;nodeId=0152109D3F8624&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab#nogo" rel="nofollow noopener noreferrer" title="http://www.nxp.com/products/software-and-tools/run-time-software/linux-sdk/linux-sdk-for-qoriq-processors:SDKLINUX?code=SDKLINUX&amp;amp;nodeId=0152109D3F8624&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab#nogo" target="_blank"&gt;Linux® SDK for QorIQ Processors|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Is there any library for MDIO interface specifically for T1024 processor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;No.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 08:24:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651590#M1853</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2016-09-27T08:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651591#M1854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by using help mii command in U-boot, I will get some options in terminal.&lt;/P&gt;&lt;P&gt;This options includes the following:&lt;/P&gt;&lt;P&gt;mdio list&lt;/P&gt;&lt;P&gt;mdio info&lt;/P&gt;&lt;P&gt;mdio read&lt;/P&gt;&lt;P&gt;mdio write&amp;nbsp;&lt;/P&gt;&lt;P&gt;and ... .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is good, but I want to read or write in MDIO interface by my C code. how I can do it? Which libraries should add to my C project to communicate with MDIO interface?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 07:27:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651591#M1854</guid>
      <dc:creator>m_labbaf</dc:creator>
      <dc:date>2016-09-28T07:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651592#M1855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any method to extract MDIO package from the Yocto project?&amp;nbsp;In other words, can I extract MDIO C source code &amp;nbsp;from Yocto project to include in my C project?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 08:49:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651592#M1855</guid>
      <dc:creator>m_labbaf</dc:creator>
      <dc:date>2016-09-28T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651593#M1856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I generate the ethtool source code with command bitbake ethtool -c patch -f and find them in&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: small;"&gt;build_&amp;lt;platform&amp;gt;/tmp/work/&amp;lt;cor&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: small;"&gt;e&amp;gt;-fsl-linux/ethtool/4.0-r0/&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: small;"&gt;ethtool-4.0/.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also, I get kernel source code with command&amp;nbsp;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: small;"&gt;bitbake virtual/kernel -c patch -f in&amp;nbsp;&lt;SPAN style="font-family: Arial, sans-serif; font-size: small;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: small;"&gt;&lt;SPAN style="font-family: Arial, sans-serif; font-size: small;"&gt;build_&amp;lt;platform&amp;gt;/&lt;/SPAN&gt;tmp/work/&amp;lt;platform&amp;gt;-fsl-linux/linux-qoriq/&amp;lt;version&amp;gt;/git/,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: small;"&gt;In this directory, source files&amp;nbsp;&lt;SPAN style="font-size: small;"&gt;drivers/net/ethernet/intel/e10&lt;/SPAN&gt;&lt;SPAN style="font-size: small;"&gt;00/e1000_ethtool.c, drivers/net/mii.c and drivers/net/mdio.c are related.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #000000; font-size: small;"&gt;However I don't know, how to use this source files to read and write by MDIO interface?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 08:51:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651593#M1856</guid>
      <dc:creator>mohsenhaghighat</dc:creator>
      <dc:date>2016-10-02T08:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: T1024 MDIO interface</title>
      <link>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651594#M1857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I generate the files, too. Should I install the ethtool on the T1024 board? because, I find install bash script in its package!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Oct 2016 16:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/T1024-MDIO-interface/m-p/651594#M1857</guid>
      <dc:creator>m_labbaf</dc:creator>
      <dc:date>2016-10-02T16:06:57Z</dc:date>
    </item>
  </channel>
</rss>

