Re: about csl_chiphal.h

2008-06-11 Thread Agat-system tut by
Hello gladarmy, I had the same problem, and I sent request to support. Here is the answer: "...Unfortunately there is no Chip Support Library (CSL) available for the DM644x devices, as the suggested development path is with the ARM running Linux doing any peripheral level control which would

About the cache issues of dm6446

2008-06-11 Thread kashin Lin
Hi, i have read the "DSP two-level internal memory reference guide (spru610)" & "DSP cache user guide (spru656)" but still have some questions about the dm6446 DSP side's cache: 1. by reading these two guides, it seems that level-1 memory ( L1D, L1P) are always used as cache and level-2 can be co

How to rebuild codec server?

2008-06-11 Thread steven.zhang
Hi, all. I download EVM packages from TI site. As you know, evm packages provide many tools including tievms/dvevm_/codec_servers_XXX/. The server contains some dsp images like decodeCombo.x64P etc. It is common to rebuild the decodeCombo.x64P server. By checking TI document, I am told that co

Re: About the cache issues of dm6446

2008-06-11 Thread Andre Gaschler
Hi, for enabling caches in run time have a look into http://focus.ti.com/lit/ug/spru401j/spru401j.pdf especially the CACHE section. If you want access CMEM/DSPLINK data for example (that should be in DDR 0x87 - 0x88 ) you simply #include to your DSP code and write CACHE_enableCaching ( CACHE_

Re: cmem issure of DVEVM_1_30

2008-06-11 Thread Andre Gaschler
Hi Steven, from what I know from cmem_1_02, the device node is not created from the kernel module itself. You can try to run mknod /dev/cmem c 254 0 yourself, or simply edit loadmodules.sh. By the way, you can check what cmem is doing running cat /proc/cmem -- Andre Subject: cmem issu

Re: Hard Disk DMA Problem

2008-06-11 Thread Andrew Armstrong
I was wondering if any resolution to this problem was ever found? I am seeing exactly the same message. The drive works with PIO, but not with IDE. Regards, Andrew On Fri, 2007-01-05 at 16:02 +0800, gao yuechao wrote: > I encountered the following error when I use hard disk in DMA mode: > >

Re: How to rebuild codec server?

2008-06-11 Thread Vladimir Pantelic
steven.zhang wrote: Hi, all. I download EVM packages from TI site. As you know, evm packages provide many tools including tievms/dvevm_/codec_servers_XXX/. The server contains some dsp images like decodeCombo.x64P etc. Yes, this is a compiled binary dsp server combo. It is common to rebui

Re: Unclean CODEC engine shutdown.

2008-06-11 Thread Ashuaria Lee
Hi, Tivy I have a question. Can you confirm that doing DSP reset is safe and does no harm to ARM side? To be more specific, 1. could DSP reset corrupt DDR memory? 2. How about peripherals? 3. Or EDMA? I am thinking another way. The theory is, if the DSPLINK on DSP side can detect the link is gone

Re: Hard Disk DMA Problem

2008-06-11 Thread gao yuechao
Please check your hardware design, especially your pcb layout: 1. Check whether your PCB layout follows IDE design rules; 2. use proper resistors. Regards Gao (www.ruiva.com.cn) 2008/6/11 Andrew Armstrong <[EMAIL PROTECTED]>: > I was wondering if any resolution to this problem was ever found? I

Re: Hard Disk DMA Problem

2008-06-11 Thread Andrew Armstrong
Hi, We figured this out, we had enabled the pinmux so we could use UART0, however this kills the DMA! Its just as well we no longer wish to use this serial port (never really got it working) so we just set up the pinmux to exclude it. Pretty annoying! Regards, Andrew On Wed, 2008-06-11 at 18

Video decoder algorithm create issue

2008-06-11 Thread Santoshkumar GK
Hi, I tried running my application using CE_DEBUG=2 environment variable. It showed a debug message that its unable to locate the decoder. I am using the same configuration file provided by TI in decode demo. I am attaching the decode configuration file and the log file.so can u please let me know

Re: Hard Disk DMA Problem

2008-06-11 Thread Andrew Armstrong
... and by UART0 I meant UART1! > Hi, > > We figured this out, we had enabled the pinmux so we could use UART0, > however this kills the DMA! > > Its just as well we no longer wish to use this serial port (never > really > got it working) so we just set up the pinmux to exclude it. > > Prett

RE: About the cache issues of dm6446

2008-06-11 Thread Griffis, Brad
You're both looking at documents that do not apply to the DM6446. Please go to the DM6446 product folder for documents applicable to this device: http://focus.ti.com/docs/prod/folders/print/tms320dm6446.html#technicald ocuments Kashin, the guide you are looking at applies to 64x cache, not 64x+ c

DM6467 - DMAI unable to detect camera input

2008-06-11 Thread Arvind Raman
I was trying the DMAI based application in the DVSDK package on the DM6467 TI EVM. The application is not able to detect the camera input and prints the following message on the console. [EMAIL PROTECTED]:/work/vrb_6467# ./encode -v vrb.264 Encode demo started. Error: Failed to detect input v

how to streaming the encoded h264 data to PC and PC decode it with VLC?

