Hello,
On our own carrier card, we get the following display error on the Jetson Orin Nano 4GB module.
The screen works in the “jetson-orin-nano-devkit” configuration file, there is no problem.
But it gives the following error in our own configuration file.
[ 12.274861] nv_platform 13800000.display: Adding to iommu group 41
[ 12.278740] platform 13800000.display:nvdisplay-niso: Adding to iommu group 42
[ 12.282512] platform 13800000.display:nvdisplay-niso: Removing from iommu group 42
[ 12.294736] nv_platform: probe of 13800000.display failed with error -1
[ 21.397362] platform 13800000.display:nvdisplay-niso: Adding to iommu group 43
[ 21.397608] nv_platform 13800000.display: Unbalanced pm_runtime_enable!
[ 21.407426] platform 13800000.display:nvdisplay-niso: Removing from iommu group 43
[ 21.407559] nv_platform: probe of 13800000.display failed with error -1
[ 21.615218] platform 13800000.display:nvdisplay-niso: Adding to iommu group 43
[ 21.615497] nv_platform 13800000.display: Unbalanced pm_runtime_enable!
[ 21.623690] platform 13800000.display:nvdisplay-niso: Removing from iommu group 43
[ 21.623803] nv_platform: probe of 13800000.display failed with error -1
The content of our own .conf file is as follows.
jetson Orin Nano 4GB-DRAM (P3767-0004) PROD MODULE
source “${LDK_DIR}/p3767.conf.common”;
DEFAULT_EMC_FUSE=“0”;
PINMUX_CONFIG=“custom-pinmux.dtsi”;
PMC_CONFIG=“custom-padvoltage-default.dtsi”;
BPFDTB_FILE=“tegra234-bpmp-3767-0000-a02-as-3767-0004-3509-a02.dtb”;
DTB_FILE=“tegra234-p3767-0004-p3509-a02.dtb”;
TBCDTB_FILE=“${DTB_FILE}”;
EMMC_CFG=“flash_t234_qspi_sd.xml”;
We used Jetson_Orin_NX_Series_+HDMI A03 as the Pinmux table and did not change anything in the HDMI part of the pins.
There is no eeprom on the carrier card, we bypassed it.
Also, the naming part seems very complicated. We use A03 on Pinmux, there is no A03 in the dtb section, we use A02 instead.
I know there is a 4 GB nano with 0004, I am trying to detect the correct file from there.
Is there a guide for this?
How can I quickly fix the display problem in its my configuration?
Thanks.