Our device is based on i.MX6 Dual and we are using 2 displays:
1. LVDS (800x480@60) (primary)
2. HDMI (1920x1080@60)
As we already know, iMX 6Dual supports the two display but the question is how to make the HDMI display gives the mirror image of the primary display.
video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24
video=mxcfb1:dev=ldb,800x48M@60,if=RGB24
OR
video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24
video=mxcfb0:dev=ldb,800x48M@60,if=RGB24
We have tried above parameter but the issue is same. only single display works, which is assigned to mxcfb0.
Also, When you run below commands, you can see the random data on the secondary display. (shows as time two display can work)
$ echo 0 > /sys/class/graphics/fb2/blank
$ cat /dev/urandom > /dev/fb2
Please confirm is there any code we need to add/integrate to get the mirror of primary display automatically.