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.

How to change MAC address of AM3517 EVM

Other Parts Discussed in Thread: AM3517

Hi All,

I am using SDK 6.00 for AM3517 based custom board. Please let me know how to change the MAC address. I tried to change from uboot using the follwoing command setenv ethaddr 12:34:56:78:9a:bc but it is not working. Please suggest me the possible ways to change the MAC address 

Thanks,

P.Ashok

  • Hi,

    After using setenv command in u-boot to configure the ethaddr, you should issue saveenv in order to save the changes you've made and pass them to the kernel. Have a look at the following guide: http://www.denx.de/wiki/view/DULG/UBootEnvVariables

    Also for Sitara devices you can check the following e2e threads:
    http://e2e.ti.com/support/arm/sitara_arm/f/791/t/199705
    http://e2e.ti.com/support/arm/sitara_arm/f/791/t/378350
    http://e2e.ti.com/support/arm/sitara_arm/f/791/t/40035

    Hope this helps.

    Best Regards,
    Yordan