OMAP

Differences between revisions 4 and 15 (spanning 11 versions)
Revision 4 as of 2010-10-15 21:52:24
Size: 1262
Editor: c95246db
Comment:
Revision 15 as of 2011-04-28 04:11:35
Size: 1117
Editor: c952440e
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
}}}
 * Please also check the Known Issues list for Maverick at http://www.omappedia.org/wiki/Ubuntu_Known_Issues
Line 16: Line 14:
=== Installing drivers for OMAP 4 === === Natty Narwhal (11.04) ===
Line 18: Line 16:
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.  * Images are located at http://cdimage.ubuntu.com/ubuntu-netbook/releases/
 * Same procedures as installing Maverick (above)
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
}}}
=== Graphics Support ===
Line 25: Line 21:
=== Testing SGX with a DEMO ===   * Please check the [[ https://wiki.ubuntu.com/ARM/OMAP/Graphics | Maverick Graphics Page ]] to get SGX working with Ubuntu.
Line 27: Line 23:
Grab the SDK Demo Package from http://neuvoo.org/neuvoo/distfiles/SGX-3.01.00.07-SDK.tar.gz == Headless Images ==
Line 29: Line 25:
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
}}}
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) ===

 * [[../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)

Graphics Support

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)