Audio stream goes silent in loopback

2007-12-25 Thread mayank
Hi all, I am working on Davinci customized board. It has aic23 audio codec which is configured as Master and McASP configured as slave. Kernel version is TI MVL LSP 1_20_00_05. My task is to capture and play audio stream (loopback) on the board. I am able to capture and play audio strea

RE:Upgrading NOR flash from 16MB to 32MB

2007-12-25 Thread Zgembo Adislic
Tnx, i have already changed u-boot/include/configs/davinci.h in u-boot to 0x200 but when I look into kernel for DAVINCI_CS0_PHYS + SZ_16 -1 I can not find it. I am using MontaVista's linux-2.6.10_mvl401. Any ideas? Regards, Benjamin Manjunatha AM <[EMAIL PROTECTED]> wrote: Hi, You need

RE: What is the relationship between Codec Engine and DSPLink

2007-12-25 Thread Uppal, Deepali
Yan Ming, Codec Engine is a codec execution framework that automates the invocation and instantiation of eXpressDSP-compliant codecs and algorithms. TI Codec Engine is provided as part of the TMS320DM644x Digital Video Evaluation Module (DVEVM). Codec engine can execute in ARM-only, ARM-DSP, or

RE: How and when DSP BIOS load and run,and what about .x64P?

2007-12-25 Thread Uppal, Deepali
RyanYee, I can answer your question from the perspective of DSP/BIOS Link. The loading of the DSP executable occurs when the GPP side application calls the API PROC_load. When the GPP side application calls the API PROC_start, the already loaded DSP/BIOS application starts up. This triggers th

RE:Upgrading NOR flash from 16MB to 32MB

2007-12-25 Thread Manjunatha AM
Hi, You need to change PHYS_FLASH_SIZE 0x100 to PHYS_FLASH_SIZE 0x200 in u-boot/include/configs/davinci.h and in Linux kernel (2.6.20) linux/arch/arm/mach-davinci/board-evm.c you should change DAVINCI_CS0_PHYS + SZ_16 -1 to DAVINCI_CS0_PHYS + SZ_32 -1 Manjunath.AM TEL The informatio

RE:Upgrading NOR flash from 16MB to 32MB

2007-12-25 Thread Manjunatha AM
Hi You need to change PHYS_FLASH_SIZE 0x100 to PHYS_FLASH_SIZE 0x100 in u-boot/include/configs/davinci.h and in Linux kernel (2.6.20) linux/arch/arm/mach-davinci/board-evm.c you should change DAVINCI_CS0_PHYS + SZ_16 -1 to DAVINCI_CS0_PHYS + SZ_16 -1 Manjunath.AM TEL The information

Re: Upgrading NOR flash from 16MB to 32MB

2007-12-25 Thread Ashuaria Lee
Hi Ben. I guess this is my first posting ;-) Glad I can help you First, DVEVM already, Did, have a 32MB NOR Flash. Second, Even if you install the 32MB Flash. Youo will be able to use only 16MB due to the limit of address line on AEMIF. Regards, Ashuaria 2007/12/25, Zgembo Adislic <[EMAIL PROTE

Fwd: davinci tools

2007-12-25 Thread Albert Burbea
Hi has anybody tried ubuntu or fedora as host tools? Any other free linux cores ? Albert -- Forwarded message -- From: Marcel Katz <[EMAIL PROTECTED]> Date: Dec 25, 2007 9:55 AM Subject: Re: davinci tools To: Albert Burbea <[EMAIL PROTECTED]> Albert I am new in the Linux world,

Upgrading NOR flash from 16MB to 32MB

2007-12-25 Thread Zgembo Adislic
Hi all, I am using DVEVM 6446 and I have changed my existing NOR flash chip from 16MB to new one that has 32MB. What changes do I need to make so that my board can recognize this new 32 MB of NOR flash? I presume that I need to make some changes to u-boot. Tnx, Benjamin -

About CCDC to Resizer

2007-12-25 Thread Tonald DL
Hi All Does anyone has tested Davinci Resizer with a CCDC input directly? I use resize with SDRAM input and no problem, but when I use a CCDC input by directly from CCDC, i have some error with the image. Anyone has suggestions? -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Best Regar

Re: DM6446 - ARM TO DSP communication overhead using XDM

2007-12-25 Thread Tonald DL
Hi All Does anyone has tested Davinci Resizer with a CCDC input directly? I use resize with SDRAM input and no problem, but when I use a CCDC input by directly from CCDC, i have some error with the image. Anyone has suggestions? ___ Davinci-linux-open-s

DM6446 - ARM TO DSP communication overhead using XDM

2007-12-25 Thread ilay nissim
Hi All, I have developed an xdm component. when i run it as an empty component, meaning in the dsp i immediately return i still see a 2 ms overhead. I am sending a video frame with the size of 720X480. My time measurements are on the arm. pseudo code: get time() VIDENC_PROCESS get time() Than

What is the relationship between Codec Engine and DSPLink

2007-12-25 Thread Yanming Wu
Hi, What's the relationship between between Codec Engine and DSPLink? Which one can be downloaded freely from TI's website, and which one must buy DVEM in order to get it? I am interested in development for DM355. Because no DSP in the DM355, do I still need DSPLink? Thanks & Regards, Y