Tried SSHing into Pynq via a direct ethernet connection. I followed the tutorials, and set a static IP address to my laptop in the same range as board.
Board – 10.0.0.71
Laptop – 10.0.0.88
Subnet mask – 255.255.255.0
Gateway – 10.0.0.1 (also tried leaving this alone)
The problem is it takes forever to detect the device. After logging in, every command takes at least 20-25 seconds. And it automatically disconnects after a couple commands like ls or cd.
I’m suspecting this could still be some IP config issue. Any help?
PS: I verified my cable and adaptors are working perfectly by connecting to an actual router and verifying speeds. Didn’t fiddle around with DNS server IP addresses either. Also tried bridging the connections. Any insight is super appreciated