Difference between revisions of "DaVinci"

From eLinux.org
Jump to: navigation, search
(Important resources)
m (Make all pages under DaVinci category use same caps setup so they all end up in one category)
 
(13 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
[[Image:Davincilogo.gif|right]]'''Texas Instruments DaVinci™ is a family of multimedia system on chip processors for embedded application.''' Most of DaVinci processors based of of ARM and DSP microprocessor cores.
 
[[Image:Davincilogo.gif|right]]'''Texas Instruments DaVinci™ is a family of multimedia system on chip processors for embedded application.''' Most of DaVinci processors based of of ARM and DSP microprocessor cores.
 +
 +
DaVinci SDK uses [[U-Boot]], [[MontaVista]] Linux, [[Open_Embedded]]
  
 
==Important resources==
 
==Important resources==
Line 8: Line 10:
 
* http://feeds.feedburner.com/tidavincitechnology - news feed
 
* http://feeds.feedburner.com/tidavincitechnology - news feed
 
* http://www.linux-davinci.info/
 
* http://www.linux-davinci.info/
 +
* [[DaVinci_Old_Pages|Old DaVinci Pages]] Obsolete and/or Out of Date
  
==FAQ==
+
==Programming==
 
 
The [[Davinci FAQ]] can be found here
 
 
 
==Guides==
 
 
 
[[Image:Guide.jpeg]] - Das u-boot guide for davinci (using DVFlasher) - [[DaVinci U-boot 1.0]]
 
 
 
[[Image:Guide.jpeg]] - Help I have bricked my EVM! - [[EVM Brickage 1.0]]
 
 
 
[[Image:Guide.jpeg]] - Using the opensource GIT Kernel to work - [http://wiki.davincidsp.com/index.php?title=Linux_Toolchain#Kernel OS GIT]
 
 
 
[[Image:Guide.jpeg]] - Configuring an initrd - [[DaVinci Initrd 1.0]]
 
 
 
[[Image:Guide.jpeg]] - Setting up USB Host mode - [[DaVinci USBHost 1.0]]
 
 
 
[[Image:Guide.jpeg]] - Setting up console on framebuffer - [[DaVinci FBcons 1.0]]
 
 
 
[[Image:Guide.jpeg]] - USB Wlan (DLink DWL G 122 Rev C) - [[Davinci USB Wlan]]
 
 
 
==Dev Boards==
 
 
 
[[Image:Guide.jpeg]] - [http://www.spectrumdigital.com/product_info.php?cPath=37_105&products_id=192 DM6446 (DaVinci™) Evaluation Module (EVM)] 
 
 
 
[[Image:Guide.jpeg]] - [http://www.eointecsolutions.com/eointec_solutions_Davinci.html Eointec Solutions  IgnitionPro - Rapid Prototype Module for Dual Core Davinci Processor]
 
 
 
[[Image:Guide.jpeg]] - [http://wiki.neurostechnology.com/index.php/OSD2.0_HD Neuros Technology Module and Carrier Board open set-top box platform (with or without housing)]
 
 
 
==Undocumented Findings==
 
 
 
[[Image:Guide.jpeg]] - RBL: booting from NAND and ECC/Bad blocks - [[DaVinci RBL 1.0]]
 
 
 
[[Image:Guide.jpeg]] - IRC snippits - [[DaVinci IRC]]
 
 
 
[[Image:Guide.jpeg]] - [[Pinmux_1.0]]
 
 
 
==Programing==
 
  
 
[[Image:Example Program.gif]] - Blinking LEDS on the EVM over I2c - [[EVM_LED_Blinking.c]]
 
[[Image:Example Program.gif]] - Blinking LEDS on the EVM over I2c - [[EVM_LED_Blinking.c]]
Line 75: Line 42:
 
* http://www.applieddata.net/forums/topic.asp?TOPIC_ID=2024 - U-Boot configuration scripts for flash filesystems
 
* http://www.applieddata.net/forums/topic.asp?TOPIC_ID=2024 - U-Boot configuration scripts for flash filesystems
  
==Chats and Forums==
+
==Misc Info==
 
+
* [[DaVinci_Initrd_1.0]]
Davinci IRC chat can be found in the '''#davinci''' channel on '''irc.freenode.net'''. For more information about Freenode, see [http://www.freenode.net www.freenode.net]
+
* [[DaVinci_U-boot_1.0]]
 
+
* [[DaVinci_USBHost_1.0]]
General IRC help can be found here :- IRC Help [http://www.irchelp.org/]
 
  
[[Category:Development Boards]]
+
[[Category:OMAP]]
 +
[[Category:DaVinci]]

Latest revision as of 13:32, 27 October 2011

Davincilogo.gif

Texas Instruments DaVinci™ is a family of multimedia system on chip processors for embedded application. Most of DaVinci processors based of of ARM and DSP microprocessor cores.

DaVinci SDK uses U-Boot, MontaVista Linux, Open_Embedded

Important resources

Programming

Example Program.gif - Blinking LEDS on the EVM over I2c - EVM_LED_Blinking.c

Example Program.gif - Simple TTY host program to access serial port - EVM_comz.c

Example Program.gif - PWM kernel driver (char driver) - PWM.c Good example for your own device drivers

Example Program.gif - Accessing an I2C temperature sensor - temp_sens.c

Example Program.gif - Useful I2C routines - I2Croutines.c

Guide.jpeg - Overclocking the EVM EVMoc

Hardware Hacks

Hack.jpg - Adding a second MMC / SD slot - Second MMC / SD

Hack.jpg - Installing some input buttons - Input buttonz

Hack.jpg - Adding I2C devices (e.g. Temp Sensor) - I2C Mods

Mailing Lists and Useful Links

Misc Info