X11 is not working on IMX.6

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

X11 is not working on IMX.6

跳至解决方案
1,820 次查看
fikretalim
Contributor III

Hello,

I am trying to run X11 examples included in gpu_sdk_v1.00 package. I am using Yocto fsl-gui-image. I have tried to run 06_Texturing example under GLES2.0 folder. I have only modified -mfloat-abi variable in the Makefile from softfp to hard. Then I have compiled the code, but unfortunately it is not running on IMX.6 board. I got the following error message when I try to run ./06_Texturing;

06_Texturing: ../common/src/fsl_egl.c:51 fsl_getNativeDisplay: Assertion 'eglNativeDisplayType != ((void *)0)' failed

Aborted.

What can be wrong? It seems that there is a problem at XOpenDisplay function which is called by fsl_getNativeDisplay function. Is there anything to be done to enable X11? I checked that the libraries are loaded under /usr/libç What should I do?

Thanks&Best Regards,

Fikret

标签 (3)
0 项奖励
回复
1 解答
917 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

To fix the X11 issues, Please try,

$ modprobe galcore

and display setting

$ export DISPLAY=:0.0

Regards

在原帖中查看解决方案

0 项奖励
回复
3 回复数
917 次查看
LaurenPost
NXP Employee
NXP Employee

Just to let you know our 3.10.17-1.0.0 beta release coming out in January 2014 will have an updated SDK to fix the makefile issues with building under Yocto.

918 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

To fix the X11 issues, Please try,

$ modprobe galcore

and display setting

$ export DISPLAY=:0.0

Regards

0 项奖励
回复
917 次查看
fikretalim
Contributor III

Thank you for your answer.

0 项奖励
回复