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.

CPSW: how to setup dual MAC mode in Linux?

Other Parts Discussed in Thread: AM3359

If using cpsw driver on am3359 board I can see eth0 only. Though I configure two slaves I get only one interface in Linux and if i look at the cpsw_probe() I see only one network device registered. According to the description Ethernet packets will be delivered from port1 to port 0 and from prot2 to port0, so port0 seems to be the only interface available for the operating system.

Am I missing something? How do I get both eth0 and eth1?

Yegor