I have got the all source of the GLSDK and I want to compile the kmscube, drm_test and so on. How can I compile all the example-applications with the toolchains contained in the project and run it on the omap5432-uevm? Thanks for your help!
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.
I have got the all source of the GLSDK and I want to compile the kmscube, drm_test and so on. How can I compile all the example-applications with the toolchains contained in the project and run it on the omap5432-uevm? Thanks for your help!
Hi,
You can build these components by following the procedure that is documented in the Software Developers Guide. Please refer to http://processors.wiki.ti.com/index.php/DRA7xx_GLSDK_Software_Developers_Guide#Building_Yocto_Filesystem
Regards
Karthik
I have read the document, but it is different from the example-applications. The example-application's directory contains a autogen.sh and I don't know how use the shell script to compile the component. What command should I run?Thank you!
When you trigger the Yocto build, it will invoke the autogen.sh and then make and make install in that order.
The example applications given in the GLSDK directory is the same as what is being referred to via the recipes. If you need to compile them or modify them, you can do it via the Yocto build.