From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by ozlabs.org (Postfix) with ESMTP id 89463DDF63 for ; Fri, 23 May 2008 00:28:17 +1000 (EST) Received: by yw-out-2324.google.com with SMTP id 5so41660ywh.39 for ; Thu, 22 May 2008 07:28:11 -0700 (PDT) Message-ID: Date: Thu, 22 May 2008 16:28:11 +0200 From: Fabri To: "Grant Likely" Subject: Re: MPC5200b MMC over SPI into PSC6 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <481F4DFD.1000702@libero.it> <4821A551.3060205@libero.it> <482317E2.7000308@libero.it> Cc: linuxppc-dev@ozlabs.org, Fabio Tosetto List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Doesn't look like you are passing a kernel parameters line. The > kernel probably is booting, but doesn't know where to output the > console. Try adding "console=ttyPSC0,115200". Hi Grant, I've tried to add that with this commands => bootargs debug console=ttyPSC0,115200 root=/dev/ram => saveenv but the result is not so different. It still stops after printing these lines >Linux/PowerPC load: debug console=ttyPSC0,115200 root=/dev/ram >Finalizing device tree... flat tree at 0x75e300 What should I see after that, in case of successful boot? Thanks for your help.