Running 5.5-inch 4K display on Jetson Nano

Hi,

Does anyone have an idea how to run the 5.5-inch 4K displays shown in the link below on the Jetson Nano board?

[url]404 page

Once I connect the driver board to the HDMI port of Jetson nano it does not show anything. Is there any specific driver that must be installed on Linux on Jetson nano in order to make this display running?

Thanks in advance for your kind replies.

Bests,
Darelli

If the board is HDMI compliant, then it should “just work ™”

Does the display work with other computers? Does it have proper power?
What does the Xorg.log and dmsg and console UART logs say when the Jetson starts up?

Thanks @snarky for your reply.

The output dmesg and Xorg.log are as follows:

dmesg :

[ 1265.405469] dp lt: CE done
[ 1265.405472] dp lt: switching from state 3 (channel equalization) to state 5 (link training pass)
[ 1265.405561] extcon-disp-state extcon:disp-state: cable 46 state 1
[ 1265.405562] Extcon AUX0(DP): enable
[ 1265.405564] dp_audio switch 1
[ 1265.438150] tegradc tegradc.1: unblank
[ 1265.480138] tegradc tegradc.0: unblank
[ 1265.480345] tegradc tegradc.1: unblank

Xorg.log

[  2405.115] (II) NVIDIA(0): Setting mode "HDMI-0: nvidia-auto-select @640x350 +0+0 {ViewPortIn=640x350, ViewPortOut=640x350+0+0}, DP-0: nvidia-auto-select @3840x2160 +640+0 {ViewPortIn=3840x2160, ViewPortOut=3840x2160+0+0}"

I have the same problem, figures?

1 Like

This issue has not been solved jetson/vrdisplay at master · thaiwash/jetson · GitHub

For future reference, some related posts:

Add support for 2.5K and 4K displays with native portrait orientation by installing deb packages with fixed kernel for Jetson Nano: VR display for jetson nano - #5 by Lissanro

The topic where this bug was discussed and a fix was suggested (the unofficial kernel packages mentioned above include the fix): 1440x2560 HDMI display not working - #6 by WayneWWW