Forum Discussion
Altera_Forum
Honored Contributor
15 years agoThe message you have in wireshark is the ARP request. The PC doesn't know your board's mac address yet, so it is broadcasting the Ethernet packet (but the destination MAC should be ff:ff:ff:ff:ff:ff, not zeroes...)
If you don't get any reply, it can be for two reasons: [list][*]the TCP/IP stack doesn't receive the ARP request [*]it receives it and send a reply, but this reply isn't received by the PC[/list] It can have multiple causes, you could start by putting signaltap probes on the MII interface, and between the MAC and SGDMAs, to see if anything is going on over there.