Other Parts Discussed in Thread: AM62A7
Tool/software:
Hello,
I am currently working on the AM62A7 platform (SDK 09.02) and encountering an unusual networking issue. Here are the details:
-
Setup:
- Direct Ethernet connection between my AM62A7 board and a PC (no intermediate switches).
- Continuous bidirectional
pingtests to monitor connectivity.
-
Problem:
- After approximately 24 hours, both devices lose connectivity—
pingfails in both directions. - The issue resolves immediately when I enable promiscuous mode (
ifconfig eth0 promisc) on the AM62A7 network interface, restoring full bidirectional ping functionality. - Disabling promiscuous mode (
ifconfig eth0 -promisc) causes the connectivity to fail again.
- After approximately 24 hours, both devices lose connectivity—
-
Observations:
- No obvious errors in kernel logs or network stack traces during failure.
- The problem persists across reboots but is consistently resolved by promiscuous mode
Could you provide insights into what might cause this behavior?