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.

Compiler/TDA2EVM5777: run QT application error in Linux System on TDA2-evm

Part Number: TDA2EVM5777
Other Parts Discussed in Thread: TDA2

Tool/software: TI C/C++ Compiler

Hi:

I compiled the QT library(5.13) with opengl es2 which is provided from ti's website(http://software-dl.ti.com/processor-sdk-vision/esd/TDAx/vision-sdk/latest/index_FDS.html)  in rootfs image.

Then, I ported the QT library on TDA2-evm board, and created an '/dev/fb0' symbol link from '/dev/vdrm-controller-0', but I got errors when running the QT application with GUI(examples/gui/rasterwindow) on board.

PVR:(Error): WSEGL_InitialiseDisplay: Failed to create output [0, ]
Could not initialize egl display

So, I have some questions about QT and OpenGL library:

(1) Does TI not support the QT library on TDA2-evm board?

(2) Does TI not support the OpenGL library on TDA2-evm board?

Please help me solve this problem, thank you.

Wxchen