I want to enable HDMI on our custom board using JetPack 6. I’ve noticed that the Jetson_Orin_NX_and_Orin_Nano_series_Pinmux_Config_Template generated pinmux and Jetpack 6’s tegra234-mb1-bct-pinmux-p3767-hdmi-a03.dts have the same content and settings.
From previous experience, it should only be necessary to modify the L4T/jetson-orin-nano-devkit.conf by changing:
PINMUX_CONFIG to "tegra234-mb1-bct-pinmux-p3767-hdmi-a03.dtsi"
PMC_CONFIG to "tegra234-mb1-bct-padvoltage-p3767-hdmi-a03.dtsi"
Is that correct?
However, after flashing, xrandr still shows DP instead of HDMI. What else needs to be modified?
I have only made the following modifications in JP5: Linux_for_Tegra/source/public/hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0000-p3768-0000-a0.dts
After flashing and booting, xrandr will show HDMI."
However, in JP6, I cannot find the file tegra234-p3767-0000-p3768-0000-a0.dts.
Instead, there is a file named tegra234-p3768-0000-p3767-0000.dts?
But it does not include tegra234-dcb-p3767-0000-dp.dtsi.
Hi Wayne,
Thank you for your reply.
I know I can use grep to find files, but I’m not sure exactly which file I need to find and modify.
Is it this one: tegra234-dcb-p3767-0000-hdmi.dts?
Because in JP512, I just need to modify the two files mentioned above to switch from DP to HDMI
Hi Wayne,
I have another issue to discuss.
From JP5 to the current JP6, many screens are unable to wake up from suspend mode under HDMI 4K resolution.
Is there a schedule for fixing this problem?