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.

weston 1.11.0 do not start!

Hi,

I am using ti-processor-sdk-linux-automotive-dra7xx-evm-03.00.00.03 on Jacinto6 based target. However it has weston 1.9.0 and I would like to try weston 1.11.0, so I copied bitbake recipes for  weston 1.11.0 and wayland 1.11.0 from [1] to "ti_sdk_dra7xx/yocto-layers/sources/meta-arago/meta-arago-extras/recipes-graphics/wayland" and built. It got compiled successfully and then I installed it on target. However weston do not start and gives following error. However I could run the KMSCUBE so setup is fine.

failed to load module: /usr/lib/gbm/gbm_dri.so: cannot open shared object file: No such file or directory
failed to load module: /usr/lib/gbm/gbm_gallium_drm.so: cannot open shared object file: No such file or directory
loaded module : gbm_pvr.so
found valid GBM backend : gbm_pvr.so
PVR:(Error): [  818->  818] <              gbm_pvr_create_device():485|ERROR> Failed to create DBM device: No such device [0, ]

Could you let me know if I can run weston 1.11.0 with dra7xx-evm-03.00.00.03 SDK? If yes then How? What this error means?

#insmod /lib/modules/4.4.14/extra/pvrsrvkm.ko

#pvrsrvctl --no-module --start

# mkdir -p /var/run/root/1000
# export XDG_RUNTIME_DIR=/var/run/root/1000
# chmod 0700 "${XDG_RUNTIME_DIR}"
# weston --tty=1 --idle-time=0 --backend=drm-backend.so --log=/tmp/weston.log

[1]github.com/.../wayland

Regards,

Vikash