-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Description
Describe the bug
Pinging the frdm_k64f board works for a while, but eventually leads to the board not responding to any ethernet requests. The board also becomes unable to send ping requests to a host. This unresponsiveness persists until the board is reset.
I am reasonably sure that this issue is not specific to ICMP as I have observed the same unresponsive behaviour doing UDP stuff - ICMP is just the most reliable way of provoking the issue.
This issue could be an mcux variant of #11255
Issue is seen on latest master and on v1.14.0 tag.
To Reproduce
- cd samples/net/socket/echo_client
- west -b frdm_k64f -d build
- west flash --runner jlink
- sudo ping 192.0.2.2 -i 0.001
- ping responses will eventually stop
Expected behavior
I expect the frdm_k64f to not become unresponsive
Impact
The project I'm working on is based on the frdm_k64f and will rely heavily on a stable ethernet connection. This issue is therefore a showstopper for me, especially since it seems to require a device reset to restore functionality.
Screenshots or console output
Wireshark log of when communication stops.
Environment (please complete the following information):
- OS: Ubuntu 18.04
- Toolchain: Zephyr SDK 0.10.0
- Commit: 82497ec
