Jetpack 6.2 - White screen after shutdown

Hello everyone,

I am using a Holybro Jetson (Orin NX 16GB) Pixhawk (6 Pro) Baseboard with JetPack 6.2 installed. After shutting down the Jetson, instead of turning off completely, the screen displays a white screen. This issue did not occur when I was using JetPack 6.1

Any suggestions or insights would be greatly appreciated.

Thanks!

As that is a custom board, please clarify whether that is a HDMI port or DP port on the carrier board first.

1 Like

Hello! thanks for answering, it’s a mini HDMI port. It’s a modification from the custom board

Could you share the result of xrandr from ssh terminal or UART console?

$export DISPLAY=:0
$xrandr

Hello @WayneWWW sorry for the delay, I didn’t have the companion for a while. This is the output (I had to use 1 because it appears when I use who:

$ export DISPLAY=:1
$ xrandr

Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 800mm x 330mm
   1920x1080     60.00*+  59.94    50.00
   1680x1050     59.95
   1280x1024     75.02    60.02
   1280x960      60.00
   1280x720      60.00    59.94    50.00
   1152x864      75.00
   1024x768      75.03    70.07    60.00
   800x600       75.00    72.19    60.32    56.25
   720x576       50.00
   720x480       59.94
   640x480       75.00    72.81    59.94    59.93

Thanks!

Your software setting is wrong. When you saw “DP” in xrandr, but you are using HDMI monitor, then it is a obvious error.

Are you a board vendor who made this “Holybro” baseboard or you just bought it from somewhere?

Oh I see. I bought it directly from the company through its website.

According to documentation I installed Jetpack using SDK Manager.

Please contact with the board vendor. This hardware is definitely not able to really work with image from sdkmanager.

Sdkamanger is for NV devkit to use and by default NV devkit is using DP mode.

1 Like