Need a sample Encode Application

2008-06-02 Thread Deepanshu Gupta
Hi I am Deepanshu. I have written a very simple Encode Application Using only visa APIs that takes the raw data from the hard disk( I have placed it in the Same directory in which the executable is). Till VIDDEC_controls it runs fine But the VIDDEC_process part is not working. These are the

How to configure THS8200 to support 480P resolution

2008-06-02 Thread steven.zhang
Hi, all. I am working on THS8200 to support 480P resolution. However, there are so many registers to configure that seems a nightmare to me. Can anyone help me? ___ Davinci-linux-open-source mailing list

How to use bt656 10bit mode of DM6446 vpfe

2008-06-02 Thread cs
Hi all , Can any one tell me how to config registers to perform my bt656 10bit application? I read the spec of vpfe , but only 8bit mode is explicit. cs [EMAIL PROTECTED]   2008-06-02 ___ Davinci-linux-open-source mailing list

uboot and MT29F16G08QAA problem!

2008-06-02 Thread serkan erdogan
Hii all, We have a project on dm355. Our software is nearly completed and we begin to test our mainboard with our software after the test on dm355-dvevm. But we have a problem. We could not find the nand flashes on dvevm RevC to buy (they are MT29F16G08FAA) and bought MT29F16G08QAA chips to

EDMA channel acqusition through IRES using Codec Engine 2.00 on DM6446

2008-06-02 Thread prashanth shankar
Hi, I have Codec Engine 2.00 package for DM6446 and it has ce_tools packages inside it. I want to acquire EDMA channels through IRES for my codec. I first tried to acquire the EDMA channels by adding the IRES interface functions in the viddec_copy example. It is required to include the header

Color issue when interfacing a CMOS sensor

2008-06-02 Thread Pierre - Emmanuel GAILLARDON
Hello, I try to interface a CMOS sensor on the DVEVM 6446. The sensor is an STMIcroelectronics sensor and his ISP ( STV0984 ). The ISP send to the CCDC a YUV 422 (ITU-601) video. I already have re configure the TVP5146 to send ITU 601 video, so the transmission of this format seems to be OK. The

RE: EDMA channel acqusition through IRES using Codec Engine 2.00 onDM6446

2008-06-02 Thread Ring, Chris
Regarding the missing header file, are you a DVSDK user? If so, you can probably find EDMA3 LLD product in the DVSDK, and should be able to add its packages/ directory to your XDCPATH (depending on your build flow, this may be in an xdcpaths.mak file, or explicitly set in your environment). If

Re: Can not boot linux kernel 2.6.23 on TMS320DM355 DVEVM

2008-06-02 Thread Kevin Hilman
YenHung Chen wrote: I try to port linux kernel 2.6.23 on TMS320DM355 DVEVM, and the booting process is not action as following: Based on your kernel version, I assume you're using the DaVinci git kernel. There is currently no support for dm355 in DaVinci git. Only dm6446 DVM support.

RE: How to use bt656 10bit mode of DM6446 vpfe

2008-06-02 Thread Jerry Johns
You cannot use 10-bit mode in the DM6446 (even though its mentioned as being possible) - we've tried many different combinations, and finally isolated the problem to a faulty YCbCr data output (the colors were terribly skewed); follow up with TI confirmed that the 10-bit mode is not functional and

RE: How to use bt656 10bit mode of DM6446 vpfe

2008-06-02 Thread Jerry Johns
Actually sorry, I gave you erroneous information just now - it has been a while since I played around with the CCDC register settings; 10-bit BT.656 does work - the only problem is that it generates 16-bit pixel output (not 8-bit output as we normally get currently); the data going to RAM will

dm355 evm ntsc cut off

2008-06-02 Thread Bob Paugh
Hi, I'm just getting started with the DM355. Any help appreciated. When I run startx on the DM355 evm the left and right sides of my NTSC Composite screen are slightly cut off. Does this happen to everyone or is my bootargs setup wrong? console=ttyS0,115200n8 noinitrd rw

Re: USB CPPI DMA patch for DaVinci

2008-06-02 Thread Ashuaria Lee
Hi Subbrathnam, The only difference I feel is that I used a thumb USB Memory, which is SanDisk cruzer micro 1.0GB, and you used USB HDD. I can't understand Why? my read speed is so high, and why the write speed so low. I'll try the USB hdd when I get one. Good Luck. 2008/5/31, Subbrathnam,

Is there anybody familiar with DM6467 video front end processing?

2008-06-02 Thread pavelhan
hello everyboby! now I need to interface my DM6467 board to a CMOS image sensor,the VPIF block on DM6467 can transfer data from image sensor to the DDR2 RAM, and I need to execute some video front end processing(white-balance,3A,RGB-YUV,and so on),but I can't find the corresponding block on the

How to know if a udev rule be executed?

2008-06-02 Thread John Wu
I write a custom udev rule to auto mount the SD card, but it do not mount the card when I plug in. I want to know if the rule be executed? My rule content is: RUN+=mount /dev/mmcblk0p1 /mnt I write a simplest rule with no condition the rule is named /etc/udev/rules.d/60-local.rules