Forum Discussion
6 Replies
- Altera_Forum
Honored Contributor
Provide more information what stack are You using? It should be displayed on console output.
- Altera_Forum
Honored Contributor
Thanks Socrates,
I am using Stratix IV GT Signal integrity kit (EP4S100G2F40I1). I am interested to send Ethernet traffic from an FPGA to a PC and vice versa, capture the packets in wireshark and analyse them. I am currently trying to modify the following reference design (originally for Stratix 4GX) to work on Stratix 4GT device to pass the data through the RJ-45 Ethernet jack in my board. Single-Port Triple-Speed Ethernet and On-Board PHY Chip Reference Design www.altera.com/literature/an/an647.pdf Currently I have board to board communication running between two FPGA's with random data. In future I would wish to transmit some information (multimedia files) through this interface. Would like to hear your ideas, comments and useful sources on how the the above idea can be realized Thanks for you time manihatn - Altera_Forum
Honored Contributor
If DHCP client is enabled nad You're having a connection between two boards only, this means that there's no DHCP server and no reasonable IP will be assigned. Wait some time until DHCP client times out or better assign static addresses by modifying source code.
- Altera_Forum
Honored Contributor
I am interested to know more about how to use DHCP client, It will be of great help if you can direct me towards some example design or some reference design from Altera from were I can learn more about the implementation.
thanks, manihatn - Altera_Forum
Honored Contributor
It's already implemented in NicheStack. You don't know what is DHCP probably, so read about it first of all.
- Altera_Forum
Honored Contributor
Thanks a lot.