AGX Orin Jetpack 5.0.2 No display/console in multi-user mode

AGX Orin running Jetpack 5.0.2.
I disabled Ubuntu desktop with systemctl set-default multi-user.
After the reboot there is Nvidia logo visible during UEFI, and the screen goes black - no console available.

Yes, it is a known issue that framebuffer console is not supported on Orin yet.

Is there a list of known issues for AGX Orin?

please check this release notes - Jetson-Linux r35.1 GA Release Notes (nvidia.com)

Is there a timeline for having fb console available ?
Is nvdrmvideosink available with Orin ? How to test it ?

The nvdrmvideosink didn’t work for me. The easiest test is to run:

gst-launch-1.0 -v videotestsrc ! nvdrmvideosink

But it fails:

root@orin:~# gst-launch-1.0 -v videotestsrc ! nvdrmvideosink
Setting pipeline to PAUSED ...
Could not open DRM failed
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPipeline:pipeline0/GstNvDrmVideoSink:nvdrmvideosink0: GStreamer error: state change failed and some      element failed to post a proper error message with the reason for the failure.
Additional debug info:
gstbasesink.c(5367): gst_base_sink_change_state (): /GstPipeline:pipeline0/GstNvDrmVideoSink:nvdrmvideosink0:
Failed to start
Setting pipeline to NULL ...
Freeing pipeline ...
root@orin:~#

nvdrmvideosink failing from GUI is expected, I usually get it working from virtual console.
Not tried yet from serial console.

It works fine on Xavier.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.