From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 01DD4DDE25 for ; Wed, 24 Dec 2008 03:09:35 +1100 (EST) Message-ID: <49510D2A.4010906@freescale.com> Date: Tue, 23 Dec 2008 10:09:14 -0600 From: Scott Wood MIME-Version: 1.0 To: Daniel Ng Subject: Re: Device Tree setup for 8272-based board References: <494BFE2B.2010103@freescale.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Daniel Ng wrote: > Scott Wood freescale.com> writes: >> cuboot-824x is for 8240, 8245, and similar chips. You want cuboot-pq2. > > Hi Scott et al, > > I seem to get further with the cuboot-824x file- with the cuboot-pq2 file Nonetheless, cuboot-pq2 is the correct one. > the boot sequence doesn't even reach the 'zImage starting' stage. The machine > reboots just before it should be printing out 'zImage starting'. What does it print before it reboots? Try disabling the PCI and localbus setup. > Is there a way I can get more detailed debug to see what's happening? printf(). :-) > Do settings from bd_info struct override the settings from the DTS file? Yes. > Also, a lot of the settings passed from u-boot in our 2.6.14 environment are > plain wrong eg. wrong memory, wrong processor speed. In this case, the correct > settings are set elsewhere (for memory, it is a kernel parameter ie. mem=32M, > and the processor speed is set in the 2.6.14 'make menuconfig'). Therefore, > the machine still boots into Linux correctly. For 2.6.27, would these > incorrect settings be causing my problems? Yes, if u-boot is providing junk, then you'll probably want to hack up the wrapper to ignore it. Or just upgrade u-boot to one that works. :-) -Scott