Hi,
We use TI Linux kernel for a board based on Beaglebone Black. For MAC configuration, my understanding is the Linux kernel will use the u-boot environment variable "ethaddr" by default. However, the MAC ID detected by the Linux kernel appears to be from other place, not "ethaddr".
Question:
Is this expected? And what needs to be modified to be able to use "ethaddr" from u-boot as the MAC ID in Linux kernel?
The TI kernel information:
TI kernel ti-linux-5.10.y branch, tag: cicd.2022.10.28.09.04.44.
Kernel is built using Yocto build system:
poky branch dunfell around 10/17/2022
meta-ti branch dunfell around 11/04/2022
We are using an older u-boot "U-Boot 2018.01-...", if u-boot version affects this behavior.
Thank you for your help.