Hi
I downloaded the imx-gpu-viv-6.4.11.p2.10-aarch32-accdd64.bin and extract the files, I noticed that the libdrm.so related files are not usable at all
lrwxrwxrwx 1 2000 2000 15 Oct 19 04:38 libgbm.so -> libgbm.so.1.0.0
lrwxrwxrwx 1 root root 9 Dec 12 08:48 libgbm.so.1 -> libgbm.so
lrwxrwxrwx 1 root root 11 Dec 12 08:48 libgbm.so.1.0.0 -> libgbm.so.1
as you can see, it is a symbolic link loop instead of a real library.
thanks!
Aristo
Hi
Thanks for the support, it turns out that I accidentally tampered the file structures, so this issue can be closed, and sorry for the false alarm.
Thanks.
The correct files relations should be as the following.
root@imx93frdm:/usr/lib# ls -lh libgbm.so*
lrwxrwxrwx 1 root root 11 Mar 9 2018 libgbm.so -> libgbm.so.1
lrwxrwxrwx 1 root root 15 Mar 9 2018 libgbm.so.1 -> libgbm.so.1.0.0
-rwxr-xr-x 1 root root 67K Mar 9 2018 libgbm.so.1.0.0
root@imx93frdm:/usr/lib#
I will report this issue to the related team.