[android-kernel] Re: How to dump boot message without adb

2010-07-17 Thread Jie
Hi Danke, Thanks a lot at first. I've enabled the MSM_SERIAL_DEBUGGER_CONSOLE config in the kernel, and tried tty0 or ttyS0 to forward the android kernel message to my PC(Debian host), but always no joy. I guess the kernel would be stuck at the very early stage and usb drivers had not been powered

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-15 Thread Hiju
Jie wrote: >Hi, vishnu > >Thanks for quick reply. I've executed 'printenv' on my Tattoo device, >'CMDLINE' environment value isn't there. I guess it should be set in >BoardConfig.mk file, right? There is an item named >'BOARD_KERNEL_CMDLINE' in this file. Right now, I set it to >'no_console_sus

[android-kernel] Re: How to dump boot message without adb

2010-07-15 Thread Danke Xie
To Jie, You are right that when Android boots up, you will see the logo screen, instead of the Linux console output. I guess this is what you mean by the "tty". What Vishnu said is you won't get the kernel messages on the LCD, but you can get it from a host PC to which you have connected the Andro

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
set BOARD_KERNEL_CMDLINE to no_console_suspend=1 console= Regards On Wed, Jul 14, 2010 at 2:38 PM, Vishnu Pratap Singh wrote: > Dear Jie, > > Can you make clear, how you are going to boot prompt, are you using jig box > for getting boot prompt or serial logs ? > > > On Wed, Jul 14, 2010 at 2:2

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
Dear Jie, Can you make clear, how you are going to boot prompt, are you using jig box for getting boot prompt or serial logs ? On Wed, Jul 14, 2010 at 2:28 PM, Jie wrote: > But Tattoo device booted with a TATTOO logo screen and no ttys will > appear to check out the dmesg. It seems like a parad

[android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Jie
But Tattoo device booted with a TATTOO logo screen and no ttys will appear to check out the dmesg. It seems like a paradox for android devices. I've changed the CMDLINE for mkbootimg command but no luck. The bootloader on HTC Tattoo hasn't been hacked so far. Any suggestions? PS, I'll try it on

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
actually if you want you can change the debug level in boot parameters also, this should be present in your bootloader code. On Wed, Jul 14, 2010 at 1:20 PM, Vishnu Pratap Singh wrote: > yes, you can try it out. > > > On Wed, Jul 14, 2010 at 12:24 PM, Jie wrote: > >> Hi, vishnu >> >> Thanks for

Re: [android-kernel] Re: How to dump boot message without adb

2010-07-14 Thread Vishnu Pratap Singh
yes, you can try it out. On Wed, Jul 14, 2010 at 12:24 PM, Jie wrote: > Hi, vishnu > > Thanks for quick reply. I've executed 'printenv' on my Tattoo device, > 'CMDLINE' environment value isn't there. I guess it should be set in > BoardConfig.mk file, right? There is an item named > 'BOARD_KERNEL

[android-kernel] Re: How to dump boot message without adb

2010-07-13 Thread Jie
Hi, vishnu Thanks for quick reply. I've executed 'printenv' on my Tattoo device, 'CMDLINE' environment value isn't there. I guess it should be set in BoardConfig.mk file, right? There is an item named 'BOARD_KERNEL_CMDLINE' in this file. Right now, I set it to 'no_console_suspend=1 console=null' a