EasyManua.ls Logo

Phytec i.MX 93 - Video; Display

Default Icon
85 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
i.MX 93 BSP Manual PD24.1.1 Documentation Rev.: imx8mp-pd22.1.2-51-ga548be7d
Device Tree Audio conguration: https://git.phytec.de/linux-imx/tree/arch/arm64/boot/dts/freescale/
imx93-phyboard-nash-peb-av-010.dtso?h=v6.1.55_2.2.0-phy3#n57
7.16 Video
7.16.1 Videos with Gstreamer
One example video is installed by default in the BSP at /usr/share/qtphy/videos/. Start the video playback
with one of these commands:
target:~$ gst-launch-1.0 playbin uri=file:///usr/share/qtphy/videos/caminandes_3_llamigos_720p_
,vp9.webm
Or:
target:~$ gst-launch-1.0 -v filesrc location=/usr/share/qtphy/videos/caminandes_3_llamigos_720p_
,vp9.webm ! decodebin name=decoder decoder. ! videoconvert ! waylandsink
Or:
target:~$ gst-play-1.0 /usr/share/qtphy/videos/caminandes_3_llamigos_720p_vp9.webm --videosink
,waylandsink
7.17 Display
The phyBOARD-Segin i.MX 93 supports PEB-AV-02 with 7’’ edt,etm0700g0edh6 parallel display with
capacitive touchscreen. Overlay for said display is enabled in BOOT/bootenv.txt by default!
The phyBOARD-Nash i.MX 93 needs additional adapter to support 10’’ edt,etml1010g3dra LVDS display
with capacitive touchscreen. The PEB-AV-10 (1531.1 revision) can be bought separately to the Kit. Overlay
for said display is enabled in BOOT/bootenv.txt by default!
7.17.1 Qt Demo
With the phytec-qt6demo-image, Weston starts during boot. Our Qt6 demo application named “qtphy” can
be stopped with:
target:~$ systemctl stop qtphy
To start the demo again, run:
target:~$ systemctl start qtphy
To disable autostart of the demo, run:
target:~$ systemctl disable qtphy
To enable autostart of the demo, run:
target:~$ systemctl enable qtphy
Weston can be stopped with:
Accessing Peripherals 70