From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by ozlabs.org (Postfix) with ESMTP id 70FFF68515 for ; Thu, 13 Oct 2005 06:47:44 +1000 (EST) Received: by wproxy.gmail.com with SMTP id i13so97343wra for ; Wed, 12 Oct 2005 13:47:42 -0700 (PDT) Message-ID: Date: Wed, 12 Oct 2005 13:40:26 -0700 From: Shawn Jin To: Nathael PAJANI In-Reply-To: <434CDF76.3080705@cpe.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <434CDF76.3080705@cpe.fr> Cc: linuxppc-embedded@ozlabs.org Subject: Re: init process not running List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , What about your UART driver and interrupt controller? I had such experience before and it turned out to be a problem in interrupt controller driver. The serial driver uses interrupt mode to operate UART once init gets called. Just my 2 cents. -Shawn.