Hi, in uboot I have a valid MAC address set - I can see the variable 'ethaddr' correctly set
when I run 'dhcp' from UBoot, the correct MAC address is used
however when I boot into Linux I get the following
davinci_emac_probe: using random MAC addr: 4e:5a:65:f6:7c:52
emac-mii: probed
omap_rtc omap_rtc: setting system clock to 2000-01-01 00:25:09 UTC (946686309)
eth0: attached PHY driver [SMSC LAN8710/LAN8720] (mii_bus:phy_addr=1:00, id=7c0f1)
Sending DHCP requests .
how is the MAC address supposed to be transferred from UBoot to Linux? my understanding is that the 'eth' bootarg is not supported by TI's driver?
how can I diagnose this?