Raspberry Pi questions

Daisuke Aoyama aoyama at peach.ne.jp
Tue Dec 25 20:45:37 UTC 2012


> 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
 


More information about the freebsd-arm mailing list