Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Regular Visitor
jdomingosalves
Posts: 3
Registered: ‎03-07-2012
0
Accepted Solution

ethernet an Lwip

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.

Super Contributor
assaf_malki
Posts: 213
Registered: ‎11-06-2011
0

Re: ethernet an Lwip

Are you working with the ready_to_download folder Xilinx provide with the xapp1026?

Regular Visitor
jdomingosalves
Posts: 3
Registered: ‎03-07-2012
0

Re: ethernet and Lwip

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.