USB device

2007-01-21 Thread Adarsha K.S
Hello, Can anyone tell me how to configure davinci EVM as a usb device? I have changed the jumper j7. By default the usb connector j10 is A type receptacle. Do we need to change the connector also? ( we have A to A connector. Will it not work? ) Please give the procedure to configure it as a us

Re: Resizer stuck indefinitely

2007-01-21 Thread Pradeep Sriram
hi Harrison, You can start by modifying the vpfe driver. The difficult part is getting the resizer register configuration correctly for the first time. Tell me your register configuration and i will try to help you debug the problem. Regards, Pradeep Sriram On 1/22/07, Harrison <[EMAIL PROTECTED

RE: Error messages at creation/deletion of codec instances

2007-01-21 Thread Kushal Dalal
Chris, Thanks for your reply. I have single process - multithreaded application. I am opening engine in _main ()_ function of my application. I am creating a thread to perform coding & in this coding thread I am creating codec instances. This coding thread will be created as and when needed. So

davinci linux trace toolKit(LTT)

2007-01-21 Thread 肖 微
Hi all: I would like to know whether the davinci montavista linux support the LTT or not? if not , how can I make it support the LTT? BESTREGARDS sorryboyx

How do i make filesystem as RAM disk for booting?

2007-01-21 Thread Sz Lian Yu
Dear Guys: How do i make a ramdisk , burning into flash , as my filesystem for system boot up? Document introduces the local HD, and remote NFS for booting. But for application , it's quite useful for ramdisk. Could someone guide me step by step? (uboot also have to change its boot cmd , isn

RE: External I2C device (Solved)

2007-01-21 Thread Griffis, Brad
Amol, In I2C the device address is a 7-bit number. Whenever an I2C transaction occurs the master sends the 7-bit slave address and then a Read/Write bit. That is, the total transfer for the address ends up being 8 bits when you count read/write. Because of that, there is some general confusion