Hi, I am trying to change the WiFi setting of the Jetson Xavier AGX development kit but I do not have access to any mouse or keyboard.
WHat options do I have ? Can I use my system to do so ?
Hi, I am trying to change the WiFi setting of the Jetson Xavier AGX development kit but I do not have access to any mouse or keyboard.
WHat options do I have ? Can I use my system to do so ?
nmtui
(curses based, “graphical” interface, easier) or nmcli
That’s the problem. I connected to the Jetson via SSH using a mutual Wifi. But as that hotspot source is not available right now, I need to connect the jetson to another Wifi.
ssh user@192.168.55.1
, where user
is the user on your jetson (the same you used before to connect through wifi). The IP is always that fixed ip, which you get using the usbc cable.Thank you so much. :)