Hi,
I’m testing video playback performance on verdin-am62 SOM. with Verdin-AM62_Reference-Multimedia-Image. I couldn’t play successfully test videos.
Here is the tdx-info.
Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 6.1.80+git.0d9f1748ac17 #1 SMP PREEMPT Thu Mar 28 13:48:11 UTC 2024
Kernel command line: root=PARTUUID=2f7e697a-02 ro rootwait console=tty1 console=ttyS2,115200 consoleblank=0 earlycon=ns16550a,mmio32,0x02800000
Distro name: NAME="TDX Wayland with XWayland"
Distro version: VERSION_ID=6.6.0-build.12
Distro variant: -
Hostname: verdin-am62-15313415
------------------------------------------------------------
Hardware info
------------------------------------------------------------
HW model: Toradex Verdin AM62 on Verdin Development Board
Toradex version: 0073 V1.1B
Serial number: 15313415
Processor arch: aarch64
------------------------------------------------------------
I’m guessing GPU is not initialized here. Even though I have installed the pvr module, it doesn’t help it before weston launches. The reason why I dig into this is I get “libEGL warning: egl: failed to create dri2 screen” whatever I launch based on gui.
insmod /lib/modules/$(uname -r)/extra/pvrsrvkm.ko
Here is the testing responses:
root@verdin-am62-15313415:~/video# gst-launch-1.0 videotestsrc ! video/x-raw ! autovideosink
Setting pipeline to PAUSED ...
libEGL warning: egl: failed to create dri2 screen
Pipeline is PREROLLING ...
Got context from element 'autovideosink0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayWayland\)\ gldisplaywayland0";
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
Redistribute latency...
0:00:31.7 / 99:99:99.
Could you please confirm that reference image successfully playback video ?
How can I fix the “libEGL warning: egl: failed to create dri2 screen” problem ?
Any help is appreciated.
Thanks