hi all,
I'm testing the 3.6.0-xilinx package and I've some trouble with eth0 port: it seems that the autonegotiation doesn't work and is always at 1000/Full, even if connected to my 100/Full router.
I installed the ethtool (http://www.openmamba.org/distribution/distromatic.html?tag=devel&pkg=ethtool.arm) and tried to force it to 100/Full, but this is the result:
zynq> ethtool -s eth0 speed 100 duplex full
zynq> xemacps e000b000.ps7-ethernet: Set clk to 24999999 Hz
xemacps e000b000.ps7-ethernet: link up (100/FULL)
xemacps e000b000.ps7-ethernet: Set clk to 124999998 Hz
xemacps e000b000.ps7-ethernet: link up (1000/FULL)
...
it goes to 100 then back to 1000
does anyone knows how to fix this?