Other Parts Discussed in Thread: SYSCONFIG
Hi ,
This is customer board for dual display . HDMI is designed as primary display,and TFT panel as external display .
After configured as follow ,HDMI display normally ,but TFT panel just stop at the logo display .
1. DTS configuration :
aliases {
display0 = &hdmi0;
display1 = &lcd;
};
2. Property :
adb shell echo "ro.hwc.primary.conn=HDMI" >> /system/build.prop
adb shell echo "ro.hwc.external.conn=DisplayPort" >> /system/build.prop
I don't know how to configure "ro.hwc.external.conn" for TFT panel (RGB),just use "DisplayPort" instead .
When I didn't set these properties , both display normally ,but TFT panel is set as primary display .