I am working with AD9361 on a custom board, but whenever I add the layer for AD9361 drivers to petalinux, the ethernet phy is not found by linux.
Net: Could not get PHY for eth0: addr 7 No ethernet found.
It gives this error on u-boot and similar thing in linux.
How can i fix this?
macb e000b000.ethernet: invalid hw address, using random mdio_bus e000b000.ethernet-ffffffff: MDIO device at address 0 is missing. macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 44 (4e:b2:a1:38:7e:c5) usbcore: registered new interface driver cdc_ether macb e000b000.ethernet eth0: Could not attach PHY (-19)
This is dmesg | grep eth output.
Net: Could not get PHY for eth0: addr 0 No ethernet found.
And this is from u-boot begining.
I added status messages.
[edited by: REevee0 at 6:43 AM (GMT -4) on 12 Jun 2024]