Hi,
we use the TE0720 board successfully so far, but since a design change (adding new encoder in Vivado) and rebuilding petalinux image, our Ethernet doesn't work anymore. We see the following:
Configuring network interfaces... udhcpc (v1.22.1) started
Sending discover...
Sending discover...
xemacps e000b000.ethernet: Set clk to 0 Hz
xemacps e000b000.ethernet: link up (100/FULL)
Sending discover...
Normally, when everything is working, it looks like this:
Configuring network interfaces... udhcpc (v1.22.1) started
Sending discover...
Sending discover...
xemacps e000b000.ethernet: Set clk to 25000000 Hz
xemacps e000b000.ethernet: link up (100/FULL)
Sending discover...
What could be the reason for this? We haven't changed anything on the Ethernet side. Attached please find our configuration and terminal output for the project which works and the one which doesn't.