On Fri, Dec 4, 2015 at 3:08 AM, Micka <[email protected]> wrote: > Hi, > > In the kernel 4.1 it's easy to change the mac address with the command : > > ifconfig eth0 hw ether 00:80:48:BA:d1:22 > > but after rebooting the beagle, the mac address is changed. >
/etc/network/interfaces # The primary network interface auto eth0 iface eth0 inet dhcp hwaddress ether 00:80:48:BA:d1:22 or do it in u-boot.. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
