<?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: iMX93 Network Interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862767#M223524</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your prompt response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my prototype I'm using&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts#L386" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts#L386&lt;/A&gt;&amp;nbsp;device tree.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I modify the above dts?&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;BR /&gt;Nitesh&lt;/P&gt;</description>
    <pubDate>Thu, 09 May 2024 19:13:14 GMT</pubDate>
    <dc:creator>pilotnite</dc:creator>
    <dc:date>2024-05-09T19:13:14Z</dc:date>
    <item>
      <title>iMX93 Network Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862714#M223521</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I believe this issue can be easily resolved from userspace. Currently, when booting up the iMX93 EVK using "NXP i.MX Release Distro 6.1-mickledore imx93evk," the left Ethernet port is labeled (ENET2) and the right Ethernet port is labeled (ENET1) on the board. However, upon booting into Linux, eth0 is assigned to ENET2 and eth1 to ENET1.&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;[275870.178004] fec 42890000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;[275870.185699] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;[275895.075584] imx-dwmac 428a0000.ethernet eth1: Link is Up - 1Gbps/Full - flow control off&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;[275895.083801] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be the best approach to ensure that upon Linux boot, ENET1 is eth0 and ENET2 is eth1? Should we consider changing the order in which drivers load, renaming the interface using systemd, or implementing a simple bash script?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;Any help will be highly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Cheers,&lt;BR /&gt;Nitesh&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 17:26:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862714#M223521</guid>
      <dc:creator>pilotnite</dc:creator>
      <dc:date>2024-05-09T17:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: iMX93 Network Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862761#M223523</link>
      <description>&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/233332"&gt;@pilotnite&lt;/a&gt;!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;Thank you for contacting NXP Support!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;I think that can be solved in the device tree.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;By default is defined in the following way:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;ethernet0 = &amp;amp;fec;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;ethernet1 = &amp;amp;eqos;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;You have to change that with:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;ethernet0 = &amp;amp;eqos;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;ethernet1 = &amp;amp;fec;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;Please try it and share your results.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="editor-rtfLink" href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93.dtsi#L33" target="_blank" rel="noopener"&gt;&lt;SPAN data-preserver-spaces="true"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93.dtsi#L33&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;Best Regards!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-preserver-spaces="true"&gt;Chavira&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 18:59:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862761#M223523</guid>
      <dc:creator>Chavira</dc:creator>
      <dc:date>2024-05-09T18:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: iMX93 Network Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862767#M223524</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your prompt response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For my prototype I'm using&amp;nbsp;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts#L386" target="_blank"&gt;https://github.com/nxp-imx/linux-imx/blob/lf-6.1.y/arch/arm64/boot/dts/freescale/imx93-11x11-evk.dts#L386&lt;/A&gt;&amp;nbsp;device tree.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I modify the above dts?&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;BR /&gt;Nitesh&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 19:13:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862767#M223524</guid>
      <dc:creator>pilotnite</dc:creator>
      <dc:date>2024-05-09T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: iMX93 Network Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862781#M223525</link>
      <description>&lt;P&gt;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761"&gt;@Chavira&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Never mind... I see what you mean and I just noticed device tree "imx93-11x11-evk.dts" includes "#include "imx93.dtsi"".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me edit "imx93.dtsi" and test.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;BR /&gt;Nitesh&lt;/P&gt;</description>
      <pubDate>Thu, 09 May 2024 19:27:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1862781#M223525</guid>
      <dc:creator>pilotnite</dc:creator>
      <dc:date>2024-05-09T19:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: iMX93 Network Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1863452#M223558</link>
      <description>Much appreciated for the solution.</description>
      <pubDate>Fri, 10 May 2024 11:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX93-Network-Interface/m-p/1863452#M223558</guid>
      <dc:creator>pilotnite</dc:creator>
      <dc:date>2024-05-10T11:48:28Z</dc:date>
    </item>
  </channel>
</rss>

