Hello Patrick,
Yes, it is possible to mirror on LVDS and HDMI. Probably the problem is that you areusinb fb2 instead of fb1 for the HDMI.
You are only setting the mirror on the bootargs right?.
Can you try the following bootargs?:
setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi0fb:RGB24,1024x768M@60 hdmi video=mxcdi1fb:RGB666,XGA di0_primary ldb=di1 ip=none'
the penguin is shown only in the HDMI,then if you enter the command:
echo 0 > /sys/class/graphics/fb1/blank
The penguin will be shown in the LVDS
You could also use this one:
setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi0fb:RGB24,1024x768M@60 hdmi video=mxcdi1fb:RGB666,XGA di1_primary ldb=di1 ip=none'
the penguin is only shown in the LVDS ,then if you enter the command:
echo 0 > /sys/class/graphics/fb1/blank
The penguin will be shown in the HDMI
Let me know if it works