-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Segmentation Fault on running most of the examples #8
Comments
Do you have libmali.so binary ? Trying using these steps to run glmark2 first & see if that works & then move to SDK samples. |
Hi @alokguptaxilinx , |
& then run the samples for FBDEV for sanity check. |
Platform: Avnet UltraZed EV Carrier Card
Hardware Build: Following this design tutorials. PS: I didn't change the lane selection as dual lower is not supported.
OS: Petalinux build with libmali-xlnx and x11 packagegroup enabled.
Sysroot: From Petalinux build
What is working: I am able to run the glmark2-es2 and can see the rendered content on the displayport output.
Issues: I am able to cross-compile the example, but I get a segmentation fault when I run it on the board. I have tried all of them. Most of them gave me the segmentation fault, and only EGLRenderingSample runs and exits on "failed to create a surface, eglMakeCurrent() failed."
Have you encountered this before? I am very new to OpenGL ES and don't really know how to debug it. Any tips would be helpful. Thanks ahead.
The text was updated successfully, but these errors were encountered: