Ethernet over USB -zperf example for NUCLEO F429ZI board #69056
Unanswered
Masood-Salik
asked this question in
General
Replies: 2 comments 2 replies
-
@Desvauxm-st Can you have a look ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
If you are using picolib then the -116 errno would mean |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I need help running the ZPERF example for the NUCLEO F429ZI board with Ethernet over USB.
zephyr/samples/net/zperf/sample.yaml
Lines 24 to 30 in f9739ab
I have configured the proj.conf by doing the above configuration. I also had to disable the CONFIG_NET_IPV6 flag otherwise mcu restart when anything is sent via Serial cmd.
The RNDIS network is discovered and I can set the IP. However, when I run iperf-2.0.5b-win32 in server mode on my Windows 11 and send
zperf tcp upload 192.0.2.2 5001 10 1K 1M
on the board, I get the errorTCP upload failed (-116)
. The connection is not established for TCP. Also getting error for UDP upload failed (-115) Can anyone help me understand what the problem might be?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions