NXP iMX8MM KSZ9031 PHY u-boot Problem

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

NXP iMX8MM KSZ9031 PHY u-boot Problem

622 次查看
FOC
Contributor I

Hi Everyone,

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.

Kind regards

0 项奖励
回复
1 回复

600 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

Please make sure that PHY Address is correctly set.
 
One can refer to fsl-imx8qm-mek.dts (u-boot dts ) and imx8qm-mek.dts (linux dts) for device tree configuration.
 
Please make sure that your board file in the /board directory contains proper initialization and resource allocation (pad , power domain ..) as done in /board/freescale/imx8qm_mek/imx8m
 
"FEC0: addr 0: ignoring dependency for device, assuming no driver"
above issue could arise due to device tree mismatch.
 
 
Please try using Latest BSP.
Regards
0 项奖励
回复