This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

x11 in pandaboard

Hi,

I am trying a sgx supported application in pandaboard. I am using the yocto with meta-ti support. I am using these options for pvr support.

In-order to support graphics in X11 (hardware graphics acceleration) I have used these options4670.Xorg.0.log

XSERVER += "xserver-xorg \
xserver-xorg-module-exa \
xf86-input-evdev \
xserver-xf86-config \
xserver-xorg-extension-dbe \
xserver-xorg-extension-dri \
xserver-xorg-extension-dri2 \
xserver-xorg-extension-extmod \
xserver-xorg-extension-glx \
xf86-input-mouse \
xf86-input-keyboard \
mesa-driver-swrast \
xf86-video-omap"

With these option when I run the application am getting a error :

libEGL warning DRI2: failed to open omap (search paths /usr/lib/dri)
PVRShell: EGL 1.4 Initialized

I am using the kernel version 3.4.11, From the Xorg log I come to know that X org uses soft EXA mode (not PVR mode). Aslo I found that omap_pvr_drv.so file is missing in /usr/xorg/modules/driver path. For your reference I have attached the X log.

Experts please help.

Thanks in Advance.

Jithin

  • Hello Jithin,

    According to this document: https://wiki.yoctoproject.org/wiki/images/b/b3/Meta-ti.pdf , Yocto Project with meta-ti does not support graphics for OMAP4 Panda (refer to slide 13).

    To my knowledge graphics applications of yocto project/ arago project support OMAP3, TI814x/816x, TI33x & OMAP5432 (with GLSDK from ti).

    Best Regards,

    Yordan