• 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 » DM814x and AM387x Processors Forum » All Tags » psp
Share
DaVinci™ Video Processors
  • Forums
  • Announcements

Browse by Tags

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".

Sign In to 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:
psp
  • 8148
  • 814x
  • 81xx
  • camera
  • DM8127
  • DM8127IPNC
  • dm8148
  • DM8148 v4l2
  • DM8148 Video capture
  • DM814x
  • DM814x EVM
  • DM8168
  • DM81xx
  • evm
  • EZSDK
  • GPIO
  • hdmi
  • Linux
  • omx
  • PCIe
  • TI8148
  • TI814x
  • u-boot
  • V4L2
  • VPSS
Related Posts
  • Forum Post: Re: MCASP and tlv320aic3106

    Vaibhav Bedia Vaibhav Bedia
    Hello, McASP as master is not supported currently. If you want to try this out here are a couple of pointers... 1. davinci-evm.c- Change the AUDIO_FORMAT macro to reflect codec is the slave a) #define AUDIO_FORMAT (SND_SOC_DAIFMT_DSP_B | \ SND_SOC_DAIFMT_CBS_CFS | SND_SOC_DAIFMT_IB_NF b)...
    on Sep 2, 2011
  • Forum Post: Re: 1st stage u-boot cannot saveenv

    Vaibhav Bedia Vaibhav Bedia
    1st stage U-Boot bootcmd is meant to be hardcoded. From the U-Boot user guide- "The boot command that the minimal U-Boot uses for fetching the larger U-Boot will not change for a particular boot mode as long as the same layout is used and is hence fixed. If any other behavior required then...
    on Sep 5, 2011
  • Forum Post: Re: The configuration header of 8148

    Vaibhav Bedia Vaibhav Bedia
    TI8148 does not support the use of configuration header. Regards, Vaibhav
    on Sep 5, 2011
  • Forum Post: Re: TI8148 HDMI Audio

    Srirama Govindarajan Srirama Govindarajan
    Bernhard HDMI audio driver for dm8148evm will be included as part of the next release (04.01.00.06) - planned for Sept end
    on Sep 16, 2011
  • Forum Post: TI8148 HDMI Audio

    Bernhard Miklautz Bernhard Miklautz
    Hi all, are there any schedules when hdmi audio will be available on the dm8148 evm? The latest PSP (04.01.00.05.patch1) states this still as unsupported. Thanks and regards, Bernhard
    on Sep 6, 2011
  • Forum Post: Re: U-Boot build failed

    Vaibhav Bedia Vaibhav Bedia
    Something is going wrong in how the PATH for the toolchain is set up. What does "$echo $PATH" give before you try to build? Regards, Vaibhav
    on Sep 30, 2011
  • Forum Post: Re: U-Boot build failed

    Vaibhav Bedia Vaibhav Bedia
    You need to specify the complete path. So this Eric Chen export PATH=/CodeSourcery/Sourcery_G++_Lite/bin:$PATH should be export PATH= /eric /CodeSourcery/Sourcery_G++_Lite/bin:$PATH and so on. Eric Chen is building U-Boot in Linux the only way to make image of code written to storage...
    on Oct 3, 2011
  • Forum Post: Re: TI8148EVM documentation problem...

    Vaibhav Bedia Vaibhav Bedia
    http://ap-fpdsp-swapps.dal.design.ti.com/index.php/TI814x-PSP-04.01.00.02-U-Boot#EVM_Switch_Settings Regards, Vaibhav
    on Oct 18, 2011
  • Forum Post: Re: Can U-boot access GPIO?

    Anil Anil
    Hi Steve, Yes, you can read the GPIO pin status from u-boot. Steps for reading the GPIO pins:- 1. Enable clock for GPIO bank which you are using. 2. Put the GPIO pins in Input mode 3. Read the register values to know the status Regards AnilKumar
    on Nov 15, 2011
  • Forum Post: Re: Adding a ti814x u-boot target which runs entirely from internal memory

    Vaibhav Bedia Vaibhav Bedia
    Hello, Delio Brignoli Is there a technical reason for not supporting the same feature on TI814X? As you rightly pointed out, Initial versions of 1st stage of U-Boot for TI8148 did run out of internal RAM. However, when adding SD boot support we realized that the buffers that the driver uses...
    on Nov 24, 2011
  • Forum Post: Re: Adding a ti814x u-boot target which runs entirely from internal memory

    Vaibhav Bedia Vaibhav Bedia
    It's been some time since i last worked on this so don't recall what the size was. Here's what you could do Check out a branch previous to the commit which removed this feature Build 1st stage U-Boot Use readelf to look at the bss section of the image. Delio Brignoli I was...
    on Nov 24, 2011
  • Forum Post: Re: DM814x and UART DMA Transfers

    Nageswari Srinivasan Nageswari Srinivasan
    Hi, DMA mode is currently not supported in the DM814x serial driver even though it uses omap-serial driver. (DMA is currently switched off for DM814x). Default OMAP serial driver uses SDMA (OMAP3 DMA) to implement DMA functionality. (drivers/tty/serial/omap-serial.c) But DMA engine is different...
    on Nov 28, 2011
  • Forum Post: Re: need PSP version 04.01.00.06 for DM814x

    Srirama Govindarajan Srirama Govindarajan
    Aravind In general you can download PSP releases from http://software-dl.ti.com/dsps/dsps_public_sw/psp/LinuxPSP/DM814x_04_01/ Snapshot of latest code can be obtained from http://arago-project.org/git/projects/?p=linux-omap3.git;a=shortlog;h=refs/heads/ti81xx-master We are working through...
    on Nov 30, 2011
  • Forum Post: Re: Enable HDMI Audio Support for DM814xx

    Vaibhav Bedia Vaibhav Bedia
    Hi, HDMI audio support was added in PSP 04.01.00.06 http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/p/149875/541860.aspx#541860 Regards, Vaibhav B.
    on Dec 5, 2011
  • Forum Post: Re: Configuring PINCNTLx to use UART4 on TMDXEVL8148

    Vaibhav Bedia Vaibhav Bedia
    Hi, If you haven't done so already, there's one thing that i think you can try... set all the other muxed modes of UART4_RXD (PINCTRL168, 209 and 251) to 0xF0000. This would disable the internal pulls on these pins. Regards, Vaibhav
    on Dec 5, 2011
  • Forum Post: Re: PCI root complex differences between DM8148 and DM8168 ?

    HemantPedanekar HemantPedanekar
    Christian, There is no difference apart from DM8148 having x1 and DM8168 having x2 link width. Can you provide more information such as logs (refer Root Complex Driver User Guide), lspci -xvv output on both setups , what is the driver for endpoint you are loading? Is it some custom driver or already...
    on Dec 7, 2011
  • Forum Post: Re: DM8148 SDK Supported Ethernet PHYs

    Srirama Govindarajan Srirama Govindarajan
    Hi The PHY driver currently used for handling the AR8031 is a generic PHY layer implementation under Linux and should be able to work with most standard PHYs without any changes - sufficient care must be taken with the HW interfacing to ensure any timing restrictions imposed by the PHy are complied...
    on Dec 8, 2011
  • Forum Post: Re: Is anyone successfully using the FIQ interrupt on the DM8148?

    Vaibhav Bedia Vaibhav Bedia
    Hi, FIQ is not available in GP devices. Regards, Vaibhav
    on Dec 8, 2011
  • Forum Post: Re: PCI root complex differences between DM8148 and DM8168 ?

    HemantPedanekar HemantPedanekar
    Christian, There should not be any difference on MSI. Regarding DMA, is this DMA from Endpoint or EDMA from DM816x/DM816x device? While I try to replicate the scenario (using an off the shelf card), can you use legacy interrupt for the time being (the Lancero driver needs to support this) ?...
    on Dec 8, 2011
  • Forum Post: Re: PCI root complex differences between DM8148 and DM8168 ?

    HemantPedanekar HemantPedanekar
    Christian, Ok, so at least legacy interrupts work. I will try with a card supporting MSI to check if this could be some s/w issue like incorrect interrupt number being used or EOI requirement. Hemant
    on Dec 14, 2011
  • Forum Post: Re: PCI root complex differences between DM8148 and DM8168 ?

    HemantPedanekar HemantPedanekar
    An update: I think the issue is with difference in clearing the MSI interrupt across DM816x and DM814x (as you guessed). In file arch/arm/mach-omap2/pcie-ti81xx.c, change the following line in function ack_msi() --> __raw_writel(~(1 << (msi_num & 0x1f)), reg_virt + MSI0_IRQ_STATUS...
    on Dec 14, 2011
  • Forum Post: Re: PCI root complex differences between DM8148 and DM8168 ?

    HemantPedanekar HemantPedanekar
    Leon, I will get back with concrete answer on the further differences question in a day or two. Meanwhile, regarding the interrupt ack behavior, I am still verifying the modifications suggested earlier, but if confirmed, yes, it will be due to the difference in PCIe h/w versions being used in DM8168...
    on Dec 14, 2011
  • Forum Post: Re: Environment Settings for NFS Filesystem in DM814x EVM

    Vaibhav Bedia Vaibhav Bedia
    Is NAND enabled on the EVM? Is it detected by U-Boot during the boot process? Regards, Vaibhav
    on Dec 21, 2011
  • Forum Post: Re: Can M3 use any h/w peripherals?

    Andrew Elder Andrew Elder
    Hi Michael, What about the use case where we completely blow away M3 HDVPSS functionality and run our own SYS BIOS application on the M3 ? According to the SYSLink examples that I have seen, TI distributes example code to set up SYSLink connections between the ARM and M3(s). Am I missing something...
    on Dec 21, 2011
  • Forum Post: Re: Problem in booting DM814x EVM

    Vaibhav Bedia Vaibhav Bedia
    Please check the bootargs against those mentioned in the PSP user-guide http://processors.wiki.ti.com/index.php/DM814x_AM387x_PSP_User_Guide#Booting_Linux_Kernel especially the tty0x part. Regards, Vaibhav
    on Dec 22, 2011
12345»
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