Hi
I am trying to run my own hardware board where I mount the module: NVIDIA 900-13701-0040-000
I am not an expert in software however I need to do this to test the hardware. Unfortunately the instructions are not clear enough for me to do this.
I am using JetPack version 6.0 rev2 Release Tag: jetson_36.3
I have installed the SDKManager software. I can do a flash of the software.
I was able to make the following modifications:
Remove MGBE > ODMDATA=“gbe-uphy-config-0,hsstp-lane-map-3,nvhs-uphy-config-0,hsio-uphy-config-0”;
delete EEPROM > cvb_eeprom_read_size = <0x0>.
After these procedures, the module starts up. However, the image via HDMI does not work - this is similar to the one from the Jetson AGX Xavier schematic and Design Guide for Orin AGX.
Design Guide:
our:
I also wanted to point out that the development board on which I am performing the upload has HDMI and not DP as it is in the schematic. It is a Leetop 900-44805-0000 and I have an image on the original board, but I don’t have a complete schematic for it and I don’t know where the differences are.
I found a lot of information, however, I am lost in what AND how:
https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/SD/Kernel/DisplayConfigurationAndBringUp/OrinDisplayconfig.html
I downloaded:
tegra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi (from: Jetson Linux 34.1.1 | NVIDIA Developer)
Instead of:
tegra234-dcb-p3701-0000-a02-p3737-0000-a01.dtsi (since it does not appear here! Jetson Linux | NVIDIA Developer)
I ran the tool with my downloaded from the internet file
./dcb_tool -m tegra234-dcb-p3701-0000-a02-p3737-0000-a01_hdmi.dtsi
And I see something like this. I understand that this is the configuration in the file I got from the internet and not mine. Mine might be different? However, I have HDMI working on this development board, so how to determine the difference?
I use 88E1512 as the ETH PHY chip via RGMII. A solution according to the Design Guide and scaled to Jetson Xavier (P2822_B03_OrCAD_schematics).
What is the easiest way to run both?
Please do not refer me to the Design Guide or PinMux documents because in this case it is unclear to me and I cannot use it