The l4t version is updated, 32.3.1 is updated to 32.5. The HDMI is not connected during startup, and the HDMI cable is connected after startup, the GUI interface cannot be displayed. The previous version has no problem, but the new version has this problem.
Plug in HDMI to start up and display the desktop normally . What is the reason for this? In addition, the previous version is the Ubuntu desktop, after the update is the LXDE desktop.
Switch to the command line interface:
pca953x 0-0074: failed reading register
pca953x 0-0077: failed reading register
tegradc 15210000.nvdisplay:dc_hdmi_hotplug_init:couldn't get regulator vdd_hdmi_5v0, -517
FAN:couldn't get the regulator
Yes.
First use SDKManager to download JetPack4.5, modify the USB and emmc of the device tree in the l4t-32.5 source package to adapt to our custom carrier board, and then use the programming command:
sudo ./flash.sh jetson-tx2-4GB mmcblk0p1
Every peripheral may need to modify device tree when it is custom board. I think that error was on rel-32.3.1 too but you just didn’t notice it. Please share the full dmesg now so that we can know what happens to HDMI.
For device with <=4GB RAM, the default display manager is lightdm. And by default lightdm is using LXDE.
This is added after we published jetson nano 2gb.
the previous version is the Ubuntu desktop, after the update is the LXDE desktop.
You can check /etc/systemd/nvfb-early.sh to see this change.
HDMI is connected after startup, no display: nodisplay_dmesy.log (58.8 KB)
Connect the HDMI cable before starting, the normal display: normal_dmesg.log (58.5 KB)
Please help me analyze it, thank you
Can jetpack4.5 modify the default display manager to use the Ubuntu desktop? If it can be modified, what should I do?