<?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中的主题 NXP iMX8MM KSZ9031 PHY u-boot Problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/NXP-iMX8MM-KSZ9031-PHY-u-boot-Problem/m-p/1927757#M227111</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have a custom-made IMX8MM SOM and carrier board. I can compile u-boot-imx (lf_v2022_04) from scratch and generate flash.bin, but when I try to boot the SOM, a "Could not get PHY for FEC0: addr 0" error occurs, and U-Boot can't find the Ethernet PHY and MDIO bus. I can share the schematic and DTS file. I've attached the log file as well. I've also checked the external 1.2V regulator and crystal frequency.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
    <pubDate>Wed, 07 Aug 2024 22:25:17 GMT</pubDate>
    <dc:creator>FOC</dc:creator>
    <dc:date>2024-08-07T22:25:17Z</dc:date>
    <item>
      <title>NXP iMX8MM KSZ9031 PHY u-boot Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-iMX8MM-KSZ9031-PHY-u-boot-Problem/m-p/1927757#M227111</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have a custom-made IMX8MM SOM and carrier board. I can compile u-boot-imx (lf_v2022_04) from scratch and generate flash.bin, but when I try to boot the SOM, a "Could not get PHY for FEC0: addr 0" error occurs, and U-Boot can't find the Ethernet PHY and MDIO bus. I can share the schematic and DTS file. I've attached the log file as well. I've also checked the external 1.2V regulator and crystal frequency.&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2024 22:25:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-iMX8MM-KSZ9031-PHY-u-boot-Problem/m-p/1927757#M227111</guid>
      <dc:creator>FOC</dc:creator>
      <dc:date>2024-08-07T22:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: NXP iMX8MM KSZ9031 PHY u-boot Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/NXP-iMX8MM-KSZ9031-PHY-u-boot-Problem/m-p/1928310#M227143</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;DIV&gt;Please make sure that PHY Address is correctly set.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;One can refer to&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/dts/fsl-imx8qm-mek.dts?h=lf_v2022.04" target="_blank" rel="noopener nofollow noreferrer" data-saferedirecturl="https://www.google.com/url?q=https://source.codeaurora.org/external/imx/uboot-imx/tree/arch/arm/dts/fsl-imx8qm-mek.dts?h%3Dlf_v2022.04&amp;amp;source=gmail&amp;amp;ust=1679383551312000&amp;amp;usg=AOvVaw20xcXkij6v5NLs_LB1VXp5"&gt;fsl-imx8qm-mek.dts&lt;/A&gt;&amp;nbsp;(u-boot dts ) and&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qm-mek.dts?h=lf-5.15.y" target="_blank" rel="noopener nofollow noreferrer" data-saferedirecturl="https://www.google.com/url?q=https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm64/boot/dts/freescale/imx8qm-mek.dts?h%3Dlf-5.15.y&amp;amp;source=gmail&amp;amp;ust=1679383551312000&amp;amp;usg=AOvVaw0bfaI1HgeVTUOgb0ICd0fj"&gt;&amp;nbsp;imx8qm-mek.dts&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;(linux dts) for device tree configuration.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please make sure that your board file in the /board directory contains proper initialization and resource allocation (pad , power domain ..) as done in&amp;nbsp;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/imx8qm_mek/imx8qm_mek.c?h=lf_v2022.04" target="_blank" rel="noopener nofollow noreferrer" data-saferedirecturl="https://www.google.com/url?q=https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/imx8qm_mek/imx8qm_mek.c?h%3Dlf_v2022.04&amp;amp;source=gmail&amp;amp;ust=1679383551312000&amp;amp;usg=AOvVaw0N3BLbbG7YqPt12IKYnuXo"&gt;/board/freescale/imx8qm_&lt;WBR /&gt;mek/imx8m&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;"FEC0: addr 0: ignoring dependency for device, assuming no driver"&lt;/DIV&gt;
&lt;DIV&gt;above issue could arise due to device tree mismatch.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Please try using Latest BSP.&lt;/DIV&gt;
&lt;DIV&gt;Regards&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Aug 2024 13:42:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/NXP-iMX8MM-KSZ9031-PHY-u-boot-Problem/m-p/1928310#M227143</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-08-08T13:42:02Z</dc:date>
    </item>
  </channel>
</rss>

