I download Processor SDK Linux for AM335X 07_03_00 ,and flash tisdk-default-image-am335x-evm.tar.xz to BBB's tf card by the guide.
I modify some configure by the guild about BBB. But I can not run and 3D demo program in /usr/bin/SGX/demos
Error info is such
".
PVRShell: EGL Error (EGL_NOT_INITIALIZED)
InitAPI failed!
PVRShell: Unable to initialise EGL
kmscube is not work also.
So I wander why program is not work.and ask some question
1) modetest -s 34@32:1024x768@RG16 is SUCCESS , but info is
trying to open device 'omapdrm'...failed
trying to open device 'exynos'...failed
trying to open device 'tilcdc'...done
What is the difference between tilcdc and omap_drm driver?
2) sectioon 3.6. Graphics and Display , show many infomation , but
what the relationship is among drm ,sgx530 um/km driver, egl , kms , libGLESv2 ..... , How a 3d picture render stream is . ( Because on one Debian Image , my 3D program is OK )