Hi,
I am using android release from below link:
http://builds.96boards.org/releases/dragonboard410c/qualcomm/android/latest/
I have two dragonboard410c boards, and as the mac address for wifi interface is fixed in the firmware,
so when both the boards are connected to network they get the same ip address.So it creates conflict.
So can anyone suggest a way using which both the boards can get different mac addresses?
Is it possible to put a mac address in a file(as there is no eeprom in dragonboard410c) in any partition say persist partition,
which will be read at each boot and device will configure the mac address of the file for the wifi interface?
So How can I fix/spoof wifi mac address from android source?