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.

AM625: The uboot env 'ethprime' does not work

Part Number: AM625
Other Parts Discussed in Thread: SK-AM62

Hi,

I have been trying to figuring out how to set the active ethernet interface @uboot on the SK-AM62 board.

Below command was used to switch the active ethernet interface to eth1.

setenv ethprime eth1;saveenv

But it did not work.

The active ethernet interface was still eth0.

Best Regards,

Li

  • Hi,

    Yes this is the case, the TI U-Boot does not support this feature of being to set the interface dynamically. To change the Ethernet interface a change the CPSW and PHY nodes in the DTS file.

    Best Regards,

    Schuyler