hi.
i used imx8mq.
yocto imx8mq_rocko 4.9.88-2.0.0 : build-wayland.
I played the dual display output. (LCD, HDMI)
but i want to LCD/HDMI mirroring.
QT_APP works only on LCD, and GSTREAMER is output to HDMI.
The following error occurs when GSTREAMER is tried to output to LCD.
root@imx8mqevk:~# gst-launch-1.0 videotestsrc ! waylandsink
Setting pipeline to PAUSED ...
[ 3233.141940] audit: type=1701 audit(1611114213.572:4): auid=4294967295 uid=0 gid=0 ses=4294967295 pid=3206 comm="weston" exe="/usr/bin/
weston" sig=5
ERROR: Pipeline doesn't want to pause.
WARNING: from element /GstPipeline:pipeline0/GstWaylandSink:waylandsink0: Could not initialise Wayland output
Additional debug info:
../../../git/ext/wayland/gstwaylandsink.c(294): gst_wayland_sink_find_display (): /GstPipeline:pipeline0/GstWaylandSink:waylandsink0:
Failed to create GstWlDisplay: 'Error communicating with the wayland display'
Setting pipeline to NULL ...
Freeing pipeline ...
root@imx8mqevk:~#
I want mirrroring and GSTREAMER to work on LCD.
QT_APP run -> LCD/HDMI Mirroring.
Gstreamer run -> LCD/HDMI Mirroring.
and u-boot command => video=HDMI-A-1:1280x720-32@60
root@imx8mqevk:~# cat /proc/cmdline
console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200 root=/dev/mmcblk1p2 rootwait rw video=HDMI-A-1:1280x720-32@60
root@imx8mqevk:~#
thank you.