Hey guys,
I am struggling at the moment in changing the MAC address for my Zedboard. It is booting from the SD - Card and I tried to change the rc.local file in the /etc/ folder. I used the commands:
ifconfig eth0 down
ifconfig eth0 hw ether xx:xx:xx:xx:xx:xx
ifconfig eth0 up
It worked for one invoke of the "ifconfig" command, but not for several ones. I.e. if I am trying to change it permantently, it won't work. After the first ifconfig command, it changes back to the old (original) MAC address. Have you had similar problems ? Or do you have any ideas about that problem ?