Re: Davinci-linux-open-source Digest, Vol 34, Issue 126

2008-10-28 Thread David Chan
/attachments/20081028/68302976/attachment-0001.htm -- Message: 2 Date: Tue, 28 Oct 2008 11:12:17 +0100 From: jp [EMAIL PROTECTED] Subject: Re: Filesystem for NOR on 6446 To: Craig Butler [EMAIL PROTECTED] Cc: davinci-linux-open-source@linux.davincidsp.com

Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Hugo Villeneuve
Hi, Over two weeks ago I sent patches to add functionality and a new board to the linux-davinci-2.6 kernel. So far, I haven't received any responses as to know if my patches will be accepted or not. Is there a maintainer for the linux-davinci-2.6 git kernel? Are patches for new boards based on

Re: Davinci-linux-open-source Digest, Vol 34, Issue 121

2008-10-28 Thread David Chan
Maybe mdev in rams is another good choice. Then you can have any device plugged to the system recognized On Tue, Oct 28, 2008 at 2:00 AM, [EMAIL PROTECTED] wrote: Send Davinci-linux-open-source mailing list submissions to davinci-linux-open-source@linux.davincidsp.com To subscribe or

Re: Davinci-linux-open-source Digest, Vol 34, Issue 118 NOR FLASH with ext2

2008-10-28 Thread BlackSword
Frankly ext2 occupy more BYTES than jffs2 for NOR flash On Mon, Oct 27, 2008 at 6:53 PM, [EMAIL PROTECTED] wrote: Send Davinci-linux-open-source mailing list submissions to davinci-linux-open-source@linux.davincidsp.com To subscribe or unsubscribe via the World Wide Web, visit

Two apps to acess too codecs

2008-10-28 Thread David Chan
Hi, All I think this is possible if you want to have too app run in arm to access two different codecs. Please try give a adaptive program but not just try these to program. App1 \ /Codec A \ / Adaptive

Syncing Video Frames in Decode Demo...

2008-10-28 Thread Jerry Johns
Hey Manas, The decode demo does NOT do any time synching through PTS for the video frames it receives - it just reads them and plays them back as fast as the decoder can process those frames; the reason why it looks in synch is because the display thread does waitForVsync(),

Re:GLIBC_2.4 not found

2008-10-28 Thread BlackSword
Hi Xionzhongkai, if you ls /lib you will find tha RHEL4 uses GLIBC_2.3.4. It doesn't meet the minimal of the arm-linux-gcc's requirement for host system. I think this problem is caused by that this arm-linux-gcc is not compiled by you. The host build this toolchain uses host glibc later than

Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread BlackSword
Hi all, I need you help! I meet such a problem. My system works perfect with original LSP1_20 for lcd. And with the git version it works perfect for component signal. But when i tried bootargs video=davincifb:output=lcd. problem occur. stopped at below shows. Hi, All I think this is possible if

Does any body know what's the necessary in tinyx in minimal.

2008-10-28 Thread David Chan
For Xorg; Which packages is must for a minimal tinyx -- David Manager, Business Development Embedio. Inc. +86 13581953152 ___ Davinci-linux-open-source mailing list Davinci-linux-open-source@linux.davincidsp.com

Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread Yusuf Caglar AKYUZ
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BlackSword wrote: Hi all, I need you help! I meet such a problem. My system works perfect with original LSP1_20 for lcd. And with the git version it works perfect for component signal. But when i tried bootargs video=davincifb:output=lcd. problem

Re: Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Kevin Hilman
Hugo Villeneuve [EMAIL PROTECTED] writes: Over two weeks ago I sent patches to add functionality and a new board to the linux-davinci-2.6 kernel. So far, I haven't received any responses as to know if my patches will be accepted or not. Is there a maintainer for the linux-davinci-2.6 git

Re: Is there any tool to strip files of extension *.x64P?

2008-10-28 Thread Alan Campbell
Is there any tool to strip files of extension *.x64P? or any help to reduce this file size! strip6x re strip6x see http://tiexpressdsp.com/wiki/index.php?title=Code_Generation_Tools_FAQ#Q:How_do_I_reduce_the_size_of_my_DSP_executable.3F  -

RE: Status of linux-davinci-2.6 git kernel

2008-10-28 Thread Hugo Villeneuve
Kevin Hilman wrote: Hugo Villeneuve [EMAIL PROTECTED] writes: Over two weeks ago I sent patches to add functionality and a new board to the linux-davinci-2.6 kernel. So far, I haven't received any responses as to know if my patches will be accepted or not. Is there a maintainer for the

Re: Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread blacksword . david
Caglar, Thanks for your kindness. But as mem set to be 120MB, the same! BTW i'm using a sharp 10.4 16bitLCD On Oct 29, 2008 1:21am, Yusuf Caglar AKYUZ [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BlackSword wrote: Hi all, I need you help! I meet such a

Re: Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread Steve Chen
David, Try turn on DEBUG_LL in kernel config. Also, apply the attached patch. It may give you additional info to debug. Regards, Steve --- a/kernel/printk.c +++ b/kernel/printk.c @@ -529,6 +529,9 @@ asmlinkage int printk(const char *fmt, . /* cpu currently holding logbuf_lock */ static

about DM355 Deep Slepp?

2008-10-28 Thread amingaming
hi all: any boy can giving Complete Source Code for DM355 Deep Slepp? thank _ MSN 中文网,最新时尚生活资讯,白领聚集门户。 http://cn.msn.com___ Davinci-linux-open-source mailing list

Re: Re: Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread blacksword . david
Will try this now. And I found not only lcd is not ok for default git, but also video=davincifb:output=ntsc/pal:format=component/rgb On Oct 29, 2008 10:25am, Steve Chen [EMAIL PROTECTED] wrote: David, Try turn on DEBUG_LL in kernel config. Also, apply the attached patch. It may give you

Re: Re: Re: Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread blacksword . david
Amazing with DEBUG_LL=yes component is ok! will try with a lcd now On Oct 29, 2008 11:43am, [EMAIL PROTECTED] wrote: Will try this now. And I found not only lcd is not ok for default git, but also video=davincifb:output=ntsc/pal:format=component/rgb On Oct 29, 2008 10:25am, Steve Chen

Re: Re: Re: Re: Re: Strange problem with Linux git version. lcd crashes ttyS0 console!

2008-10-28 Thread blacksword . david
Hi Steve, Thank you much! LCD still problem! What should I do then? below is the log stdin=serial stdout=serial stderr=serial ethaddr=00:0e:99:02:51:90 bootargs=console=ttyS0,115200n8 noinitrd rw ip=192.168.3.99 root=/dev/nfs nfsroo t=192.168.3.113:/opt/fileroot,nolock mem=200M

Re: Suppression of power consumption in Deep Sleep Mode on the DM355

2008-10-28 Thread INAGAKI Takahiko
Dear all, I and Suzuki made a patch to bring the DM355 into Deep Sleep Mode. It is for TI LSP 1.20 (Linux 2.6.10), and based on: http://www.mail-archive.com/davinci-linux-open-source@linux.davincidsp.com/msg04407.html Running command below, DM355 will go to Deep Sleep Mode: # echo mem