Hello,
I am trying to connect to my drone through vs-code. However, every time I try and ssh into the drone I get an error.
Link to google drive with screenshots:
Hello,
Sorry for taking a long time to respond. I tried to use another solution with FileZilla and updating the sandbox through it. However I soon ran into a issue, I cant build without the jetson Wi-Fi. As of now I’m trying to connect the jetson again through Wi-Fi with the serial. I get errors saying that my SSID doesn’t exist. I believe I am typing the SSID and password correctly because I’m copying and pasting it through windows settings to try and eliminate any chance for me to misspell it. I was wondering if I could have some helping connect the jetson with ethernet. I try plugging in my ethernet to the jetson but I don’t know what I’m doing. Is there any chance you can give me instruction on how to connect the jetson with Wi-Fi through a ethernet.
First off, if it says the SSID doesn’t exist, you can run sudo nmcli device wifi list to see a list of all the WiFi networks the Jetson sees. I’m not sure if the WiFi card supports 5GHz networks, so that could be the issue.
If you plug in an ethernet cable, do you have an internet connection? You can check to see if the Jetson has an IP address by running ifconfig eth0. Additionally, you can try to ping something like: ping 1.1.1.1 -c 4`.
Lastly, as an alternative to transferring files with FileZilla/WinSCP, you can also edit code directly on the Jetson. You can download VS Code if you want, or use a command line editor such as nano. There’s a number of options, without needing to use another computer.