VAR-SOM-AM33 Linux SDK 7 installing graphics SDK

From Variscite Wiki
Revision as of 21:18, 10 June 2014 by Admin (talk | contribs)

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(for advanced users).
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.
Available Options:
--es3.x                      install es3.x (console mode only) # For OMAP35x/AM35x with SGX core 1.2.1

--es5.x                      install es5.x (console mode only) # for AM37xx with SGX Core 1.2.5

--es6.x                      install es6.x (console mode only) # For 387x(TI814x), 389x(TI816x)

--es8.x                      install es8.x (console mode only) # For AM335x

--help                       display this information

--mode [ARG]                 set the mode to run the installer in

                               Available values: console or standard
--prefix [ARG]               set the installation directory

--response-file [ARG]        a file to read installer responses from

--save-response-file [ARG]   a file to write installer responses to when the

                               installer exits

--sdk                        install sdk (console mode only)

--temp [ARG]                 set the temporary directory used by this program

--version                    display installer version information

Choose --es8.x option and sdk for var-som-am33 when prompt install into /home/<user>/Graphics_SDK_5_01_01_01