OMAP

Differences between revisions 5 and 14 (spanning 9 versions)
Revision 5 as of 2010-10-19 04:31:37
Size: 1380
Editor: c95246db
Comment:
Revision 14 as of 2011-04-23 10:53:55
Size: 1102
Editor: p5098ed03
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Pre-Installed Images == = Pre-Installed OMAP/OMAP4 Images =
Line 5: Line 5:
[[https://wiki.ubuntu.com/ARM/OMAPMaverickInstall | Installation on Maverick Meerkat (10.10)]] == Netbook Images ==
Line 7: Line 7:
== SGX Video Acceleration == === Maverick Meerkat (10.10) ===
Line 9: Line 9:
=== Installing drivers for OMAP 3 ===  * Installation Instructions
  * [[https://wiki.ubuntu.com/ARM/OMAPMaverickInstall | Installation on Maverick Meerkat (10.10)]]
Line 11: Line 12:
Activate the universe and multiverse repositories, then install the following packages:
{{{
$ sudo apt-get install libegl1-sgx-omap3 libgles1-sgx-omap3 libgles2-sgx-omap3
}}}
 * Graphics
  * Please check the [[ https://wiki.ubuntu.com/ARM/OMAP/Graphics | Maverick Graphics Page ]] to get SGX working with Ubuntu.
Line 16: Line 15:
=== Installing drivers for OMAP 4 ===  * Please also check the Known Issues list for Maverick at http://www.omappedia.org/wiki/Ubuntu_Known_Issues
Line 18: Line 17:
If you're using the pre-installed image then just install the TI OMAP4 Extras and you'll have SGX working after your next reboot. === Natty Narwhal (11.04) ===
Line 20: Line 19:
In case you want to install it by hand, just activate the tiomap-dev PPA https://launchpad.net/~tiomap-dev/+archive/release and make sure you install the following packages:
{{{
$ sudo apt-get install libegl1-sgx-omap4 libgles1-sgx-omap4 libgles2-sgx-omap4
}}}
 * Images are located at http://cdimage.ubuntu.com/ubuntu-netbook/releases/
 * Same procedures as installing Maverick (above)
Line 25: Line 22:
=== Testing SGX with a DEMO === == Headless Images ==
Line 27: Line 24:
Grab the SDK Demo Package from http://neuvoo.org/neuvoo/distfiles/SGX-3.01.00.07-SDK.tar.gz New with Natty Narwhal (11.04) is the release of headless images that can be configured and controlled via serial console. No keybord, mouse, or monitor is needed for these images to run.
Line 29: Line 26:
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
}}}
=== Natty Narwhal (11.04) ===
Line 35: Line 28:
== Known Issues ==

Please also check the Known Issues list at http://www.omappedia.org/wiki/Ubuntu_Known_Issues
 * [[../OMAPHeadlessInstall | Installation Instructions ]]
 
  

Pre-Installed OMAP/OMAP4 Images

This page links to the processes of using the OMAP preinstalled images for OMAP3 and OMAP4 based boards on different Ubuntu releases.

Netbook Images

Maverick Meerkat (10.10)

Natty Narwhal (11.04)

Headless Images

New with Natty Narwhal (11.04) is the release of headless images that can be configured and controlled via serial console. No keybord, mouse, or monitor is needed for these images to run.

Natty Narwhal (11.04)

ARM/OMAP (last edited 2013-05-15 20:20:57 by 89-160-198-125)