Texas Instruments
  • Samples Cart - Add Samples Samples & Purchase Cart
  • |
  • Contact Us
  • |
  • TI Worldwide: United States
  • |
  • my.TI Login
  • Products
  • Applications
  • Design Support
  • Sample & Buy

  • All Searches
TI Home » TI E2E Community » Support Forums » ARM® & DSP Microprocessors » DaVinci™ Video Processors » All Tags » DM6467
  • Join
  • Sign In with my.TI Login

TI E2E™ Community

  • Home
  • Support Forums
  • Videos
  • Blogs
  • Groups
  • More ...
  • Go
  • Advanced Search
Share

Browse by Tags

DaVinci™ Video Processors

DaVinci™ Video Processors

Welcome to the DaVinci™ Video Processors Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

  • Get this RSS feed
  • Home
  • Announcements
  • Forums
New Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
DM6467
  • 1080 video encoding DM6467
  • 1080i encode
  • 1080p
  • 400MHz
  • 512m
  • 6467
  • ACPY3
  • ARM
  • ARM9
  • ARM968
  • audio
  • audio codec
  • audio encode
  • bh560m
  • boot
  • bootargs
  • Booting
  • bootloader
  • buffer management
  • build
  • build error
  • C64x+
  • CAS
  • CCS3.3
  • CCSv4
