Arm Community
Site
Search
User
Site
Search
User
Support forums
Mobile, Graphics, and Gaming forum
How could I make sure the driver work success?
Jump...
Cancel
Locked
Locked
Replies
26 replies
Subscribers
137 subscribers
Views
23457 views
Users
0 members are here
Mali Drivers
Options
Share
More actions
Cancel
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
How could I make sure the driver work success?
Bor-Yih Chiang
over 12 years ago
Note: This was originally posted on 3rd November 2011 at
http://forums.arm.com
Dear all,
I'm trying to build linux Mali200 driver in arm system.
I build mali.ko and insert it success in linux.
The attachment is log when I insert module.
It always told me "Mali device driver r2p2-03rel0 loaded".
Would you please tell me how could I make sure the driver work success?
Because I try to run the SimpleProject.
It always get the error message "Error: No EGL Display available at src/egl_runtime.c:64"
thanks.
James
Parents
Pete
over 12 years ago
Note: This was originally posted on 3rd November 2011 at
http://forums.arm.com
Hi James,
can you do:
ls -l /lib/gles20/
to check the file sizes and types of all the libraries?
Also, can you check:
ls -l /dev/fb
ls -l /dev/ump
to be sure they both exist and have the right access permissions?
Do you know whether the driver libraries you have are the same version as the kernel module? The kernel module reports as r2p2 (which is v8). You can check what version the driver libraries are with something like:
strings /lib/gles20/libMali.so | grep r2p
should show the version string for the binary libraries. It should match (i.e. r2p2), if not you may need to contact your silicon supplier for updated driver libraries.
Cheers, Pete
Cancel
Vote up
0
Vote down
Cancel
Reply
Pete
over 12 years ago
Note: This was originally posted on 3rd November 2011 at
http://forums.arm.com
Hi James,
can you do:
ls -l /lib/gles20/
to check the file sizes and types of all the libraries?
Also, can you check:
ls -l /dev/fb
ls -l /dev/ump
to be sure they both exist and have the right access permissions?
Do you know whether the driver libraries you have are the same version as the kernel module? The kernel module reports as r2p2 (which is v8). You can check what version the driver libraries are with something like:
strings /lib/gles20/libMali.so | grep r2p
should show the version string for the binary libraries. It should match (i.e. r2p2), if not you may need to contact your silicon supplier for updated driver libraries.
Cheers, Pete
Cancel
Vote up
0
Vote down
Cancel
Children
No data