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

2008-11-05 Thread Pablo Bitton
Hey, I've got the same Oops as you. It seems that all you need to do is "modprobe pcf857x" before you "modprobe musb_hdrc". By the way, I think it's better to build pcf857x driver as a part of the kernel image. Good luck. 2008/10/30 BlackSword <[EMAIL PROTECTED]>: > Hi all, > any body have some

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

2008-11-04 Thread David Chan
Thanks Balbi and Steve Chen The problem is caused by the wrong initial value GPIO_nVBUS_DRV in driver/usb/musb/davinci.c . 42: #ifdef CONFIG_MACH_DAVINCI_EVM 43: #define GPIO_nVBUS_DRV87 87 is out of the range for davinci DM6646. Should be [0,70] And as GPIO2 is used with DVEVM, i

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

2008-10-31 Thread Steve Chen
David, The kernel panic below is caused by GPIO not initialized. It appears that USB is using the community GPIO API, but the DaVinci architecture code still have the original local GPIO implementation. Regards, Steve On Thu, 2008-10-30 at 19:45, David Chan wrote: > As I googled, there are som

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

2008-10-29 Thread blacksword . david
Steve, Thanks very much. I've already saw the penguin now. The left problems for me now is: 1. While using Xkdrive, all video will shrink to top half. 2. While compile Device Drivers->USB Support->Inventra Highspeed Dual Role Controller (TI, ...) to Y. (means compiled into the kernel).

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

2008-10-29 Thread Steve Chen
David, On Tue, 2008-10-28 at 22:20, [EMAIL PROTECTED] wrote: > <6>Setting Video1 size 720x480, position (0,0) > <6>Setting OSD0 size 720x480, position (0,0) > <6>Setting OSD1 size 720x480, position (0,0) > <4>Unsupported output device! This line seems to correspond to line 1492 of drivers/vide

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 video=davin

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 [EMAIL

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: 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 vola

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 p

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. pro

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 yo