You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use buildroot and imx6ull. The driver works fine in kernel 6.1 with DSA, but if I understand correctly, the only way to use the KSZ8795 in switch mode (connect port1, port2 and port5 like a switch) is to use br0. This is a lot of work for us because we have a lot of devices and scripts that use eth0 and we should add a lot of flags to change eth0 to br0.
The KSZ8795 works in switch mode on eth0 if I don't use the controller at all. One problem is that we can't see the lan1 and lan2 status when the cable is connected.
So the question is, is there any easy way to build drive with buildroot and still use eth0 and see lan1 and lan2 status?
The text was updated successfully, but these errors were encountered:
I use buildroot and imx6ull. The driver works fine in kernel 6.1 with DSA, but if I understand correctly, the only way to use the KSZ8795 in switch mode (connect port1, port2 and port5 like a switch) is to use br0. This is a lot of work for us because we have a lot of devices and scripts that use eth0 and we should add a lot of flags to change eth0 to br0.
The KSZ8795 works in switch mode on eth0 if I don't use the controller at all. One problem is that we can't see the lan1 and lan2 status when the cable is connected.
So the question is, is there any easy way to build drive with buildroot and still use eth0 and see lan1 and lan2 status?
The text was updated successfully, but these errors were encountered: