Jetson-Nano-Ubuntu-20-image
Jetson-Nano-Ubuntu-20-image copied to clipboard
performing ssh into jetson nano gives warnings
warning 1:
/usr/bin/xauth: file /home/jetson/.Xauthority does not exist
solution:
On the jetson nano do:
chmod 644 $HOME/.Xauthority
warning 2:
X Error of failed request: BadLength (poly request too large or internal Xlib length error) ...
see: https://forums.developer.nvidia.com/t/x-error-of-failed-request-i-get-this-error-when-connecting-with-ssh-any-idea/160651
Before jumping into the deep, is a dummy HDMI plug an option? See https://github.com/Qengineering/realsr-ncnn-Jetson-Nano/issues/4
Hello, thanks for the help. Actually I have attached a real hdmi display to the jetson, at least at setup phase. Later on I plan to remove it.
OK, I'm very busy at the moment. I see what I can do this weekend.
Thanks, actually X11 works properly and does forward the display to the client via ssh. Is just an annoying warning but does not seem to affect the system.
Strange. Just flashed a fresh SD-card from the Gdrive.
SSH login : jetson password : jetson
And this is the screen I get:
No warnings at all.
Even after
sudo apt-get update && sudo apt-get upgrade
with lots of new upgrades, no warnings.