From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.205]) by ozlabs.org (Postfix) with ESMTP id 3B2FD6890B for ; Tue, 10 Jan 2006 05:45:47 +1100 (EST) Received: by nproxy.gmail.com with SMTP id p46so1692222nfa for ; Mon, 09 Jan 2006 10:45:45 -0800 (PST) Message-ID: Date: Mon, 9 Jan 2006 10:45:45 -0800 From: Shawn Jin To: "David H. Lynch Jr." In-Reply-To: <43BC57E7.40408@dlasys.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <20051208231947.92EB9353F77@atlas.denx.de> <43BC57E7.40408@dlasys.net> Cc: linuxppc-embedded@ozlabs.org Subject: Re: RESEND:Problems starting /init List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > But I can not get busybox to output a thing either run as /init o= r run > as /bin/sh. > > I have aslo tried /bin/sash - no output. > I have even cross compiled sash - with all kinds of "I am here" > debugging scattered through main(), If I runn it on a powerbook, I get > what I expect. If I run it as /bin/sh on the e12 I get no output. > > > Does anyone even have any ideas what I can look at ? Another thing you may try is to make sure the UART works correctly with interrupt mode. So set some breakpoints in UART's IRS to see what happens. Regards, -Shawn.