@WayneWWW thank you for your reply. Actually you’re right. I’m quite confused and overwhelmed and it’s pretty obvious from my question.
The goal is to see Ubuntu Desktop on my 7 inch touchscreen. Before this, I could drive HDMI port on my custom carrier board, and could see the Desktop on the monitor. Now I track the display configuration within the device trees and see display related config:
tegra234-p3768-0000+p3767-xxxx-nv-common.dtsi:
display@13800000 {
/* os_gpio_hotplug_a is used for hotplug */
os_gpio_hotplug_a = <&gpio TEGRA234_MAIN_GPIO(M, 0) GPIO_ACTIVE_LOW>;
status = "okay";
};
Ok. Let me explain what I can directly guide and what I cannot teach here.
The DCB image is basically for switching the display mode between DP and HDMI.
You could actually refer to the board config file in your Linux_for_Tegra directory. Search the one with “p3509” as a prefix in the file name. This one has all the necessary change for enabling the HDMI.
We don’t provide a existing solution for the “touch” function of a touch panel. Thus, I cannot guide you what to do in this part.