• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Digital Signal Processors (DSP) » DaVinci™ Video Processors » DM64x DaVinci Video Processor Forum » Getting Started with DaVinci
Share
DaVinci™ Video Processors
  • Forums
  • Announcements
Options
  • Subscribe via RSS

Getting Started with DaVinci

Getting Started with DaVinci

This question is not answered
chris.
Posted by chris.
on May 08 2009 11:33 AM
Prodigy285 points

A good starting point for the Davinci™ digital media processors is DVEVM and DVSDK overview.

digital media processors DaVinci
Report Abuse
  • Reply
You have posted to a forum that requires a moderator to approve posts before they are publicly available.
All Replies
  • chris.
    Posted by chris.
    on May 08 2009 13:29 PM
    Prodigy285 points

    The links here are temporarily down, please check back on Tuesday, May 13.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Bernie Thompson TI
    Posted by Bernie Thompson TI
    on May 13 2009 21:58 PM
    Mastermind41680 points

    Here are some good getting started links from a much older post:

    DaVinci Technology Developers Wiki (great articles on DaVinci topics) -- http://wiki.davincidsp.com/index.php?title=Main_Page

    Spectrum Digital Support Pages (low level hardware documentation on various Davinci EVM boards) -- http://support.spectrumdigital.com/

    Linux Community for DaVinci Processors (open source software downloads) -- http://focus.ti.com/dsp/docs/dspsplash.tsp?contentId=3100

    DaVinci Linux Open Source Mailing List -- http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

    DaVinci Technology Page (links to device specific documentation) -- www.thedavincieffect.com

    DaVinci EVM Registration Page (register your EVM and access software updates, applies to EVMs for DM6446, DM6437, DM648, DM355, and DM6467) -- www.ti.com/davinciregistration

     

    If you have more useful links that could be added please make a post :)

    EDIT: Adding in a link to the Davinci workshop which is now publicly posted on the Wiki - http://focus.ti.com/docs/training/catalog/events/event.jhtml?sku=4DW102644

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Tom Hanson
    Posted by Tom Hanson
    on Jul 08 2009 14:39 PM
    Intellectual920 points

    A bit narrow, but very handy for sorting out uboot and bootargs: http://www.denx.de/wiki/DULG/Manual

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • rajas more
    Posted by rajas more
    on Jul 31 2009 07:28 AM
    Prodigy10 points
    I have doubt regarding building of project in dm6446-DVEM2.0...

    I am using codec engine.I want to know what is the right processure to create a simple projecf where i want to take speech data through mic.I want to store it on DDR2 ram just that much!! which header files i should refer to and sample codes i can refer??????

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Juan Gonzales
    Posted by Juan Gonzales
    on Jul 31 2009 09:01 AM
    Mastermind33895 points

    DM6446 'encode' demo included in dvsdk should take input from a MIC and encoded in g.711; however, if you look at the demo source code, you have access to the audio buffer (stored in DDR2) and can choose to send it to g.711 encoder or write it to a file, ....

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Constantine
    Posted by Constantine
    on Sep 12 2009 10:41 AM
    Expert2940 points

    Linux DaVinci information catalog http://www.linux-davinci.info/


    Constantine
    Embedded Linux Consulting: http://www.MakeLinux.com/
    Linux and TI DaVinci Technology Portal: http://www.Linux-DaVinci.info/

    Please consider to   Verify the Answer   if applicable

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • virgoptrex
    Posted by virgoptrex
    on Sep 15 2009 11:32 AM
    Intellectual555 points

    I can run encode, decode and interface demos. However, When I copy 'encodedecode' directory in the same folder renaming 'test1' and make changes to 'config' files  paths and 'make' file Istill get error like " make: *** No rule to make target `test1.cfg', needed by `test1_config/compiler.opt'.  Stop." What am I doing wrong?

    Its better to be a fool for a minute rather than being foolish and ignorant for rest of the career![*-)]

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Juan Gonzales
    Posted by Juan Gonzales
    on Sep 16 2009 17:27 PM
    Mastermind33895 points

    some of the build scripts assume the same name as the directory for certain files (e.g. encodedecode_config, encodedecode.cfg), you will need to rename these as well.  What I normally do is copy the original demos into a different directory and make the original demo directory my working directory; this avoids many headaches such as the one you are running into.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • virgoptrex
    Posted by virgoptrex
    on Sep 17 2009 10:49 AM
    Intellectual555 points

    Juan,

    Thanks it worked out well! I tried both approaches

    1. Renaming contents in the scripts and renaming the file names (there were several files and numerous script changes in replica of 'encodedecode' folder). Took me like 20 -25 minutes to do this. I wish I could get a good 'replace in files' program in Ubuntu (notepad++???). [:Y]

    2. Easier approach of preserving demo's directory - 'acts like master / reference' directory. Then making replica directory 'working' directory without name/script content changes!

    Its better to be a fool for a minute rather than being foolish and ignorant for rest of the career![*-)]

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Max14907
    Posted by Max14907
    on Sep 23 2009 14:52 PM
    Intellectual290 points

    Juan,

    Sorry, I am posting this question as a reply since I could not start a new thread.

    I was trying to get started on building the DVSDK demo. The getting started guide that came with the kit (DM6467), mentions about editing the Rules.make file (in section 4.6 of the getting started guide) and modify certain env variables.e.g PLATFORM etc.

    I found several of these already in place.

    I found several discrepancies between what is stated on the guide and what is already there in this file.
    for e.g. the guide says to point EXEC_DIR to "....."/$(platform)
    but the rules.make already has en entry for this variable which does not end in the "$platform". Are we supposed to edit and add it at the end ?
    Also a few other paths are different eg. the
    LINUXKERNEL_INSTALL_DIR=/opt/mv_pro_4.0.1/montavista/pro/devkit/lsp/ti-davinci/linux-2.6.10_mvl401_LSP_01_30_00_082 in the rules.make
    but the starting guide says it should be set to .... /<home/ useracct>/..... etc.


    Is the starting guide (hard copy I got EVM) incorrect ?)

    I also got the link
    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_2_00/latest/index_FDS.html
     I am unsure as to what updates form here that I really need for a "basic" getting started and building the demos.

    Any help/advice would be appreciated.

    Thanks,

    Jawa

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • virgoptrex
    Posted by virgoptrex
    on Sep 23 2009 15:12 PM
    Intellectual555 points

    start with this first

    http://wiki.davincidsp.com/index.php/Before_the_Getting_Started_Guide

    Its better to be a fool for a minute rather than being foolish and ignorant for rest of the career![*-)]

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • virgoptrex
    Posted by virgoptrex
    on Sep 23 2009 15:18 PM
    Intellectual555 points

    Then go to this page

    http://tiexpressdsp.com/index.php/Category:Linux

    Its better to be a fool for a minute rather than being foolish and ignorant for rest of the career![*-)]

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Juan Gonzales
    Posted by Juan Gonzales
    on Sep 23 2009 15:31 PM
    Mastermind33895 points

    Jawa,

    The Rules.make that comes by default in DVSDK root directory has a few paths that are incorrect; this is why the GSG suggests you need to change some of them.  The real path that you need to put there depends on where you installed the software components, which means the directories pointed to by the paths need to exist.  The simplest way to ensure this is to follow the GSG steps; the GSG suggests where to install the various software components and if you followed those steps, then the suggestions made in section 4.6 should make sense.

    One caveat, as DVSDKs evolve and new ones come out, so does the GSG.  Therefore, please make sure you use the GSG which corresponds to your DVSDK.  From the link you posted above

    http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/dvsdk/DVSDK_2_00/latest/index_FDS.html

    you should be able to access the GSG for your platform directly; this GSG will tell you which of the various components you need to download and install from this site.

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • Constantine
    Posted by Constantine
    on Sep 24 2009 03:29 AM
    Expert2940 points

    virgoptrex
    I wish I could get a good 'replace in files' program in Ubuntu

    add

    myreplace()
    {
            perl -i -pe "s[$1][$2]g"  `grep "$1" . -rl `
    }

    to your ~/.bashrc

    and call it in from directory tree:

    myreplace "old string" "new string"

    also you my add options --exclude and --include to grep to filter files


    Constantine
    Embedded Linux Consulting: http://www.MakeLinux.com/
    Linux and TI DaVinci Technology Portal: http://www.Linux-DaVinci.info/

    Please consider to   Verify the Answer   if applicable

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
  • virgoptrex
    Posted by virgoptrex
    on Sep 24 2009 09:36 AM
    Intellectual555 points

    Thanks Constantine,

    For some reason this function doesn't seem to work. I tried other sample functions by adding them to .bashrc and they work! Is ' ` ' actually ' ' '?

    Its better to be a fool for a minute rather than being foolish and ignorant for rest of the career![*-)]

    Report Abuse
    • Reply
    You have posted to a forum that requires a moderator to approve posts before they are publicly available.
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use