Related Posts
  • Forum Post: Re: What JTAG emulators are recommended for DM6467 EVM?

    Juan Gonzales Juan Gonzales
    This is great news! At least we know who has a Blackhawk emulator now. :) I also want to highlight (mentioned in original post) the fact that Specturm Digital drivers include a ready-to run DM6467 EVM configuration, no need to create your own using AMR926 and C64X+.
    on Jul 11, 2008
  • Forum Post: Re: Split image on EVMDM6467

    Bernie Thompson TI Bernie Thompson TI
    This issue is actually shown as a constraint as opposed to a known bug in the manual which unfortunately makes it sound like it may not be fixed, if it will or not I could not say for certain. The issue actually sounds like a similar issue that was common with the DM642 video ports where the DMA would...
    on Jul 16, 2008
  • Forum Post: Re: Split image on EVMDM6467

    Juan Gonzales Juan Gonzales
    3 msec sounds quite long to process an IOCTL; in other products (and probably on this one as well), we use IOCTL (XXXX_WAIT_FOR_VSYNC) for each frame of video which means they are being processed faster than 33msec. I would investigate the driver source code a bit further, try returning right away...
    on Jul 16, 2008
  • Forum Post: My DaVinci EVM board is not behaving properly; how to I exchange it?

    Juan Gonzales Juan Gonzales
    Many of our DaVinci (DM355, DM6467, DM644X) boards are built by Spectrum Digital(SD). Therefore, if you suspect there is a problem with the EVM, you should do due digleence to try and verify the suspected problem area (there are normally board level tests posted on SD Website). If you still feel there...
    on Jul 18, 2008
  • Forum Post: Re: Split image on EVMDM6467

    Juan Gonzales Juan Gonzales
    Apologies, I meant 3 sec. In my previous post, I suggested you modify the code to return from the IOCTL call right away to confirm it is not the call from user space to kernel space that is taking long, but perhaps the implementation that processes that particular ioctl. I can tell you for sure that...
    on Jul 23, 2008
  • Forum Post: Re: Linux Kernel Source Tree and Patches

    sathya2149 sathya2149
    Hi, Please read through the updates on the link :- http://tiexpressdsp.com/wiki/index.php?title=PSP_Introduction_and_Product_FAQ It should answer all your questions. Questions 3-7 and questions 9-10. PSP poduct downloads are available at the PSP update advisor site at :- https://www-a.ti.com/downloads...
    on Jul 28, 2008
  • Forum Post: I need help setting up the remote control for DM6467 EVM

    Juan Gonzales Juan Gonzales
    The DM6467 Getting Started Guide (spruf88a.pdf) has information on properly setting up the remote control unit (RCU) to work with DM6467 EVM. This is also true of corresponding Getting Started Guides for other DaVinci processors.
    on Jul 28, 2008
  • Forum Post: Re: Split image on EVMDM6467

    krishnamaiden krishnamaiden
    Hi Brijesh, Thanks for the explanation. So if getinput is not suppossed to be called in a loop the question remains then how does one detect that the input is unplugged "programatically". To make IOCTL calls to STREAMOFF and STREAMON the program will need to know that the input is unplugged...
    on Jul 29, 2008
  • Forum Post: Re: Split image on EVMDM6467

    krishnamaiden krishnamaiden
    Thanks for the suggestion. I have tried with checking the signal on a periodic basis and reseting the video input upon detection of no signal, but as i am running an Computer vision algorithm on the captured image the algorithm changes its model causing it to behave wierdly. Although upon reset of the...
    on Jul 30, 2008
  • Forum Post: Re: dm6467 USB host

    Juan Gonzales Juan Gonzales
    The features and limitations of the USB driver are detailed in the PSP release notes (e.g. ReleaseNotes_DM646x_Linux_PSP.pdf) which are included as part of the DVSDK. I believe the limitation in the number of devices that can be supported are based on the types of devices; certain devices use an entire...
    on Aug 22, 2008
  • Forum Post: Re: dm6467 USB host

    Juan Gonzales Juan Gonzales
    are all 10 devices interrupt-type devices? I think you can implement a software arbiter to manage the end-points; I do not know how difficult this would be though.
    on Aug 22, 2008
  • Forum Post: Re: DM6467 arm968 boot

    Juan Gonzales Juan Gonzales
    I am not sure I understand the question. Codec Engine framework is software layer that runs on both ARM (at user level) and DSP. In ARM side, the kernel has to load before any user level application; booting ARM requires boot-loader (e.g. u-boot) and Linux Kernel (uImage), both which are provided with...
    on Aug 26, 2008
  • Forum Post: Re: DM6467 arm968 boot

    Daniel Allred Daniel Allred
    The arm968 cores in the DM6467 are part of the accelerator blocks that are used by the codecs. In general, these aren't parts of the system that you would want to load with your own code, particularly if you are planning on using the codec engine framework. Codecs that make use of the accelerators...
    on Aug 26, 2008
  • Forum Post: Re: DM6467 arm968 boot

    Bernie Thompson TI Bernie Thompson TI
    In general as a DM6467 user you should not be concerned with the ARM968, the use of this core is beyond the scope of what we typically support on the device. The only case where you would be dealing with booting the ARM968 is if you were a third party codec developer, which is a limited group who would...
    on Aug 27, 2008
  • Forum Post: dm6467 video applications

    Olivier3746 Olivier3746
    Good morning, We are evaluating a dm6467 EVM for graphical applications and HD video processing. The EVM comes with an X server for a frame buffer device (/dev/fb/...), which it cannot find. The davinci kernel drivers only seem to support fbdev on dm355 and dm644x. What is the supported route for running...
    on Aug 28, 2008
  • Forum Post: Re: dm6467 video applications

    Juan Gonzales Juan Gonzales
    Oliver, The video display driver on DM6467 is based on V4L2 (as opposed to frame buffer as in DM644x) Linux standard. I am not sure if X Server can run on top of V4L2; otherwise, you may need to port a frame-buffer driver to DM6467. Please note that from a hardware perspective, display hardware on...
    on Aug 28, 2008
  • Forum Post: HDVICP and RMAN versioning on DM6467

    Olivier3746 Olivier3746
    Hello, I created a codec server containing some of our algorithms as well as TI's mpeg2dec (from the object code in the codec evaluation pack). Our algorithms run correctly, however when attempting to create an instance of mpeg2dec, I get the following messages: [DSP] @0,874,111tk: [+0 T:0x8fa49e44...
    on Sep 3, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Olivier3746 Olivier3746
    Thanks Juan. Here is what is in the release notes for the mpeg2dec: MPEG2 Decoder Version 1.00 Release Notes (June 2008) Validated on DM6467 EVM: - Code Composer Studio Version 3.3.49 - Code Generation Tool version 6.0.8 - Codec Engine (CE) version 2.10.01 or newer - DSP/BIOS version 5.31 - HDVICP API...
    on Sep 4, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Juan Gonzales Juan Gonzales
    Are you working with DVSDK 1_40_00_31? it looks like all the versions you listed above (for codec and your work environment) match this DVSDK release. If so can you build the dm6467_dvsdk_combos_1_15 directory, this should include the MPEG2 decoder. If you can build this, then at least we will know...
    on Sep 5, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Olivier3746 Olivier3746
    Yes, we have DVSDK_1_40_00_31. I can't rebuild the dm6467_dvsdk_combos_1_15 directory. Here's the build output: /opt/dvsdk/xdctools_3_10/xdc -PR packages making all: Fri Sep 5 14:49:57 MDT 2008 ... ======== .interfaces [packages/ti/sdo/codecs/aacdec] ======== ======== .interfaces [packages/ti...
    on Sep 5, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Juan Gonzales Juan Gonzales
    Interesting, I just checked and you are correct, the mpeg2 libs are not there. Where did you get the evaluation codec? Did you only get the mpeg2dec codec (which means you will need to modify files to omit the other codecs before attempting to build combo)? I have build these dsp servers in the past...
    on Sep 5, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Olivier3746 Olivier3746
    We filled out an evaluation request form, then got a link to download the evaluation pack ("dm646x_eval_1_0_06aug08.zip"). It contained: dm6467_h264bp_enc_1_00_013 dm6467_jpeg_dec_1_13_002 dm6467_jpeg_enc_1_12_001 dm6467_mpeg2mp_dec_1_00_011 Here's what I've done so far, as a proof...
    on Sep 5, 2008
  • Forum Post: Re: HDVICP and RMAN versioning on DM6467

    Olivier3746 Olivier3746
    I decided to pursue the earlier idea of dumping out the RMAN tables. With a few lines of code on the DSP, I found the tables to be empty, which explains the error message. After reviewing every source file, I found that the <server>.cfg file included the EDMA3 and HDVICP modules, but that they...
    on Sep 5, 2008
  • Forum Post: DM6446 DDR2 PCB layout, gerber files

    eric_wilbur eric_wilbur
    I located the app note for hooking up DM6446 to DDR2 (SPRAAc5g). Customers have used these documents with great success in the past (esp for 6455). However, the customer (in a workshop today) asked if the gerber files were available. I thought the answer was yes, then spent awhile searching for them...
    on Sep 9, 2008
  • Forum Post: Re: DM6446 DDR2 PCB layout, gerber files

    Bernie Thompson TI Bernie Thompson TI
    Gerber files can typically be found on the board manufacturer's web site, in this case Spectrum Digital has them in their support page, they are given in PDF format, for additional formats like the CAD source you would have to contact Spectrum Digital as they likely have to be licensed/purchased...
    on Sep 9, 2008
12345»
Share

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.

Products | Applications | Design Support | Sample & Buy RSS

TI Worldwide | About TI | Contact Us | Investor Relations | Press Center | Corporate Citizenship | Careers | Tags | my.TI Login | All Searches | Site Map

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