Three HDMI output issues

DTS ADD

//hdmi output
&sor0 {
status = “okay”;
nvidia,active-panel = <&sor0_hdmi_display>;
sor0_hdmi_display: hdmi-display {
status = “okay”;
};
sor0_dp_display: dp-display {
status = “disabled”;
};
};

&sor1 {
status = “okay”;
nvidia,active-panel = <&sor1_hdmi_display>;
sor1_hdmi_display: hdmi-display {
status = “okay”;
};
sor1_dp_display: dp-display {
status = “disabled”;
};
};

&sor2 {
status = “okay”;
nvidia,active-panel = <&sor2_hdmi_display>;
sor2_hdmi_display: hdmi-display {
status = “okay”;
};
sor2_dp_display: dp-display {
status = “disabled”;
};
};

Kernel message
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.9.253-tegra (root@iei-Precision-3640-Tower) (gcc version 7.5.0 (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) ) #1 SMP PREEMPT Wed Sep 29 1 7:12:29 CST 2021
[ 0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[ 0.000000] OF: fdt:memory scan node memory, reg size 48,
[ 0.000000] OF: fdt: - 80000000 , 2c000000
[ 0.000000] OF: fdt: - ac200000 , 44800000
[ 0.000000] OF: fdt: - 100000000 , 780000000
[ 0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options ‘’)
[ 0.000000] bootconsole [tegra_comb_uart0] enabled
[ 0.000000] Found tegra_fbmem: 00800000@a06aa000
[ 0.000000] Found lut_mem: 00002008@a06a5000
[ 1.771312] tegradc 15220000.nvdisplay: No free extcon HDMI slot for DC 2
[ 1.792577] tegradc 15220000.nvdisplay: dc_hdmi_out_enable: couldn’t get regu lator avdd_hdmi
榳ARNING: pll_d2 has no dyn ramp
墁 1.838282] tegra-xudc-new 3550000.xudc: extcon_get_extcon_dev_by_cable fai led -19
[ 1.950338] tegradc 15220000.nvdisplay: hdmi: edid read failed
榳ARNING: pll_d2 has no dyn ramp
墁 2.049262] tegradc 15220000.nvdisplay: dc_hdmi_out_enable: couldn’t get re gulator avdd_hdmi
榳ARNING: pll_d3 has no dyn ramp
墁 4.822485] r8168 0001:01:00.0 (unnamed net_device) (uninitialized): bad ma c address at /chosen/nvidia,ethernet-mac: missing.
[ 4.958044] tegra_cec 3960000.tegra_cec: timeout in tegra_cec_native_write_l: 172.
[ 6.916395] cgroup: cgroup2: unknown option “nsdelegate”
[ 8.173777] random: crng init done
[ 8.173904] random: 7 urandom warning(s) missed due to ratelimiting
[ 73.271671] Please complete system configuration setup on desktop to proceed. …

what mean ??
tegradc 15220000.nvdisplay: No free extcon HDMI slot for DC 2**
tegradc 15220000.nvdisplay: dc_hdmi_out_enable: couldn’t get regu lator avdd_hdmi

In addition, why does this message appear! Unable to enter the settings
“Please complete system configuration setup on desktop to proceed”

Connect the flash port to your host and open /dev/ttyACM0 to configure the system first.

flash port ???

The usb port that you used to flash the board.

If you don’t even know what does this mean, maybe you should buy a AGX devkit and try this thing first.

“Please complete system configuration setup on desktop to proceed” is just the first user configuration to do when you install fresh jetpack.

XAV
After updating the system from DOWNLOAD PORT before
Connect to DEBUG PORT to directly set the system,
This message will not appear
“Please complete system configuration setup on desktop to proceed”

Now the customized board also has the same design
So I don’t know why I can’t use the debug port to set

You can only use the flash port to set the system.

Do you have any language problem to understand this sentence “flash port is the port that you use to flash the OS”?

Open /dev/ttyACM0 on your host side with console tool. Is it ok to understand this?

Back to the HDMI problem
How to preset three HDMIs to be clone mode, not extended mode in dts setting?

It cannot be configure in DT. Need to set with ubuntu GUI.