Part Number: AM6411
We have a custom board, running Linux. Putting the two PRU interfaces behind a software bridge makes the first one added not work.
Reproduction steps:
- ip link add name br0 type bridge
- ip link set dev eth1 master br0
- ip link set dev eth1 up
- ip link set dev eth0 master br0
- ip link set dev eth0 up
- ip link set dev br0 up
Observed result: redundancy broken, only eth1 works (with eth0/eth1 swapped only eth0 works).
SoC: AM641X
meta-ti: 11.00.09
linux-yocto: 11.00.15dmesg-redundancy-broken.log