error: ethernet@30be0000 address not set.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

error: ethernet@30be0000 address not set.

Jump to solution
5,504 Views
santhosh2
Contributor IV

Hi,

I am getting the below error for the Phy IC DP83848 in RMII Mode in IMX8MMini

Error: ethernet@30be0000 address not set.

Below is the uboot log

-------------------------------------------------------------------------------------------

switch to partitions #0, OK
mmc1(part 0) is current device
flash target is MMC:1
Net:   
Error: ethernet@30be0000 address not set.
No ethernet found.
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot:  2 1 0
switch to partitions #0, OK
mmc1(part 0) is current device
** Unable to read file boot.scr **
22999552 bytes read in 281 ms (78.1 MiB/s)
Booting from mmc ...
42981 bytes read in 9 ms (4.6 MiB/s)
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Using Device Tree in place at 0000000043000000, end 000000004300d7e4

--------------------------------------------------------------------------------------------------------------

How can we resolve it

Regards

Santhosh

0 Kudos
1 Solution
5,271 Views
santhosh2
Contributor IV

This issue was solved by adding the MAC address,

setenv ipaddr 192.168.36.126
setenv serverip 192.168.36.10
setenv netmask 255.255.255.0
setenv ethaddr 00:a8:44:1f:1f:10
saveenv

Regards

Santhosh

View solution in original post

1 Reply
5,272 Views
santhosh2
Contributor IV

This issue was solved by adding the MAC address,

setenv ipaddr 192.168.36.126
setenv serverip 192.168.36.10
setenv netmask 255.255.255.0
setenv ethaddr 00:a8:44:1f:1f:10
saveenv

Regards

Santhosh