We've been working with an AM6548 board that we've designed to mimic the layout of the EVM, and we've succeeded in getting it to boot both into Uboot, however it cannot ping our host computer.
Whenever we call our ping command it exceeds the ARP retry count and fails. We have an EVM alongside it that's booting off an identical image of Uboot, with the same environment variables (barring IP and MAC addresses) plugged into the same switch that can ping the host computer without issues.
Any suggestions on what could be causing this?
Thanks in advance.