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.

GBM failed to open any driver

Other Parts Discussed in Thread: DRA829

Error occurs while my application using gbm running on Dra829 evm board:

==================================================

gbm: failed to open any driver (search paths /usr//lib/dri)
gbm: Last dlopen error: /usr//lib/dri/kms_swrast_dri.so: cannot open shared object file: No such file or directory
failed to load driver: kms_swrast
gbm: failed to open any driver (search paths /usr//lib/dri)
gbm: Last dlopen error: /usr//lib/dri/swrast_dri.so: cannot open shared object file: No such file or directory
failed to load swrast driver

===================================================

There is only one file 'pvr_dri.so' under /usr/lib/dri/. It seems gbm doesn't load it by default.

How can I fix this issue?