Tool/software: Linux
Related to post https://e2e.ti.com/support/arm/sitara_arm/f/791/p/516075/2060896#pi316653=1 .
User mode graphic libraries for AM5728 are fetched from (during SDK build):
git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git
branch
ti-img-sgx-nohardware/1.14.3699939
and this branch does not have recent changes to support DMA buffers extension in EGL: EGL_LINUX_DMA_BUF_EXT.
(git.ti.com/.../739111e5d67871d08f9d7e643492bee40dce933c).
I would love to understand reason and risks to use different branch than configured by SDK.
- Is it safe to use ti-img-sgx/1.14.3699939 branch which have more recent patches?
- What was the reason to use ti-img-sgx-nohardware/1.14.3699939?