hello everyone
i want to enable HDMI display on orin.
For Jetson AGX Orin : Enabling HDMI on Custom Carrier Boards
Download the “tegra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi” file from https://developer.nvidia.com/embedded/linux-tegra-r3411 .
I can not download the example HDMI DTS file.
kayccc
May 20, 2022, 3:53am
#2
Thank you for your reply!
but i can not find tegra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi
Can you be more specific?
kayccc
May 20, 2022, 10:59pm
#4
That file is live now, please find it from Jetson Linux 34.1.1 | NVIDIA Developer
Hi kaycc,
I want to enable HDMI on Custom Carrier Boards , I foun it‘s not working follow this steps:
======================================
Enabling HDMI on Custom Carrier Boards
This information is specific for modifying the device tree file for your custom carrier board and does not apply when you use the Developer Kit carrier board.
Download the example HDMI DTS file
Download the 鈥渢egra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi鈥� file from Jetson Linux 34.1.1 | NVIDIA Developer
Modify kernel dts with HDMI connector support
The JetPack5.0-DP release Kernel sources includes a dtsi file that sets DCB with DP connector support by default. Users will need to update the provided dtsi file with the downloaded dtsi file to enable HDMI setting.
Path: <Kernel_Sources>/hardware/nvidia/platform/t23x/concord/kernel-dts/
Modify your board dts to replace the default DCB dtsi:
— a/tegra234-p3701-0000-p3737-0000.dts
+++ b/tegra234-p3701-0000-p3737-0000.dts
@@ -17,7 +17,7 @@
#include “cvm/tegra234-p3701-0000.dtsi”
#include “cvb/tegra234-p3737-0000-a00.dtsi”
#include “tegra234-power-tree-p3701-0000-p3737-0000.dtsi”
-#include “tegra234-dcb-p3701-0000-a02-p3737-0000-a01.dtsi”
+#include “tegra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi”
#include <tegra234-soc/mods-simple-bus.dtsi>
#include “cvb/tegra234-p3737-camera-modules.dtsi”
Recompile the Kernel by completing instructions in Kernel Customization .
Reflash your board with the updated Kernel and Kernel DTB
Are there any other parts of the device tree that need to be modified?
kayccc
May 30, 2022, 3:06am
#7
Hi yunshang425 ,
Please help to open a new topic for your own issue. Thanks