It looks like the kernel does not load the PHY driver.
If I load the official OpenSTLinux image, some additional messages show up, which are missing in the buildroot image:
[ 18.237708] stm32-dwmac 5800a000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[ 18.258405] stm32-dwmac 5800a000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 18.287737] stm32-dwmac 5800a000.ethernet eth0: No Safety Features support found
[ 18.293876] stm32-dwmac 5800a000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 18.308811] stm32-dwmac 5800a000.ethernet eth0: registered PTP clock
[ 18.322003] stm32-dwmac 5800a000.ethernet eth0: configuring for phy/rgmii-id link mode
[ 22.563786] stm32-dwmac 5800a000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Hi,
I've built the minimal image for the stm32mp157f-dk2. It's booting, but it won't connect to the network:
It looks like the kernel does not load the PHY driver. If I load the official OpenSTLinux image, some additional messages show up, which are missing in the buildroot image:
Do you know how to fix this?