Date: Wed, 26 Dec 2012 05:45:31 +0900 From: "Daisuke Aoyama" <aoyama@peach.ne.jp> To: "Ian Lepore" <freebsd@damnhippie.dyndns.org>, <freebsd-arm@freebsd.org> Subject: Re: Raspberry Pi questions Message-ID: <6D45D86A41B74B61ACC401F7B6C9E59F@ad.peach.ne.jp> In-Reply-To: <1356466883.1144.8.camel@revolution.hippie.lan> References: <1356466883.1144.8.camel@revolution.hippie.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
> My RPi comes up with a random ethernet mac address on every boot, but > when I look at the driver code it seems that there should be an address > stored in an eeprom. Do I have to program that myself? Sorry, I forgot WITH_FDT option. You can build correct kernel by: # make buildkernel KERNCONF=RPI-B-test9 WITH_FDT=yes The mac address is provided by FDT. -- Daisuke Aoyama
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6D45D86A41B74B61ACC401F7B6C9E59F>