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

2011-08-01 Thread Arno Steffen
2011/7/29 Arno Steffen arno.stef...@googlemail.com: 2011/7/29 Tapani Utriainen tap...@technexion.com: On Thu, 28 Jul 2011 16:18:51 +0200 Arno Steffen arno.stef...@googlemail.com wrote: That has been good points. I've tried both, but with no result so far. Try appending

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

2011-07-29 Thread Arno Steffen
2011/7/29 Tapani Utriainen tap...@technexion.com: On Thu, 28 Jul 2011 16:18:51 +0200 Arno Steffen arno.stef...@googlemail.com 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

[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

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

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

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

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 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?) Maybe you are so kind to give me

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

2011-07-28 Thread Arno Steffen
2011/7/28 Sricharan R r.sricha...@ti.com: -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 Steffen arno.stef...@googlemail.com: 2011

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 arno.stef...@googlemail.com 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