Can CCS debug a codec package in codec server?

2008-05-16 Thread cs
Hi all I follow wiki.davincidsp.com 's Debugging_the_DSP_side_of_a_CE_application_on_DaVinci_using_CCS to debug a codec server which only include viddec_copy algorithm package. After connect DSP ,load symbol my_copy.x64P , and open a source code file viddec_copy.c using CCS , I set a break po

Can CCS debug a codec package in codec server?

2008-05-16 Thread cs
Hi all I follow wiki.davincidsp.com 's Debugging_the_DSP_side_of_a_CE_application_on_DaVinci_using_CCS to debug a codec server which only include viddec_copy algorithm package. After connect DSP ,load symbol my_copy.x64P , and open a source code file viddec_copy.c using CCS , I set a break po

Re: Anyone see this month's Embedded Systems Design?

2008-05-16 Thread gather bzbz
Actually the knowledges on the Linux side will sooner or later _OR_ more or less become public assets. The difficult part of almost every embedded project resides in the vendor specific portion. Like for davinci, it is not TCP/IP that causes confusions, it is the davincifb, resizer, dsplink, cme

RE: Connecting a CMOS image sensor to a DM355

2008-05-16 Thread Karicheri, Muralidharan
The VPFE modules in CCDC and IPIPE expects to deal with only the RGr/GbB pattern. That is why there is a data formatter and color space conversion at the input of CCDC. In your case you would need to do data formatting to re-order the pixel bytes while reading out from CCDC input line buffer. Ther

New version package v1.4 is not working..........

2008-05-16 Thread Mark Keramaty
Manas, I have come across the same problem and was wondering you if you had found a solution. I am using the dm355 with version 1.3 software. And when attempting to build the kernel I've found the instructions don't match the folders I have. Have you or anyone else found a solution to

Re: Anyone see this month's Embedded Systems Design?

2008-05-16 Thread ksi
On Fri, 16 May 2008, [EMAIL PROTECTED] wrote: Is there any alternative to Linux? I can see none. Montavista is not sacred--as a matter of fact I personally don't like it--but it is one of almost infinite choices and do respect their work. Their weakness grows directly from their strength--they ar

Anyone see this month's Embedded Systems Design?

2008-05-16 Thread David . Kondrad
Green Hills goes medeval on linux (targeted directly at Montavista) in this article: http://www.embedded.com/columns/guest/207402542 Montavista replies with this article: http://www.embedded.com/columns/guest/207602734 The sad thing is that our development team has had an experience more simila

Re: Connecting a CMOS image sensor to a DM355

2008-05-16 Thread Jeff Cooper
Stephen, Thanks for that idea! My colors are looking correct now. I ended up using: ipipe_hst = 0; ipipe_vst = 1; I saw what they were doing in the driver with COLPTN but I figured that they were just hardcoding to the Micron imager, not that it wouldn't matter. Thanks, Jeff Stephen

Re: Connecting a CMOS image sensor to a DM355

2008-05-16 Thread Stephen Berry
You can make the CCDC capture the data pattern that you need by skipping one row and one column. Another way to do it is to skip them in the IPIPEIF interface ipipe_hst = 1; ipipe_vst = 1; Row and column skipping should give you the RG/GB pattern that the RAW->YUV interface needs for proper c

Linux based tools for DSP-side build

2008-05-16 Thread Kamoolkar, Mugdha
Hi, There have been some questions in the past on this list about whether DSP-side development can be done on Linux. This is FYI for those who may not be aware ... DSP-side development tools are available on Windows (as part of CCS) and also on Linux (as standalone downloads). * DSP/BIOS: https

Connecting a CMOS image sensor to a DM355

2008-05-16 Thread Jeff Cooper
Has anyone connected a non Micron CMOS image sensor to a DM355. I'm having trouble getting the correct color output on my display and I'm wondering if I'm setting up the CCDC or the IPIPE incorrectly on the DM355. The imager sensor is a Omnivision 3630 which has a bayer pattern of: BGBG

how do you convert code to xDAIS compliant?

2008-05-16 Thread Petushi Sokol
Greetings: Does anyone have any suggestions/experience on how to convert an existing C64+ code/algorithm to xDAIS compliant? Any practical experience on how to start with or any link to available tutorial? Thanks, Sokol t. 610.382.1220 f. 610.382.1504 [EMAIL PROTECTED]

Surveying the codec execution time on Davinci

2008-05-16 Thread kashin Lin
Hi, i wonder if there are any documents mentioned about each procedure of encoder/decoder's execution time on Davinci ARM side and DSP side respectively. take H.264 encoder as example, the procedures are Motion Estimation (ME), DCT, Quantization... etc. i am surveying the codec procedures' exec

Re: RE: RE: Davinci-EVM USB issue at git tree 2.6.23

2008-05-16 Thread Frank Xue
Swami, Well done! Thank you! That's really a good news :) Thanks /Frank - Receiving the following content - From: Subbrathnam, Swaminathan Receiver: [EMAIL PROTECTED],davinci-linux-open-source Time: 2008-05-16, 18:18:23 Subject: RE: RE: Davinci-EVM USB issue at git tree 2.6.23

RE: RE: Davinci-EVM USB issue at git tree 2.6.23

2008-05-16 Thread Subbrathnam, Swaminathan
Frank Just wanted to give you a head up on the USB DMA feature on DaVinci. I have USB DMA running on my setup on 2.6.25 git on our DaVinci EVM environment as USB host. Still would require some more coding style and naming cleanups. I think I can publish the patch in the later half

Problem in using ACPY3 on DM6446 EVM under Codec engine

2008-05-16 Thread Mohit Chauhan
Hi, Can anyone help me or can give some hints for solving my problem as described in the mail below? Thanks in advance. -mohit --- On Thu, 15/5/08, Mohit Chauhan <[EMAIL PROTECTED]> wrote: > From: Mohit Chauhan <[EMAIL PROTECTED]> > Subject: Problem in using ACPY3 on DM6446 EVM under Codec engin

How to debug codec server using CCS

2008-05-16 Thread chensu . main
Hi allI follow http://wiki.davincidsp.com/index.php?title=Debugging_the_DSP_side_of_a_CE_application_on_DaVinci_using_CCS to debug a codec server which only include viddec_copy algorithm package.After connect DSP ,load symbol my_copy.x64P , and open a source code file viddec_copy.c using CCS , I s

Re: 2 prob with DVEVM

2008-05-16 Thread andrew16123
The problem is I pack the davincieffect_ntsc.mpeg4 sample into mp4 then I unpack the generated mp4 file back to mpeg4 raw data,using vlc player software. The unpack mpeg4 file can not decode by the dvevm decoder. And I find out the unpack file has loss the visual object start code(0x01b5) a

DSP needs 250 ms to write 1MB into DDR2??

2008-05-16 Thread Andre Gaschler
Hello, I am wondering why it takes more than 250 milliseconds for the DSP to write 1 MB straight 1s into common memory. The DSP task is created by an ARM application via DSPLINK 1.3. It uses the PROC and MSGQ module and sends the DSP the physical address where to write via MSGQ_put. I am sur