JoelCaruso
New Contributor
7 years agoArria V Starter kit - Simple Socket Server (RGMII) how to address DHCP failures?
Posting on behalf of Metron Inc. - Jeff
Need support with the Nios Simple Socket Server (RGMII) example. I’ve found no posts on the forum that describe what I’m seeing.
Here is what I see:
- I have an Aria V Starter kit
- I have built the example Simple Socket Server (RGMII) application and BSP temple using the Nios-II software development tools
- After increasing the os_max_events parameter in the ucosii group from 60 to 68 using the BSP editor, I am able to run the build and confirm successful hardware initialization
- DHCP fails
- I can see ARP requests coming in over RGMII.
- ARP requests are processed by the MAC and sent out the streaming RX port to the MSGDMA
- MSGDMA writes the ARP request into DPRAM
- Software processes the ARP request and initiates transfer of the ARP response
- I can see the ARP response moved from DPRAM to the MAC streaming TX port by the MSGDMA
- I see nothing coming out of the MAC’s RGMII TX port
- All statistics counters remain at zero even though ARP requests are received and forwarded by the MAC (how can this be possible?)
- The MAC address registers at DWORD 0x18-0x19 in the statistic counters register group read back correctly
- The MAC configuration registers read back correctly
Thanks,
Jeffery