DM6467 I2C interface as Slave mode

2008-09-09 Thread sureshs
Hi, Does DM6467 EVM supports I2C in slave mode?. Any sample application is available?. Regards, Suresh S The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential

Davinci Resizer coefficients

2008-09-09 Thread Rafaël Carré
Hello, I have some trouble using the davinci resizer (doc available in pdf at http://www.ti.com/litv/pdf/spraai7b) This paper gives us with equations to calculate correct resizing coefficients, according to the hardware limitations. Let's just take the width in account, for the height it is esse

RE: Davinci Resizer coefficients

2008-09-09 Thread Jon Povey
This is not my area, just trying to understand and be another pair of eyes: As I see it you would supply an intended ow (you have a target output size in mind) and use the first function to calculate hrsz. Because of the floor() you may not get the exact ow you wanted, you can use the second fun

RE: Davinci Resizer coefficients

2008-09-09 Thread Rafaël Carré
On Tue, 2008-09-09 at 11:56 +0100, Jon Povey wrote: > This is not my area, just trying to understand and be another pair of eyes: > > As I see it you would supply an intended ow (you have a target output size in > mind) and use the first function to calculate hrsz. Because of the floor() > you m

RE: DaVinci ASoC DMA stalls

2008-09-09 Thread Griffis, Brad
> My test is simply to run aplay or speaker-test, > then quit and run it again. The first run is audible, the second and > subsequent runs are not audible until I provide a manual DMA event trigger. When the ASP transmitter is taken out of reset it sends XEVT to the EDMA where it is "captured" i

RE: Psplash on DM355 and how to ./configure?..

2008-09-09 Thread Phil Quiney
Hi, ./configure --host=arm_v5t_le CC=arm_v5t_le-gcc worked for me. I have been playing with this package myself this week...there isn't much in the way of documentation. As it ships, you start the 'server' bit with 'psplash -n&' and then control it with 'psplash-write'. The default 'psplash-w

c64x_drv.bin file ???

2008-09-09 Thread Deepak Mundra
Hi how or where can i get c64x_drv.bin firmaware module for davainci ? I have compiled c64x.ko module but while inserting it is asking for that bin file .. Thank you ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.c

loading UBL over serial

2008-09-09 Thread Chris Stillson
Something they seem to forget in the documentation: Yes, it starts execution at 0x100. But, it still starts loading at 0x20. Chris ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/ma

[PATCH] ARM: DaVinci: Add config structure for usb_data

2008-09-09 Thread Troy Kisky
Add config structure for usb_data. The config member is assumed to be valid in the usb driver. Signed-off-by: Troy Kisky <[EMAIL PROTECTED]> --- arch/arm/mach-davinci/board-evm.c | 23 +++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-davinci/

dm355 video output to lcd

2008-09-09 Thread cat kit
Hi, I'm trying to evaluate the dm355 now.. how do I output the video output (NTSC/PAL) to the LCD. I'm using PRGB output for the LCD. I tried to run the encode and decode demo application but it just couldn't output it to the LCD by default. I tried the jpegdec demo app as well, and it doesn't outp