
Can anyone point me where can I get the source code link for the red marked applications ?. Help me to direct with the actual branch source links?
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.

Can anyone point me where can I get the source code link for the red marked applications ?. Help me to direct with the actual branch source links?
Hello,
1. For userspace, you can find demo code here:
a. https://git.ti.com/cgit/apps/hmi-demo/
b. https://github.com/TexasInstruments/ti-apps-launcher
c. Few demos are made by third party and more information is available here: https://dev.ti.com/tirex/content/am62_design_gallery_01_00_00_00_eng__all/landing_page.html
2. For frameworks like Qt and Weston/Wayland, we simply inherit code from the community. For example, our filesystems are based on kirkstone and the following repos get fetched:
a. https://github.com/meta-qt5/meta-qt5/tree/master
b. http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-graphics/wayland?h=kirkstone
3. In terms for Foundational SW components, we pull the mesa layer from here: https://git.ti.com/cgit/arago-project/meta-ti/tree/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb?h=kirkstone . On top of the mesa layer, we add IMG GPU libraries. The GPU libraries are broken into two parts: UM and KM. We do not release source code for UM and only binaries are released. The UM binary is available here: https://git.ti.com/cgit/graphics/ti-img-rogue-umlibs/?h=linuxws%2Fkirkstone%2Fk6.1%2F23.1.6404501 and the KM source code is available here: https://git.ti.com/cgit/graphics/ti-img-rogue-driver/?h=linuxws%2Fkirkstone%2Fk6.1%2F23.1.6404501
I hope that helps and let me know if you have any additional questions.
Regards,
Krunal