Hi @Isaias ,
I have achieved to run two displays (LVDS + HDMI) using Wayland Weston, and running an instance of Weston in clone-mode:
/usr/bin/weston --modules=systemd-notify.so --tty=1 --device=/dev/fb0,/dev/fb2 --clone-mode
Here, the content of fb0 is cloned to fb2.
It works, but on my SoM (i.MX6 based), I now experience severe lag on the LVDS screen and the touch inputs are also delayed.
Additionally, I had to tune down the HDMI resolution to 900x600 to get it to work.
On my SoM, using DRM/KMS is not an option, since my kernel version does not support it. I use fbdev instead.
Maybe this helps a bit. If anybody has another solution, please share!