<?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>LayerscapeのトピックRe: SGMII  MAC5 &amp;amp; MAC6</title>
    <link>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1270759#M7908</link>
    <description>&lt;P&gt;Please review the hardware design of your custom board.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 08:44:14 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2021-04-30T08:44:14Z</dc:date>
    <item>
      <title>SGMII  MAC5 &amp; MAC6</title>
      <link>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1266696#M7858</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I am currently working on a board with LS1046, I'm using the SERDES1 MAC5 and MAC6 connected each to an external phy (rtl8211f) and then connected to a RJ45.&lt;/P&gt;&lt;P&gt;The external phy is configured for SGMII and in my device tree I have my two macs configured, in the same way (dts file attached).&lt;/P&gt;&lt;P&gt;My SERDES protocol on RCW is 0x2233.&lt;/P&gt;&lt;P&gt;When in linux with the ethtool I see the two eth interfaces have link up when I connect the cable, but I can only ping MAC6 with success.&lt;/P&gt;&lt;P&gt;Does anyone ever encounter a similar problem?&lt;/P&gt;&lt;P&gt;Thank you for your time,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 16:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1266696#M7858</guid>
      <dc:creator>chc_medeiros</dc:creator>
      <dc:date>2021-04-22T16:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: SGMII  MAC5 &amp; MAC6</title>
      <link>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1269276#M7893</link>
      <description>&lt;P&gt;Please check whether ping command can run successfully through&amp;nbsp;&lt;SPAN&gt;MAC5 in u-boot.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In u-boot source code, please modify the following SGMII PHY addresses in&amp;nbsp;include/configs/ls1046ardb.h according to your target board.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;#define SGMII_PHY1_ADDR 0x3&lt;BR /&gt;#define SGMII_PHY2_ADDR 0x4&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;After rebuild u-boot and deploy it to the target board, please check whether it is possible to ping your PC through &lt;A href="mailto:FM1@DTSEC5" target="_blank"&gt;FM1@DTSEC5&lt;/A&gt;&amp;nbsp;in u-boot.&lt;/P&gt;
&lt;P&gt;=&amp;gt; setenv ethact &lt;A href="mailto:FM1@DTSEC5" target="_blank"&gt;FM1@DTSEC5&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;=&amp;gt; setenv ipaddr &amp;lt;board_ip&amp;gt;&lt;/P&gt;
&lt;P&gt;=&amp;gt; ping &amp;lt;server_ip&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 03:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1269276#M7893</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-04-28T03:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: SGMII  MAC5 &amp; MAC6</title>
      <link>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1269536#M7897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/52411" target="_self"&gt;&lt;SPAN class=""&gt;yipingwang&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I have tried that approach to get it to ping on u-boot, but I get the same behavior. I can ping &amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:FM1@DTSEC5" target="_blank" rel="nofollow noopener noreferrer"&gt;FM1@DTSEC6.&lt;/A&gt;&amp;nbsp;But&amp;nbsp;cannot ping&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="mailto:FM1@DTSEC5" target="_blank" rel="nofollow noopener noreferrer"&gt;FM1@DTSEC5.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Apr 2021 09:02:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1269536#M7897</guid>
      <dc:creator>chc_medeiros</dc:creator>
      <dc:date>2021-04-28T09:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: SGMII  MAC5 &amp; MAC6</title>
      <link>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1270759#M7908</link>
      <description>&lt;P&gt;Please review the hardware design of your custom board.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 08:44:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/SGMII-MAC5-amp-MAC6/m-p/1270759#M7908</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2021-04-30T08:44:14Z</dc:date>
    </item>
  </channel>
</rss>

