Hi! I have some questions about my jetson tx2 and I was wondering if you guys could help me. Since yesterday, every time when I try to open my jetson tx2, the screen would show something like this
Do you have etherent connect on your board? If so, use ifconfig to check the IP of your board, then you can transfer the data through scp command to other ubuntu host.
If you don’t have ubuntu host, then some tool like filezilla on Windows should also work.
If you are using Linux, then an example of scp to copy from user named “nvidia” follows (commands run from the host PC). Adjust for your login name and IP address (example is 192.168.55.1):
ssh nvidia@192.168.55.1 ls -ltr /var/log/Xorg.*
# You will see a list of files starting with "`Xorg.`", and the last one listed will be
# the one which is most recently changed. Assuming most recently changed is "`Xorg.0.log`",
# then this actually copies it to the host PC:
scp nvidia@192.168.55.1:/var/log/Xorg.0.log .
# Rename it with ".txt" for forum upload:
mv Xorg.0.log Xorg.0.txt
If you don’t know the address, then via serial console running “ifconfig eth0” should show it.
The xorg is still running. How about /var/log/syslog? Could you share it too?
Also, please use serial console to check if gdm3 is still running on device, no matter it is running or not, please restart it and see if desktop will show up or not.