Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-23 Thread Sourabh Hegde Ramu
Hello, I have a Raspberry Pi 3B Plus which I want to integrate with U-boot (v2023.10) . I am using rpi_3_32b_defconfig to generate u-boot.bin. But while booting I am getting below error Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... In:serial,usbkbd Out: serial,v

Re: Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-24 Thread Anand Moon
Hi, On Sat, 24 Feb 2024 at 01:56, Sourabh Hegde Ramu wrote: > > Hello, > > I have a Raspberry Pi 3B Plus which I want to integrate with U-boot > (v2023.10) . > > I am using rpi_3_32b_defconfig to generate u-boot.bin. But while booting I > am getting below error > > Loading Environment from FAT...

Re: Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-24 Thread Sourabh Hegde Ramu
Hi Anand, Thanks for the update. Yes, I can set it manually. But this should be done by u-boot, right? Is there any reason why this is not happening on Pi 3b plus? I have other Raspberry Pi (4 & 3b) and they are working fine. Also, is this MAC address for LAN75xx or LAN78xx? The error message sh

Re: Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-25 Thread Anand Moon
Hi, On Sun, 25 Feb 2024 at 12:25, Sourabh Hegde Ramu wrote: > > Hi Anand, > > Thanks for the update. > > Yes, I can set it manually. But this should be done by u-boot, right? Is > there any reason why this is not happening on Pi 3b plus? > I have other Raspberry Pi (4 & 3b) and they are working

Re: Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-25 Thread Peter Robinson
Hi, > I have a Raspberry Pi 3B Plus which I want to integrate with U-boot > (v2023.10) . > > I am using rpi_3_32b_defconfig to generate u-boot.bin. But while booting I > am getting below error > > Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1... > In:serial,usbkbd > Ou

Re: Raspberry Pi 3b Plus USB-Ethernet lan78xx_eth address not set

2024-02-25 Thread Sourabh Hegde Ramu
Hi Peter, USB_ETHER_LAN78XX is already enabled in the defconfig for Pi 3b plus. But the eth_get_ethaddr is returning null https://github.com/u-boot/u-boot/blob/1a66a7768af7e8106c2cd93a19f4013877fb85ae/include/net.h#L199 Do you know why this is not handled? On Sun, Feb 25, 2024, 14:49 Peter Robi