Re: [Q] No message from Kernel (Howto start debug?)

2011-08-01 Thread Arno Steffen
2011/7/29 Arno Steffen : > 2011/7/29 Tapani Utriainen : >> On Thu, 28 Jul 2011 16:18:51 +0200 >> Arno Steffen wrote: >> >>> That has been good points. I've tried both, but with no result so far. >>> >> >> Try appending earlyprintk=${console} to your bootargs (where ${console} >> is your console st

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-29 Thread Arno Steffen
2011/7/29 Tapani Utriainen : > On Thu, 28 Jul 2011 16:18:51 +0200 > Arno Steffen wrote: > >> That has been good points. I've tried both, but with no result so far. >> > > Try appending earlyprintk=${console} to your bootargs (where ${console} > is your console string, e.g. ttyO0,115200n8 ) > > ---

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Tapani Utriainen
On Thu, 28 Jul 2011 16:18:51 +0200 Arno Steffen wrote: > That has been good points. I've tried both, but with no result so far. > Try appending earlyprintk=${console} to your bootargs (where ${console} is your console string, e.g. ttyO0,115200n8 ) --- Tapani Utriainen, PhD Senior Software Engi

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Arno Steffen
2011/7/28 Sricharan R : >>-Original Message- >>From: Arno Steffen [mailto:arno.stef...@googlemail.com] >>Sent: Thursday, July 28, 2011 9:13 PM >>To: Sricharan R >>Subject: Re: [Q] No message from Kernel (Howto start debug?) >> >>2011/7/28 Arno Stef

RE: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Sricharan R
>-Original Message- >From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap- >ow...@vger.kernel.org] On Behalf Of Arno Steffen >Sent: Thursday, July 28, 2011 6:45 PM >To: linux-omap@vger.kernel.org >Subject: [Q] No message from Kernel (Howto start debug?) > >

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Felipe Balbi
Hi, (please don't top-post) On Thu, Jul 28, 2011 at 04:18:51PM +0200, Arno Steffen wrote: > That has been good points. I've tried both, but with no result so far. > > boot_nfs_nand=tftpboot 0x8000 uImage; set bootargs > ${bootargs_fs1}; run addip; bootm 0x8000 ethaddr=00:11:22:33:44:55 >

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Arno Steffen
That has been good points. I've tried both, but with no result so far. boot_nfs_nand=tftpboot 0x8000 uImage; set bootargs ${bootargs_fs1}; run addip; bootm 0x8000 ethaddr=00:11:22:33:44:55 bootcmd=run boot_nfs_nand bootargs=mem=128M console=ttyO2,115200 noinitrd root=/dev/mtdblock6 rootfst

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Gary Thomas
On 2011-07-28 07:15, Arno Steffen wrote: Maybe you are so kind to give me a hint: Try to migrate from Kernel 33 to 37. Currently I don't see any message after Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... From what I understand kernel starts with start_k

Re: [Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Felipe Balbi
On Thu, Jul 28, 2011 at 03:15:20PM +0200, Arno Steffen wrote: > Maybe you are so kind to give me a hint: > > Try to migrate from Kernel 33 to 37. Currently I don't see any message after > > Verifying Checksum ... OK >Loading Kernel Image ... OK > OK > > Starting kernel ... > > From what I

[Q] No message from Kernel (Howto start debug?)

2011-07-28 Thread Arno Steffen
Maybe you are so kind to give me a hint: Try to migrate from Kernel 33 to 37. Currently I don't see any message after Verifying Checksum ... OK Loading Kernel Image ... OK OK Starting kernel ... >From what I understand kernel starts with start_kernel()). What is best way to find out which