Our carrier board is designed referece to Jetson Orin Nano/NX developer kit (P3768)
the attachment is our schematic of HDMI part.
HDMI design.png
HDMI design rework.png
SW infomation :
Jetpack 6.2.2 / Jetson Linux 36.5
I follow this guide to use config “p3509-a02-p3767-0000.conf” to flash OS :
// for DP
sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” \
–showlogs --network usb0 jetson-orin-nano-devkit internal
// for HDMI
$ sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device mmcblk0p1 \
-c tools/kernel_flash/flash_l4t_t234_nvme.xml -p “-c bootloader/generic/cfg/flash_t234_qspi.xml” \
–showlogs --network usb0 p3509-a02-p3767-0000 internal
proc-devicetree.dtb.dts.zip is the device tree parse from /proc/device-tree
I have check the console HDP pin config as input already and look correctly :
nano@nano:/proc/device-tree/display@13800000$ sudo cat /sys/kernel/debug/pinctrl/2430000.pinmux/pinconf-groups | grep -i pm0 -A 15
7 (dp_aux_ch0_hpd_pm0):
pull= 0
tristate =1
enable-inpu t=1
open-dra in=1
io-re set=1
rcv -sel=1
io-hv=1
s chmitt=1
pull-down-s trength=0
pull-up- strength=0
d rive-type=0
gpio-mode=0
function=rsvd1
nano@nano:/proc/device-tree/display@13800000$ sudo gpioinfo
gpiochip0 - 164 lines:
line 76: “PM.00” kernel input active-high [used]
DCB block looks fine :
########## Tegra DCB BLOB ###############
########### Display Devices ############ #
Display Devices ::
Display Devices : [0]
Type : [T MDS]
CCB : [0]
Heads : 0:[Y] 1:[Y]
Sor : [0 ]
HDMI capable : [1]
Connector : [0]
Bus : [0]
############### CCB Entries #### ######## ###
CCB::
*CCB entries that have both I2C and AUX ports unused (value = 31) are not displayed
CCB Index : 0
I2C Port : [6]
AUX Port : [0]
########### Connector entr ies ########### ##
Connectors::
Co nnector Index : 0x0
Type : [HDMI]
Hotpl ug : A:[Y]
################# ******* #################
Our issue is that seems HDMI doesn’t enable because from the console
But, HDMI no display and xrandr says,
Can’t open display
Are there any files that need to be modified that we haven’t noticed?
proc-devicetree.dtb.dts.zip (50.1 KB)


