Hi, I’m having issues running a particular display device that comes with a HDMI - MIPI converter. The particular display works as expected when connected by HDMI to my ubuntu laptop, but fails from the jetson nano. The nano is currently flashed from jetpack 4.6.5 via the sdk manager. Conventional HDMI native monitors that I’ve tested are working properly, it’s just this particular display that I’d like to get working.
Curiously, if I install from sd-card image, the display works correctly during install (while setting username and such), but immediately goes black afterwards. The display also shows the nvidia logo during boot, before going black.
dmesg output when the HDMI is connected:
[ 304.990576] Reserved SVD code 0
[ 304.994217] Reserved SVD code 0
[ 304.997595] Reserved SVD code 0
[ 305.000873] Reserved SVD code 0
[ 305.004096] Reserved SVD code 0
[ 305.007236] Reserved SVD code 0
[ 305.010419] Reserved SVD code 0
[ 305.013639] tegradc tegradc.0: blank - powerdown
[ 305.014007] tegradc tegradc.0: unblank
[ 305.024027] tegradc tegradc.0: nominal-pclk:257970000 parent:257968750 div:1.0 pclk:257968750 255390300~281187300
[ 305.024113] tegradc tegradc.0: hdmi: tmds rate:257970K prod-setting:prod_c_hdmi_150m_300m
[ 305.025274] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 305.058166] Reserved SVD code 0
[ 305.058179] Reserved SVD code 0
[ 305.058190] Reserved SVD code 0
[ 305.058200] Reserved SVD code 0
[ 305.058209] Reserved SVD code 0
[ 305.058211] Reserved SVD code 0
[ 305.058213] Reserved SVD code 0
[ 305.065984] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 305.065988] Extcon AUX1(HDMI) enable
[ 305.088266] extcon-disp-state extcon:disp-state: cable 51 state 1
[ 305.088269] Extcon HDMI: HPD enabled
[ 305.088293] tegradc tegradc.0: hdmi: plugged
[ 305.451803] tegradc tegradc.0: blank - powerdown
[ 305.508933] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 305.508935] Extcon AUX1(HDMI) disable
[ 305.529381] tegradc tegradc.0: unblank
[ 305.539390] tegradc tegradc.0: nominal-pclk:148500000 parent:148500000 div:1.0 pclk:148500000 147015000~161865000
[ 305.539468] tegradc tegradc.0: hdmi: tmds rate:148500K prod-setting:prod_c_hdmi_75m_150m
[ 305.540490] tegradc tegradc.0: hdmi: get YCC quant from EDID.
[ 305.572134] Reserved SVD code 0
[ 305.572135] Reserved SVD code 0
[ 305.572136] Reserved SVD code 0
[ 305.572137] Reserved SVD code 0
[ 305.572138] Reserved SVD code 0
[ 305.572139] Reserved SVD code 0
[ 305.572140] Reserved SVD code 0
[ 305.578207] extcon-disp-state extcon:disp-state: cable 47 state 1
[ 305.578209] Extcon AUX1(HDMI) enable
[ 305.600350] tegradc tegradc.0: unblank
[ 305.600688] tegradc tegradc.1: blank - powerdown
[ 305.711616] tegradc tegradc.0: blank - powerdown
[ 305.775151] extcon-disp-state extcon:disp-state: cable 47 state 0
[ 305.775154] Extcon AUX1(HDMI) disable
[ 305.794769] tegradc tegradc.0: unblank
[ 305.804773] tegradc tegradc.0: nominal-pclk:257970000 parent:257968750 div:1.0 pclk:257968750 255390300~281187300
(this repeats many times)
the output of xrandr when the display is connected:
Screen 0: minimum 8 x 8, current 2880 x 1440, maximum 16384 x 16384
HDMI-0 connected primary 2880x1440+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
2880x1440 60.01*+
640x350 85.08
DP-0 disconnected (normal left inverted right x axis y axis)
In case it’s relevant, this is the output of get-edid | parse-edid when the display is working on my ubuntu machine:
Section "Monitor"
Identifier "YongXing "
ModelName "YongXing "
VendorName "LZT"
# Monitor Manufactured week 12 of 2017
# EDID version 1.3
# Digital Display
# Display Physical Size not given. Normal for projectors.
Gamma 2.20
Option "DPMS" "false"
Horizsync 15-240
VertRefresh 23-75
# Maximum pixel clock is 340MHz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Not giving standard mode: 248x155, 60Hz
#Extension block found. Parsing...
Modeline "Mode 8" 257.97 2880 2930 2938 2953 1440 1448 1450 1456 -hsync -vsync
Modeline "Mode 0" 257.97 2880 2930 2938 2953 1440 1448 1450 1456 -hsync -vsync
Modeline "Mode 1"
Modeline "Mode 2"
Modeline "Mode 3"
Modeline "Mode 4"
Modeline "Mode 5"
Modeline "Mode 6"
Modeline "Mode 7"
Modeline "Mode 9" 257.97 2880 2930 2938 2953 1440 1448 1450 1456 -hsync -vsync
Modeline "Mode 10" 257.97 2880 2930 2938 2953 1440 1448 1450 1456 -hsync -vsync
Modeline "Mode 11" 257.97 2880 2930 2938 2953 1440 1448 1450 1456 -hsync -vsync
Option "PreferredMode" "Mode 8"
EndSection