Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to get the Ubuntu distribution

967 bytes added, 18:51, 19 November 2010
How to get SGX Video Acceleration (under construction)
Reboot your system, now the ethernet an wifi should work.
 
===== How to get SGX Video Acceleration (under construction, not tested yet) =====
 
src: https://wiki.ubuntu.com/ARM/OMAP/Graphics
 
First we'll install kernel headers
wget http://downloads.igep.es/ubuntu/maverick/linux-headers-2.6.35-23-omap_2.6.35-23.40_armel.deb
sudo dpkg --install --force-depends linux-headers-2.6.35-23-omap_2.6.35-23.40_armel.deb
 
Activate the universe and multiverse repositories, then install the following packages:
sudo apt-get install libegl1-sgx-omap3 libgles1-sgx-omap3 libgles2-sgx-omap3
 
Before using it just be sure your user is also included at 'video' group.
sudo adduser <your user> video
 
Now you can test the SGX with a DEMO, grab and untar the SDK Demo Package
wget http://neuvoo.org/neuvoo/distfiles/SGX-3.01.00.07-SDK.tar.gz
tar xzf SGX-3.01.00.07-SDK.tar.gz
 
Then to run the demos just get into the X11 Binaries directory (e.g. OGLES/SDKPackage/Binaries/CommonX11/Demos/EvilSkull) and run the demo:
./OGLESEvilSkull
===== How to cross build ubuntu maverick kernel from sources =====
0
edits