Hi all,
I successfully managed to connect to my Jetson Nano through SSH with putty by using USB(Windows host)-Micro USB(Jetson Nano)
Now i try to do the same, but with an ethernet wire to increase the distance of use of my headless nano.
I tried crossover wire between my Windows 10 to my Jetson Nano and normal ethernet wire, but putting a switch between the two, it was not successful…
When I plug the wire to enable the communication I get this in my windows 10:
(sorry it is in French)
As I understand, the IP address is 169.254.36.142, but when I try to ping it when I disconnect the jetson nano I have answers, which is not characteristic of good communication, normally no answers is waited:
Moreover, when I wired the two, on the Jetson Nano running the command ifconfig or ip address did not show me any IPv4 address, I had to manually set it. Maybe that is wrong?
Anyway, I do not understand much here… when I looked on the internet, many people was talking about DHCP server, but I do not know what to do with it.
When using putty with the 192.168.55.1 SSH connection port 22 with USB(Windows host)-Micro USB(Jetson Nano), it directly works.
Here by ethernet it does not work at all.
Can someone provide me a tutorial on how to connect from one laptop to the jetson nano, with a direct connection or with a switch? Or few advises?
My configuration:
Jetpack 4.5.1
OpenCV 4.1.1
TensorRT 7.1.3
CUDA 10.2
cuDNN 8.0
Thank you if you answer me :)
Regards.