I’m using a Jetson Nano with a fresh install of Ubuntu 20.04.
Whenever the system goes into sleep, it never wakes up again — the screen just stays black.
I already checked the settings, and Automatic Suspend is disabled, so I don’t think it’s caused by that.
I also noticed another issue: the NVIDIA logo at the top-right corner looks stretched and broken.
Is this a known issue with Jetson Nano and Ubuntu 20.04?
How can I prevent the system from going black and not waking up?
Are yo using the devkit or custom board for Jetson Nano?
What’s the Jetpack version in use?
As my understanding, Jetson Nano supports 18.04(in Jetpack4.x) rather than 20.04.
How did you update Jetson Nano to Ubuntu 20.04?
Please share the result of the following commands for further check.
It seems the guide is from 3rd-party GitHub and we’ve not verified it.
From the result you shared, it is L4T r32.7.6 (which is part of Jetpack 4.6.6).
Could you also share the result of uname -r on your board?
Since you are using the devkit, we would suggest referring to the following instruction to use SDK manager to flash fresh Jetpack 4.6.6 to verify if there’s still wake up failed issue. Install Jetson Software with SDK Manager — SDK Manager
although the issue isn’t fully resolved, I’ll continue using this version for now. Kernel updates seem a bit uncertain to me, and it’s difficult to do a fresh install since I already have important project files on this system.
Even after changing the “Blank Screen” option to “Never”, the problem still persists.