Difference between revisions of "OSK"

From eLinux.org
Jump to: navigation, search
(Files)
(Links)
Line 44: Line 44:
 
* http://www.ti.com/omap5912osk
 
* http://www.ti.com/omap5912osk
 
** [http://www.ti-estore.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=TMDXOSK5912 purchase] from TI for $US295
 
** [http://www.ti-estore.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=TMDXOSK5912 purchase] from TI for $US295
** [http://www.spectrumdigital.com/cgi/catalog.cgi?show_product=701875 purchase] from Spectrum Digital for $US295
+
** [http://www.spectrumdigital.com/product_info.php?cPath=27&products_id=39 Purchase] from Spectrum Digital for $US295
** [http://www.spectrumdigital.com/cgi/catalog.cgi?show_product=701837 Wire Wrap Prototyping Module] - for $US99
+
** [http://www.spectrumdigital.com/product_info.php?cPath=33_78&products_id=98 Wire Wrap Prototyping Module] - for $US99
 
** [http://www.microcenter.com/single_product_results.phtml?product_id=0151901 USB gender-bender] - get one of these to use the USB client mode, or a different nonstandard part: a USB A-to-A cable
 
** [http://www.microcenter.com/single_product_results.phtml?product_id=0151901 USB gender-bender] - get one of these to use the USB client mode, or a different nonstandard part: a USB A-to-A cable
 
** [http://mistralsoftware.com/html/product/omap_products/products-omap5912_starterkit.php Q-VGA Module] from [http://mistralsoftware.com/ Mistral Software] - for $US799
 
** [http://mistralsoftware.com/html/product/omap_products/products-omap5912_starterkit.php Q-VGA Module] from [http://mistralsoftware.com/ Mistral Software] - for $US799

Revision as of 12:35, 4 February 2008

OMAP 5912 Starter Kit

Osk.jpg Osk-back.jpg

OMAP5912 Starter Kit is a development board available from Spectrum Digital for $US295. It does not include a display but there is a Q-VGA LCD Module (below) and a Wire Wrap Prototyping Module

LCD Modules

Q-VGA from Mistral

Qvga.jpg Qvga-back.jpg

Mistral Software Q-VGA LCD Module for OMAP5912 Starter Kit.

Note: a hardware modification is required to use the wakeup button.

Aditec Graphic LCD Module(AGLM)

Aditec Graphic LCD Module (AGLM)

From the website:

  • CMOS Sensor Input, LCD Output
  • Touch Screen, Navigation Switch
  • Camera Input(2 Channel), TV Output

Files

The Angstrom distribution provides a replacement kernel and root file system for the OSK, based on the 2.6 kernel.

http://www.angstrom-distribution.org/releases/2007.12/images/omap5912osk/

Instructions for flashing these files:

http://ossie.wireless.vt.edu/trac/wiki/OSKNotes

Please report bugs to: http://bugs.openembedded.org/ and include omap5912osk in the bug report.

Contact philip at balister dot org with questions.

Links

Hardware Features

  • Texas Instruments TMS320C55xx DSP core operating at 192 Mhz.
  • ARM926EJ-S core operating at 192 Mhz.
  • TLV320AIC23 codec with mic-in, line-in, and headphone jacks
  • 32 Mbyte mobile DDR RAM
  • 32 Mbyte on board NOR Flash ROM
  • 4 Expansion connectors (bottom side)
    • Compatible with Mistral's Q-VGA LCD/touchscreen card
    • Compatible with Spectrum Digital's OSK wire Wrap Prototype Card
  • RS-232 serial port
  • 10 MBPS Ethernet port
  • USB host port (usable as peripheral, with nonstandard cabling)
  • CompactFlash socket (type I or II), for storage ONLY (no WLAN etc)
  • On board IEEE 1149.1 JTAG connector for optional emulation
  • +5 Volt operation, power supply included
  • Size: 5.55" x 3.54" (141 x 90 mm), 0.062 thick, 8 layers

Software Features

  • Compatible with Monta Vista Linux for OSK5912
  • Compatible with OMAP Code Composer Studio from Texas Instruments
  • Runs Linux 2.6 quite nicely
    • Current development is focused on the 2.6 kernels
    • Note that you should first install u-boot-1.1.2.

What's Included

  • OMAP5912 OSK board
  • Monta Vista Linux 2.4 for OMAP5912 OSK
  • Documentation CD
  • RS-232 cable
  • Ethernet cable
  • Audio cable
  • AC Power cord(s) and Power supply
  • Quick Start Guide

Flash Recovery Utility

HOWTOs and FAQs

This section tries to summarize various HOWTOs and FAQs existing for OMAP Linux and/or OSK.

TODO list

  • Flash Recovery Utility (FRU) available above is uses an undocumented usb interface and is only for windows
    • Zach Welch wants the protocol specs so a scriptable version can be created for Linux
    • GPL'd OMAP Flash Loader listed above duplicates the protocol, but does not document it.
  • u-boot sources with correct arch number (515 as listed on http://www.arm.linux.org.uk/developer/machines/) should be available from http://u-boot.sourceforge.net; or use u-boot 1.1.1 with Media:u-boot-1.1.1-osk.diff
  • OE should build complete flash image
  • uClibc rootfs should be available
  • find/post patch info for 2.4 (2.6 is listed above)
  • Tim Riker thinks it would be nice to have a uclibc/tuxscreen style buildroot too. ;))