Hi,
We want to use GPU of AM3354 processor and we are compiling qt5 from buildroot.
We have uncertainty about how to use opengl ES for AM3354 with buildroot.
We are using kernel 4.4.12 based sdk.
Regards
Rohit Khatri
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.
Hi,
We want to use GPU of AM3354 processor and we are compiling qt5 from buildroot.
We have uncertainty about how to use opengl ES for AM3354 with buildroot.
We are using kernel 4.4.12 based sdk.
Regards
Rohit Khatri
Please check this wiki here:
processors.wiki.ti.com/.../Building_Qt_with_OpenGL_ES_accelerated_by_SGX sdk&tisearch=Search-EN-Everything
Thanks for quick reply and it really helped.
Still We are stuck at one point, we have compiled latest SGX sdk, but there was issue in pvrsrvctl.ko, so We compiled extra drivers supported in latest sdk.
Again, it probes but shows error:
/usr/local/bin/pvrsrvctl: SrvInit failed (already initialized?) (err=4).
We are porting first time this sgx library and need help regarding this. We are using sdk with kernel 4.4.12.
BR
Rohit Khatri
/usr/local/bin/pvrsrvctl: SrvInit failed (already initialized?) (err=4).
Hi Yordan,
Thanks for answer.
Yes lsmod is showing pvrsrvkm, but we are not getting any file named pvrsrvctl.ko after compilation of SGX sdk and ddk from board sdk.
pvrsrvkm is probing correctly but noothing in /proc/devices, so script rc.pvr can't able to create node /dev/pvrsrvkm. Also, script is returning from next line as execution failure of pvrsrvctl binary(error as previous reply).
If I insert manually next driver omaplfb.ko, it fails and gives error unknown symbols.
We have lcd on device and we want to use sgx of AM3354 and currently lcd is working on tilcdc driver.
So, is there any extra option or driver that we have to enable from kernel or we are missing any step?
Regards
Rohit Khatri
Hi Yordan,
Thanks for your detailed reply.
We have followed steps as suggested in your reply post, but still we are facing same issue.
Regards
Rohit Khatri