On Mon, Oct 3, 2022 at 1:26 PM Fabio Estevam <[email protected]> wrote:
> And 'dm tree' shows that the Ethernet drivers have not been probed: > > => dm tree > > ethernet 0 [ ] fecmxc | | `-- ethernet@30be0000 > ... > mdio 0 [ ] fec_mdio | | `-- mdio This was an issue in Kconfig. Now with the new mv88e6xxx driver properly selected I get: SEC0: RNG instantiated Net: Error: ethernet@30be0000 address not set. Error: ethernet@30be0000 address not set. Error: ethernet@30be0000 address not set. Error: ethernet@30be0000 address not set. Error: ethernet@30be0000 address not ... and not able to access console as these errors keep coming in loop.

