From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.ebshome.net (gate.ebshome.net [64.81.67.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "gate.ebshome.net", Issuer "gate.ebshome.net" (not verified)) by ozlabs.org (Postfix) with ESMTP id 54E2667A64 for ; Thu, 21 Apr 2005 17:46:58 +1000 (EST) Date: Thu, 21 Apr 2005 00:46:53 -0700 From: Eugene Surovegin To: Sam Song Message-ID: <20050421074653.GA8189@gate.ebshome.net> References: <20050421071910.46237.qmail@web15808.mail.cnb.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050421071910.46237.qmail@web15808.mail.cnb.yahoo.com> Cc: Atit_Shah , linuxppc-embedded@ozlabs.org, kishorekrd@gmail.com Subject: Re: MPC8245 custom board, Linux 2.4 kernel hangs after uncompressing List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Apr 21, 2005 at 03:19:10PM +0800, Sam Song wrote: > Interesting to me as well. I also have such a similar > problem. But I wanna to know how I can return to > u-boot with software workaround after kernel hanging. > At least, I must power-off and power-on my target to > get back to u-boot console. If so, the last kernel > printk message would lost IMHO. Easy, use BDI (or any other hw debugger) and reset target when it hangs. -- Eugene