From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dell2650.onz.com (onz.com [67.121.61.113]) by ozlabs.org (Postfix) with ESMTP id 4C9CA67CD7 for ; Fri, 15 Jul 2005 13:11:20 +1000 (EST) In-Reply-To: References: <5a4792c0050713235574522cfb@mail.gmail.com> <5a4792c0050714120571fff071@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3562b390acf7eb7af3b6a4755e4c3b77@onz.com> From: Allen Curtis Date: Thu, 14 Jul 2005 20:11:18 -0700 To: Allen Curtis Cc: SIP COP 009 , linuxppc-embedded@ozlabs.org Subject: Re: 8272ADS and Linux 2.6.12 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , It would also be beneficial if you turned on CONFIG_DEBUG_KERNEL. You will get lots more messages early in the boot. >> => setenv bootargs console=ttyCPM0,115200 root=/dev/ram >> => bootm fe600000 >> ## Booting image at fe600000 ... >> Image Name: 2.6.12 for 8272 >> Image Type: PowerPC Linux Kernel Image (gzip compressed) >> Data Size: 875845 Bytes = 855.3 kB >> Load Address: 00000000 >> Entry Point: 00000000 >> Verifying Checksum ... OK >> Uncompressing Kernel Image ... OK >> > > Can you provide your kernel configuration information regarding the > serial ports. Which serial port is your console port? Check the > following configuration options: > CONFIG_SERIAL_CONSOLE > CONFIG_SCC_CONSOLE > CONFIG_SERIAL_CORE > CONFIG_SERIAL_CORE_CONSOLE > > Another observation is that you are trying to boot with a RAM disk but > you have not provided the RAM disk address to the bootm command. This > is not your current problem since you don't get that far. > > - Allen > > _______________________________________________ > Linuxppc-embedded mailing list > Linuxppc-embedded@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-embedded >