Altera_Forum
Honored Contributor
16 years agoTCP/IP on Altera DE2 How to??
Hello, I have been battling with this problem for quite some time so any help will be appreciated! Basically, I am trying to create possibility of communication between Host PC and DE2 via Ethernet for transferring small amounts of data there and back. When the Host PC sends data, DE2 starts working on something based on that data and then sends results back to the Host PC. I have tried all of the following:
1) downgrade to different Quartus Editions, so that I could get DE2_Web Demo to work and lwIP in NIOS -doesnt work because Nios IDE 6.0 is only evaluation and doesnt contain uC RTOS and the other editions have problems opening/running this demo 2) the obvious solution of trying Simple Socket Server demo, but obviously I cannot add lan91c111 component in SOPC, because DE2 has the DM9000A chip... 3) added the DM9000A IP that I found in the examples, but that doesnt work with InterNiche stack 4) tried to add Avalon OpenCores Ehternet Mac which should work with InterNiche stack, but I have no idea how to connect the in and out pins to this component in Quartus 5) I was able to get the DE2_Net to run, but that only sends raw packets and I dont know how I could receive/send and work with them on the Host PC side I have been battling with this problem for forever so any kind of help would be extremely appreciated. I feel like I have tried to search and do almost everything possible and I am still nowhere in the progress and it is absolutely frustrating. Thanks for any comments and help!!