Re: Random MAC address on my BeagleBone White
From: Steven Rostedt
Date: Fri Aug 15 2014 - 14:41:29 EST
On Sat, 16 Aug 2014 00:02:19 +0530
Anand Moon <moon.linux@xxxxxxxxx> wrote:
> Hi Steven,
>
> Please follow the bellow link to set mac address.
>
> http://www.armadeus.com/wiki/index.php?title=Ethernet_MAC_address
>
> -Anand Moon
Hi,
My U-Boot already has a ethaddr defined. It's what is used by the
default kernel that came with the board (3.2).
U-Boot# printenv
[...]
ethaddr=d4:94:a1:8b:ec:78
The problem is that this is ignored by the latest kernel and it
replaces it with some random mac.
Note, I boot via bootp, thus it has to have a mac. That mac is what
tells my dhcp server what kernel image to load this board.
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/