Hi,
i want to test the ethernet connection between my zedboard and my notebook. As described in the "Open Source Linux Ethernet Performance Test Tutorial" i use iperf. I use the prebuilt linux image from this tutorial.
On my notebook (windows 7, firewall disabled) i start iperf as server iperf.exe -s.
On the zedboard i use this command to start the client:
"./iperf3 --bandwidth 1000M --client 192.168.1.83 --format m --time 60"
i get the following response : "iperf3: error - unable to connect to server: Connection refused"
i tried to add the port command: "./iperf3 --bandwidth 1000M --client 192.168.1.83 --format m --time 60 -p 5001"
Now iperf connects to the server, ServerPrompt:"[ 4] local 192.168.1.83 port 5001 connected with 192.168.1.151 port 42267". But then nothing happens, there are no datas from the client.
When i use a other computer with linux it works.
Do you have any idea?
Thanks
Max