IMX8MP ubuntu22.04 fec network card mac address

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

IMX8MP ubuntu22.04 fec network card mac address

816 Views
meeeeeei
Contributor I

I use the IMX8MP ubuntu system, the mac address of the fec network card is fixed 6e:ea:1d:e6:5f:40, in fact, the kernel has generated a random mac address, but after entering the system, it has been 6e:ea:1d:e6:5f:40 mac address, not the kernel randomly generated address. Why is that?

BSP:LF6.1.1-1.00

0 Kudos
Reply
1 Reply

792 Views
jimmychan
NXP TechSupport
NXP TechSupport

The mac address could set it in u-boot.

### The user can set fake MAC address via ethaddr enviroment if the MAC
address is not fused

U-Boot > setenv ethaddr 00:01:02:03:04:05

 

Please read the linux user's guide for details.

https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf

0 Kudos
Reply