Hi,
I have a problem with running the 'ethernet_mac' example on the AM335x ICE BOARD (ReV: 2.1A) in CCS (Version 6.1.2.00015).
At the moment I´m able to build the project, connect to the board and uploading the program to the CortexA8. When the upload finishes the PC stopps in the main-function and I can start the application with Resume. Then I can see that the LED is blinking (green), but I see no Ethernet traffic on both ports.
Also I can see printfs in the terminal (connect to usb COM port) where two IP addresses are shown (192.168.1.3 and 192.168.2.3) When I try to send a ping to this interfaces I can see in wireshark that the board is not responding to the ARP requests from my computer.
Board Configuration:
J18 & J19: Jumper on Pin 2-3
What could be the problem that the board does not send out any ethernet packets (at startup or when receiving ARP-Requests for own IP)?
Thank you