VAR-SOM-AM33 Linux SDK 7 installing graphics SDK
About Graphics SDK
TI Linux Graphics SDK is a single stop solution to get graphics drivers and OpenGLES1.1,2.0 and OpenVG demos running on all TI platforms.
Build and install instructions
This section describes how to build and install Graphics SDK demos for a specific device.
Components that require installation onto the target
Kernel Modules
omaplfb, pvrsrvkm, and bufferclass_ti are the modules that need to be inserted at runtime. omaplfb is responsible for interfacing to the platform specific FrameBuffer driver. pvrsrvkm is responsible for interfacing the user-side PVR services layer. Bufferclass_ti is responsible for enabling a proprietary extension that allows streaming playback through SGX.
Install steps
Graphics SDK installer supports both typical(complete) and custom installation.
Install the graphics SDK by running the Graphics SDK installer(.bin) on the linux PC as -
cd ~/ti-sdk-am335x-evm-07.00.00.00$ ./Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin
- In GUI mode, installation is intuitive. Follow the instructions shown on screen and complete the installation. This will install the complete graphics SDK package by default.
- Choose --es8.x option and sdk for var-som-am33 when prompt
- install into /home/<user>/Graphics_SDK_5_01_01_01
Make command line usage
cd ~/Graphics_SDK_5_01_01_01 make BUILD=release OMAPES=8.x all - This command will build the complete graphics SDK for AM335x
after build is complete:
make BUILD=release OMAPES=8.x install - This command will install the complete graphics SDK to target file system as mentioned in Rules.make.