2008-06-11 Thread 张士杰
-- From: <[EMAIL PROTECTED]> Sent: Wednesday, June 11, 2008 6:43 PM To: Subject: Davinci-linux-open-source Digest, Vol 30, Issue 49 Send Davinci-linux-open-source mailing list submissions to davinci-linux-open-source@linux.davincidsp.com To sub

Disbaling USB Ports on Davinci

2008-06-11 Thread Meher
Hi, I am working on Davinci EVM and using davinci git 2.6.23. Can I dynamically enable/disable USB ports on Davinci? (Disable at HW level, use PSC to disable the clock). Does current Davinci USB stack for the MUSB controller support loading/unloading of the HCD controller dynamically? If I nee

RE: cmem issure of DVEVM_1_30

2008-06-11 Thread Tivy, Robert
Steven, Did you use the provided Makefile (which includes ../../Rules.make)? There is a macro USE_UDEV that needs to be set to 1 in order to get insmod-time /dev/cmem creation. This setting of USE_UDEV is usually done in the provided 'make' file Rules.make and is 'consumed' in the rule to build c

RE: Unclean CODEC engine shutdown.

2008-06-11 Thread Tivy, Robert
> -Original Message- > From: Ashuaria Lee [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2008 3:44 AM > To: Tivy, Robert > Cc: Monk, Roger; Davinci-linux-open-source@linux.davincidsp.com > Subject: Re: Unclean CODEC engine shutdown. > > Hi, Tivy > > I have a question. > Can you

RE: Video decoder algorithm create issue

2008-06-11 Thread Sam Hague (shague)
Santosh, the error implies that mpeg2dec is not part of decodeCombo.x64P. I would go look for the decode.cfg used with the server and see if it is included there. And make sure that mpeg2dec is actually built into the server you have. Sam -Original Message- From: [EMAIL PROTECTED] [mail

Re: About the cache issues of dm6446

2008-06-11 Thread Albert Burbea
Hi another question - is it possible to victimize a single cache line? How much does it take? Also, Brad, are your remarks valid on the 6727 floating point TI DSP? 10x On 6/11/08, Griffis, Brad <[EMAIL PROTECTED]> wrote: > > You're both looking at documents that do not apply to the DM6446. > Plea

dvsdk for dm6467 on windows

2008-06-11 Thread Albert Burbea
Hi everybody I am wondering - I need to compile a codec under window ccs 3.3. I can not find the dvsdk for windows. Does it exist? I am talking f course about xdcbuild and family, and all the supporting ti packages. I copied the dir dvsdk_1_4 xxx from a linux install but I am still not sure about t

Re: Disbaling USB Ports on Davinci

2008-06-11 Thread Albert Burbea
Hi I do not know about your question, but I have once more: can somebody please explain what udev is, how it is used and how do I include it in the kernel ? Albert On 6/11/08, Meher <[EMAIL PROTECTED]> wrote: > > Hi, > I am working on Davinci EVM and using davinci git 2.6.23. Can I > dynamica

RE: Disbaling USB Ports on Davinci

2008-06-11 Thread Hunter, Jon
>> I do not know about your question, but I have once more: >> can somebody please explain what udev is, how it is used >> and how do I include it in the kernel ? For future reference, you may wish to make this a separate post so as not to confuse the subject matters. For information on udev pl

Re: How to rebuild codec server?

2008-06-11 Thread steven.zhang
On Wed, 2008-06-11 at 11:42 +0200, Vladimir Pantelic wrote: > steven.zhang wrote: > > Hi, all. > > I download EVM packages from TI site. As you know, > > evm packages provide many tools including > > tievms/dvevm_/codec_servers_XXX/. The server contains > > some dsp images like decodeCombo.x64

Re: cmem issure of DVEVM_1_30

2008-06-11 Thread steven.zhang
Thanks, Andre! You are right, I need to create device node myself though its major number is 253. On Wed, 2008-06-11 at 11:09 +0200, Andre Gaschler wrote: > > Hi Steven, > > > from what I know from cmem_1_02, the device node is not created from the > kernel module itself. > You can try to run

RE: cmem issure of DVEVM_1_30

2008-06-11 Thread steven.zhang
Yes,USE_UDEV is disable. If I enable it, compile error arises. class_simple_create not define. My kernel version is 2.6.23 which is cut from davinci tree. As I know, udev is included in almost every 2.6 kernel based Linux distribution.But why davinci kernel tree does not support it? However, I ca

CMEMK failed to GETPHYS on cmem_2_00_01 release

2008-06-11 Thread steven.zhang
Hi, all. I update cmem from 1_02 to 2_00_01, and insmod it correctly. But while running demo application, I am out of luck. cmemk reports GETPHYS failure. my kernel mem params is 120M. I have no idea what can be the magic? It seems get_phys() return zero. Thanks. [EMAIL PROTECTED]:/opt/dvevm# ./d

Re: About the cache issues of dm6446

2008-06-11 Thread kashin Lin
Hi, thanks for all of your answering. Brad, i still has some questions: 1. in document spru862a page 26 section 2.2, it says the L2 cache is enabled automatically when using DSP/BIOS, but in my default BIOS .tcf file, it seems all the L2 are used as SRAM. what is the correct default setting