Forum Discussion
Simple Socket Server on DE2 w/Davicom DM9000A
updated.
Altera's Simple Socket Server demo running on a DE2 board with the Davicom DM9000a driver. here it is....zipped downloaded project source for sss on the de2 board. download link currently unavailable. Includes: - Hardware design (TLD in schematic block diagram format) - Programmable .SOF (time-limited, as developed in Quartus Web Edition v9.2) - SOPC builder system file - DM9000A driver for Nichestack TCP/IP stack / Altera HAL environment (courtesy of Columbia Uni) - Simple socket server software Simply... - (1) Download the .SOF in Quartus Programmer - (2) Open the software workspace in the "/software" directory in Nios II Build Tools (Eclipse IDE) - (3) Open Run >> Run Configurations. Delete the current configuration. Create a new launch configuration selecting the project name under the Project Tab. Ensure your DE2 board is plugged into USB. Check the target connection tab and make sure it is present. - (4) Plug into your local network (DHCP is enabled, or app will default to static IP) - (5) View the Nios II console for debugging information (via JTAG UART) - (6) Telnet into the board from a pc: telnet <ip address> 30. Enjoy the simple socket server demo from Altera! Questions/comments? Fire away below!98 Replies
- Altera_Forum
Honored Contributor
Hello tnndesign,
does your project support tcp/ip protocols? if not is there any way to make DE2 (cyclone II - c35) support tcp/ip? regards, - Altera_Forum
Honored Contributor
Hi all,
Is it possible to share the zip file again please? Thanks, - Altera_Forum
Honored Contributor
--- Quote Start --- Hi all, Is it possible to share the zip file again please? Thanks, --- Quote End --- hi @sypend this is the file u request. inform me if there is problem with download http://www.mediafire.com/?o9k58t93qbd5oai regards - Altera_Forum
Honored Contributor
Thanks a lot.
Is this the original project file, DE2_SimpleSocketServer.zip, from tnndesign?? Best regards, - Altera_Forum
Honored Contributor
where I can download it?
- Altera_Forum
Honored Contributor
@sypeng,
yes it's like what I get it. - Altera_Forum
Honored Contributor
Sorry guys but the last link there does not at all seem to be what it is being claimed.
The project that is just the ping example, messed aroud a bit the project described in this thread speaks of the initche stack, Avalano fabric. none of which are in the software included. Please anyone that has the original files please submit again as we are also working with a DE2 Board with the DM9000A chip and no avalon driver. Thanks Gabriel - Altera_Forum
Honored Contributor
Could please repost the file, Im osrry to bother people like this but it seems thats the only way I'll find them
- Altera_Forum
Honored Contributor
Could someone post the file or email it to me?
PLEASE :) Jeff Goeders jeffrey.goeders at gmail.com - Altera_Forum
Honored Contributor
Hi ,I am new to fpga and NIOSII, i am trying to use simple web server eg given as a template in NIOSII ide. For that my first step was ,i included dm9000a driver in qsys and connected it with appropriate pins in quartus bdf. When i tried to run the eg on NIOSII. i got the following message (down)which is very familiar here but i cannot figure out what should i do. Please if someone can post some help soon,Your help will be highly appreciated. My board is DE2. (2c35f672c6 FPGA)
InterNiche Portable TCP/IP, v3.1 Copyright 1996-2008 by InterNiche Technologies. All rights reserved. prepped 0 interfaces, initializing... inet startup error: unable to find any working interfaces panic: IP dtrap - needs breakpoint Regards