We have made a custom carrier board based on Jetson AGX Orin SOM. We are using HDMI in the custom carrier board. When we connect to display we could see the red and blue colors are swapped. Can you provide your inputs on this.
We are using Jetson Linux 35.4.1, can you guide where we can modify the resolution. Because it is not working with few HDMI monitors.
Hi,
It looks o be an issue in the custom board. Probably certain pins are swapped. You may try the HDMI device with AGX Orin developer kit through DP to HDMI adapter, to make sure the HDMI device is good.
And please check product design guide to ensure the pins are correctly connected.
From the design guide, in the following table we could see that DisplayPort 2 Lane 0 or HDMI Lane 2 and vice versa(highlighted in yellow color). Can we understand this as Lane0 and Lane2 of HDMI and DP are swapped?
Tried changing the “customer usage” column in the pinmux xls file with the possible other options, but didn’t see any change in the generated Orin-jetson_agx_orin-pinmux.dtsi file. How we can change the DP Lane0 to HDMI Lane2 and DP Lane2 to HDMI Lane0 in the software?
I have used dcb_tool and changed the connector type to HDMI as shown below. After changing the connector type, I have used the generated dtsi file. But still I am seeing the blue and red color swapped.
While reading the existing blob content in dtsi file using dcb_tool, I could see Display DevicesType as DP in the existing blob content, I have tried changing Type option using dcb_tool, but it is not giving any option to select HDMI as Display Devices Type. Following is the screen shot for the same. I have highlighted the options using red color circle, I didn’t see HDMI option in the list.
We didn’t find the details for DP2_TX0 and DP2_TX2 lines swapping. Can you please confirm whether we can swap DP2_TX0 and DP2_TX2 lines from software.
I could see similar forum query for AGX Xavier. For Xavier suggested to change xbar lines. We checked the same for Orin. but didn’t find the xbar lines of DP2_TX0 and DP2_TX2 for AGX Orin.
Can you confirm from software side we can done these DP2_TX0 and DP2_TX2 lines swapping for AGX Orin.
Release note thing is only for that “CPU:0, Error: dce-fabric@0xde00000, irq=37”
Anything refer to Xavier display won’t work on Orin. Driver is totally different. There is no software method to change DP2_TX0 and DP2_TX2. You must change the hardware.
Is there any possibility to change the Red and Blue colors using software in the video pipeline inside SoC? so that we can get proper color on HDMI display.