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.
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.
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
5、set HDMI ports GPIO7_5V0_HDMI_EN is high ,like this
Hello,Do I need to set M0 as an input pin or an output pin?
My schematic has HPD set to active low logic, contrary to the reference design, what changes do my drivers need to make?
Hi WayneWWW,
I have set PM.00 to GPIO_ACTIVE_LOW , the system up,no display on the display screen. But during startup with”boot options’’ steps is ok about display.
Hi WayneWWW,
It is failed to rmmod nvidia-modeset and nvidia. I can’t find anything about hotplug. Debug logs like this: orin_HDMI_Display fail.txt (75.0 KB)
There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
So where is the log after you insmod…? You didn’t show the most important part at all…