- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
ethernet an Lwip
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-11-2012 06:08 AM
i have no experience working with the EDK and embedded solutions, i am trying to implement a ethernet communication board ML605-PC but i have some difficults. I am using the xapp1026,but it doesnt work
In the Raw mode i have the folowing error in the tcp_bind function:"Unable to bind the port 7" and if i set the debug options i have the message "tcp_slowtmr: no active pcbs", and the board dont communicate whit the PC.
In the socket mode , i have an error related with the iperf server. i have the output:
-----lwIP Socket Mode Demo Application ------
Board IP: 192.168.1.10
Netmask : 255.255.255.0
Gateway : 192.168.1.1
Server Port Connect With..
-------------------- ------ --------------------
echo server 7 $ telnet <board_ip> 7
rxperf server 5001 $ iperf -c <board ip> -i 5 -t 100
txperf client N/A $ iperf -s -i 5 -t 100 (on host with IP 192.168.1.100)
tftp server 69 $ tftp -i 192.168.1.10 PUT <source-file>
http server 80 Point your web browser to http://192.168.1.10
auto-negotiated link speed: 100
Connecting to iperf server...error in connect
i create a new design using the ethernet Lite and the TMAC whit the default echo server but it still not working.
Someone can help me to solve this problem.
Solved! Go to Solution.
Re: ethernet an Lwip
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-12-2012 11:36 AM
Are you working with the ready_to_download folder Xilinx provide with the xapp1026?
Re: ethernet and Lwip
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-16-2012 04:48 AM
Thanks for the reply. Yes i was working with the ready_for_download, but that was not the problem. The problem was that the ML605 was not configured correctly for the GMII or MII, so i consult the ML605 Hardware User Guide and make modifications on the J67, J67 an J68 jumpers. Now it is working perfectly.
Thanks.











