Please use the uart console and share the /var/log/Xorg.0.log
Im really new to nano I have no Idea what to do
FYI, serial console is actually a program running on the host PC, but talking to the serial UART of the Jetson. Makes it possible to see boot messages even before Linux ever starts, and even if graphics, networking, and quite a large part of the system is completely failed. Better yet, the serial console program running on the PC can log everything to the PC itself (even if the Jetson crashes and burns the PC will still have the log). Log files can be directly attached to the thread and a regular editor used to search through it. Lots of advantages, would highly recommend learning the serial console.
I’d also recommend posting the serial console’s entire boot log. If serial console is logging, then running the command “cat /var/log/Xorg.0.log
” would show that log too within the boot log. The trick is that if you can’t log in, then you can only get the boot log, but that would be very important.
I am also curious which release you flashed this with, and verify it is a dev kit and not a third party carrier board.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.