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.
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