THS8200

2009-01-06 Thread yoni l
I'm trying to work with the THS8200 with DM6446 DSP. I searched the mailing list for some information about the how to configure the THS8200 register and the vpbe of the davinci but I couldn't find relevant information. The information that I found is VESA mode. Is this mode is suitable for PAL

THS8200 VESA mode

2009-01-08 Thread yoni l
Hi, Brad published VESA registers set for THS8200. I tried to use this setup but the picture on the monitor was "jumping" up and down, I didn't succeed to sync the VPBE setup with the THS8200. What should be the VPBE setup? Thanks Yoni ___ Davinci

USB gadget mode

2008-10-23 Thread yoni l
I have problem using the USB in gadget mode with TI kernel version 1.20 while every thing work fine with TI linux kernel version 1.30. My application already works with kernel 1.20 and I want to stay with this kernel. The problem occurred when I'm trying to load g_file_storage.ko. In kernel 1_30

codec engine

2007-01-11 Thread yoni l
Hi all, I'm new with TI da-vinci DSP and I now learning how to create codec engine. I saw the example of the video_copy and I'm looking for the DSP side source code. Does it exist? I'm trying to find CCstudio example which related to codec engine, Can someone point me were can I find it?

usb keyboard & mouse

2007-02-12 Thread yoni l
when i connect keyboard and mouse on the usb hub, i can operate only the mouse. maybe it because the kernel. i would like to know if there is a new kernel or other solution for this problem. thanks. ___ Davinci-linux-open-source mailing list Davinci-linu

flashwriter_nand.out

2007-02-20 Thread yoni l
Hi All, I have a borad with 128MB of DDR, how can I change the flashwriter_nand.out program to fit less memory then 256MB. Thanks. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mail

flashwriter_nand.out

2007-02-22 Thread yoni l
hi, Where can I find the source code for flashwriter_nand program. Thanks. ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Magic bitmask 0x1985 not found

2007-04-11 Thread yoni l
hello, I have writed files to nand after mounting it with -j option. when I boot the board I get "Magic bitmask 0x1985 not found ..." I found that if I remount the nand this message is gone till the next boot. I want to know if there is problem with that message? _

compiling dsplink with GIT kernel

2007-04-20 Thread yoni l
hello, I am trying to compile the dsplinq with new GIT kernel. I get errors from include files of the new kernel. what should I do in order to compile this module? ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

SIGIO and uart

2007-05-03 Thread yoni l
hello, i have an application that read bytes from uart after it gets SIGIO. when i start this application with telnet, it works fine. my problem is that when i start this progrem with script when the kernel init, i dont get the SIGIO. what can be the reason? _

two channels of audio

2007-06-20 Thread yoni l
hello, I have tried to read 2 channels from the sound device. I got 2 channels but the left channel is sometimes exchange with the right channel what should I do in order to read correct channels? ___ Davinci-linux-open-source mailing list Davinci-linux

Re: two channels of audio

2007-06-24 Thread yoni l
/18, yoni l <[EMAIL PROTECTED]>: hello, I have tried to read 2 channels from the sound device. I got 2 channels but the left channel is sometimes exchange with the right channel what should I do in order to read correct channels? ___ Davinci-l

resizer driver

2007-07-15 Thread yoni l
I try to use the new demo encodedecode on the evm board. when I compile the progrem I get warning: Can't call useModule() now: ti.sdo.ce.Engine when i execute the progrem, it dont enter the real time loop. I want to know if I need to use the "davinci_resizer.ko" module or something else. I wonde

jffs2 problem

2007-08-22 Thread yoni l
hello, I am using jffs2 filesystem on nand, after I am writing files to nand and remount it, i get errors like: jffs2_scan_inode_node(): CRC failed on node at 0x000f77f0: Read 0x, calculated 0xa9f26e35 how can I write to nand without getting such errors? __

Re: jffs2 problem

2007-08-23 Thread yoni l
my problem occurs when i am mounting for r/w: mount -t jffs2 /dev/mtdblock2 /mnt/nand writing to nand umount /mnt/nand remount 2007/8/22, yoni l <[EMAIL PROTECTED]>: > > hello, > I am using jffs2 filesystem on nand, > after I am writing files to nand and remount it,