Forum Discussion
Intel SoC EDS Arria 10 Ethernet LWIP Example not able to get address in DHCP. No ping response.
Greetings,
Im trying to work with provided ethernet example (EDS 19.1, 19.3 and 20.1). Im unable to get any results
Program shows that everything is up:
Link is up!
Auto Negotiation Complete!
Auto Negotiation speed = 100
MAC: 00:01:02:08:08:00
Interface is UP
INFO: Frequency = 300000000.
INFO: Period = 200 millisecond(s).
INFO: Counter = 60000000.
Is this example a working one ?
Best,
3 Replies
- EBERLAZARE_I_Intel
Regular Contributor
Hi,
May I know which environment you are currently working on? Linux, baremetal etc.
If you are looking for an example design, we have a Nios II based below:
https://fpgacloud.intel.com/devstore/platform/17.1.0/Pro/arria-10-nios-ii-simple-socket-server-design-example/
- ESzcz
New Contributor
Hi,
Im trying to run baremetal example from ${eds_installation_folder}/19.3/embedded/examples/software/SoCFPGA-HardwareLib-Ethernet-A10-ARMCC.tar.
My host machine is running Win10 Pro.
Im really interested in understanding how HPS emac works so any help would be appreciated :)
I was also trying to send raw packets using alt_eth_send_packet() and capture it in wireshark but without any success.
Is this example broken ?
Is there any other baremetal example of how i can handle some basic emac transmission ?
- PieterS
New Contributor
Hi, were you able to get the example working?