This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM3352: Where to fix the MAC address for the HOST and the SELF/LOCAL in the BBB ?

Part Number: AM3352

Tool/software: Linux

Hi,

I am trying to fix the MAC address of USB (local and host).

I found that u_ether.c is allocating a random MAC for both self and host, upon every boot.

So, I'd like to fix that to a particular HOST MAC address and SELF/LOCAL MAC address.

Something like, MAC- A1:22:33:44:55:B1 ; HOST_MAC: C1:33:22:44:55:A4

But, I couldn't get proper information on that.

Could you kindly provide some hints on that ?

P.S:  I am using USB-RNDIS, not the physical Ethernet port.