The custom board of Orin NX 35.3.1 has no hdmi output. Do you have any suggestion?

操作步骤:
1.先下载官方的版本为35.3.1的烧录bsp和文件系统.
2.执行以下脚本
$sudo tar xvpf ./Jetson_Linux_R35.3.1_aarch64.tbz2
$sudo tar xvpf .Tegra_Linux_Sample-Root-Filesystem_R35.3.1_aarch64.tbz2 -C Linux_for_Tegra/rootfs/
$cd Linux_for_Tegra/
$sudo ./apply_binaries.sh
$sudo ./tools/l4t_flash_prerequisites.sh
3.修改设备树
hardware/nvidia/platform/t23x/p3768/kernel-dts/tegra234-p3767-0000-p3768-0000-a0.dts里面改成如下样子,下面代码的第一句就是修改的内容.

#include "tegra234-dcb-p3767-0000-hdmi.dtsi"
#include <tegra234-soc/mods-simple-bus.dtsi>
#include <t234-common-cvm/tegra234-thermal.dtsi>
#include <t234-common-cvm/tegra234-cpuidle.dtsi>
#include <t234-common-cvm/tegra234-thermal-cooling.dtsi>
#include <t234-common-cvm/tegra234-thermal-userspace-alert.dtsi>
#include "cvm/tegra234-p3767-0000.dtsi"
#include "cvb/tegra234-p3768-0000-a0.dtsi"

4.修改pinmux,打开文件Jetson_Orin_NX_series_and_Orin_Nano_series_Pinmux_Config_Template.xlsm生成a03 hdmi的设备树
然后,按照Jetson AGX Orin Platform Adaptation and Bring-Up — Jetson Linux Developer Guide documentation
的方法修改pinmux
5.烧写,命令如下:
$sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1 -c tools/kernel_flash/flash_l4t_external.xml -p “-c bootloader/t186ref/cfg/flash_t234_qspi.xml” --showlogs --network usb0 jetson-orin-nano-devkit internal
6.结果还是没有hdmi,请问一下您有什么建议吗?
如果需要其它信息,请告诉我.
谢谢!

你hotplug HDMI cable的時候uart/dmesg有任何log出現嗎?

Hi,
串口已经进入Please complete system configuration setup …,
然后hotplug HDMI cable的时候,uart没有任何log出现.
Thanks

厄 可以請你在燒錄之前在先把user account設定好然後再回來回答我們的問題嗎?
基本上我們debug的時候不希望還在討論這種帳號設定不了的狀況.

Hi,
user account已经设定好了.
hotplug HDMI cable的时候,uart/dmesg依然没有log出现.

你的os_gpio_hotplug_a應該沒設吧

Hi,
量了一下(HDMI_HPD)引脚,拔掉hdmi cable时是1.8V的高电平,插上时是0V.

…厄 所以你os_gpio_hotplug_a有設定嗎?
還是你不理解我的問題?

你直接用p3509的config燒錄可能比較快

Hi,
我用了3509的config来烧写Orin NX nvme,也一样没有hdmi output.烧写命令如下.

sudo ./tools/kernel_flash/l4t_initrd_flash.sh --external-device nvme0n1p1   -c tools/kernel_flash/flash_l4t_external.xml -p "-c bootloader/t186ref/cfg/flash_t234_qspi.xml"   --showlogs --network usb0 p3509-a02+p3767-0000 internal

为了验证硬件的正确性,我们换了块Xavier NX的核心板,是有hdmi output的.请问一下,您有什么建议吗?

你只能review一下你們的硬體設計了…

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.