Graphics SDK
From OMAPpedia
Contents |
[edit] Downloading the SDK
- Obtain a http://my.ti.com account by visiting the site and registering appropriately.
- Send an email to '' requesting extranet access to the GFX_SDK_
_Package release through your my.ti.com account, and give them your my.ti.com username (email address). - Go to https://www-a.ti.com/extranet/cm/product/wtbugaming/wtbuext/general/homepage.shtml and log in with your my.ti.com credentials.
- Download the GFX_SDK_
SDK version - Follow the SGX Graphics SDK Setup Wizard
- Windows
- Run OMAP34xx_GFX_SDK_
.exe - SGX Graphics will be installed in C:\Texas Instruments\SGX Graphics SDK\
- Copy Graphics_SDK_
.tar.bz2 over to Linux box - Untar within
(/home/ /bin/) - Linux
- Untar within
(/home/ /bin/)
Note:In order for the SGX (pre-built) kernel modules to work in the system, one has to have running the ***exact*** kernel version that the binaries were compiled against. Please ensure that the correct kernel is loaded on hardware prior to testing.
- bootloader (u-boot.bin), x-loader (MLO), and kernel (uImage) images are available in GFX package
# cd <$Your path>//Images
[edit] Installing SDK
[edit] Android
Android Graphics SDK for OMAP34xx is not yet available from TI.
[edit] Angstrom
For information on installing and setting up Angstrom's graphics package visit OMAP Angstrom
[edit] Ogre On Zoom2
This is a GLES renderer for the OGRE3D Gaming Engine, based on the Imagination Technologies provided libraries. The renderers are to be supported natively on the OMAP series of processors, and an equivalent version will be provided for PC emulation. Changes if any will be fed back into the OGRE3D tree.
For more information regarding OGRE3d visit: http://www.ogre3d.org/
[edit] Getting Started
ORGE 3D OGLES project was implemented using an Angstrom file system. Refer to OMAP Angstrom Distro for more information on downloaded and setting up Zoom2 for Angstrom. Once a complete files system is available follow the instructions for installing the graphics package for zoom2, also available on OMAP Angstrom Distro.
[edit] ogre .bb installation
Recipes are currently being tested with available GFX SDK using a narcissus on-line builder. Note: narcissus does not provide ogre as a "Additional X11 package". A full oe environment may be required for installation.
[edit] Quake3 on Zoom2
Quake3 is available at:Angstrom's online builder
Select the following settings:
- machine: zoom2
- release: unstable
- window: X11 (Enlightment)
- Additional X11 packages: Quake3 GLES
Data files: Copy Quake 3 data files to usr/lib/quake3/baseq3 directory.
Currently there are a few recipes available on openemedded for building quake. Follow the instructions for installing the graphics package for zoom2.