Mouse and Key board support on DM6446

2008-02-04 Thread Gajendra PH
Hi all, I am working on Davinci DM6446 with Kernel version 2.6.10. I want to use USB keyboard and mouse simultaneously in my application. But Davinci board is having only one USB port. Using USB hub also did not solve my problem. Device which is connected first to USB hub only gets

### Patchset for FLE FALCON

2008-02-04 Thread Steve Spano
Hello Folks, We have a patchset that will be released shortly against the MontaVista kernel from the DVEVM and the git U-BOOT. The patchset will add support for the FLE FALCON, which is our SingleBoard DSP System based on the DM6446 and Xilinx Spartan3E FPGAs. The FALCON is heavily based on the

Problems with DM355

2008-02-04 Thread Santiago Lanzuela Benedicto
Hi I'm a beginner with DVEVM355, and I'm having a lot of problems to start. I have some questions.: Do you use any specific software to make the differents files of a project? Something like Eclipse perhaps? Could I use the DEMOS code that there are into the development kit? I can't test

Re: Problems with DM355

2008-02-04 Thread Jaya Kumar
2008/2/4 Santiago Lanzuela Benedicto [EMAIL PROTECTED]: Do you use any specific hardware to verify the programs? I've seen in TI website that DM6446 had a LCD monitor and a camera, but the DM355 development kit hasn't got this options. TI told me that they have a 3rd party LCD option from

RE: Codec engine - can 2 client apps use the same codec serversimultaneously?

2008-02-04 Thread Ring, Chris
Sorry, Ben. I thought someone had answered this. The short answer is yes, if you're using CE 1.20 or newer. You'll need to make some small changes to your app .cfg script to use the Link Arbiter Daemon - some details here: http://wiki.davincidsp.com/index.php?title=Link_Arbiter_Daemon So

CE codec with multiple interfaces?

2008-02-04 Thread Ben White
Hi, Have scouted around but not managed to find any info on this. My problem is that I have a codec that doesn't properly fit into the VISA xDM model. It takes video as an input but then returns quite a lot of meta data as an output. I'd like the output to be structured (as in parse-able

RE: Mouse and Key board support on DM6446

2008-02-04 Thread Subbrathnam, Swaminathan
Gajendra, You need to download latest patches from MV site for enabling simultaneous support for Keyboard, Mouse and Mouse over USB. regards swami From: [EMAIL PROTECTED] on behalf of Gajendra PH Sent: Mon 2/4/2008 4:47 PM To:

Re: ### Patchset for FLE FALCON

2008-02-04 Thread Dirk Behme
Steve Spano wrote: Hello Folks, We have a patchset that will be released shortly against the MontaVista kernel from the DVEVM and the git U-BOOT. The patchset will add support for the FLE FALCON, which is our SingleBoard DSP System based on the DM6446 and Xilinx Spartan3E FPGAs. The FALCON is

reading from usb serial gadget

2008-02-04 Thread Kim Klaiman
Hello all, I'm using USB serial gadget to read data from PC. At the beginning, I'm opening the device with open(/dev/ttygserial) and then try to read data. If I launch the application and then connect the USB cable, everything works fine. My problem is when the USB cable is disconnected and

hotplug subsytem, dm355, and gadget driver

2008-02-04 Thread Christopher Stillson
I'm trying to determine when the USB cable is inserted, which would seem to be from the hotplug subsystem, but this doesn't work for me. The hotplug system (which works for the sd card) doesn't seem to trigger from USB. I have a system the successfully runs g_file_storage. I'm pretty sure I have

Please inform stream server example

2008-02-04 Thread 김용일
Hi everybody, I am beginning to develop a client/server stream server application on Linux(DM355 Davinci), and I would like to ask if you know a sample and simple for testing application example code that can give TCP or RTP streaming support, Any help will be greatly appreciated