Hi NXP,
I am working with the NXP IMX8.QXP MEK board and while connected the multi display stream I noticed some changes could be made to the cluster navigation display side. So I kept looking for the xml files and directories in android 12 but couldn't found.
Are there any ways we can modify or customize the demo cluster display in I.MX8 also could you please share the location of the source files of the cluster demo in the android build.
Could anyone help me to resolve this.
Ragards.
Akhil Raj Zach
Hello,
You should enable the second display in init.rc, examlpe on MEK board:
# Enable second display
write /sys/class/drm/card0-HDMI-A-2/status on
write /sys/class/drm/card1-HDMI-A-2/status on
Regards