Jetson Device Boots Request Login and Display Stops

I flashed my device Jetson Orin Nano 8GB dev kit (dual boot with an external drive, Ubuntu 22.04) . After flashing, I took the device out of recovery mode, and booted the device. The display goes blank after the initial logo. A portion of the serial is included:

output.txt (36.4 KB)

However, I am able to ssh into the device, and login

Screenshot from 2025-03-28 11-28-59|580x500

Is is possible the display issue is connected to login. Is there a way to fix the display update so that I can operate the device independently?

Hi,

How do you flash your device?
Could you provide the commands or method to flash your device?

Also some questions to confirm:

  • Is your Orin Nano a dev kit or a custom boards?

Thanks

Hello - I used the SDK manager. I installed jetpack 6.1 using a dual booted version of Ubuntu 22.04

I have the 8GB dev board

Is this still an issue to support? Any result can be shared?

Yes, this is still an unresolved issue

Hi,

Please boot again, ssh to the device and record below for us to review:

  • /var/log/Xorg.0.log
  • The output of lsmod saved to a file: lsmod > lsmod.txt
  • The output of dmesg saved to a file: dmesg > dmesg.txt
  • ps aux | grep gdm3

Thanks

01_Xorg.0.log.txt (18.7 KB)

02_lsmod.txt (6.2 KB)

03_dmesg.txt (59.4 KB)

root 960 0.0 0.1 241412 8072 ? Ssl 19:32 0:00 /usr/sbin/gdm3
user 2052 0.0 0.0 8620 2044 pts/0 S+ 20:00 0:00 grep --color=auto gdm3

Hi,

The log you provided is similar in topics.

Please use the sdk manager to flash your device again and check whether issue exist.

Thanks