From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 9C6D3DDFB3 for ; Fri, 29 Jun 2007 13:14:27 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: cuImage question Date: Thu, 28 Jun 2007 22:14:23 -0500 To: Bizhan Gholikhamseh ((bgholikh)) Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jun 28, 2007, at 4:54 PM, Bizhan Gholikhamseh ((bgholikh)) wrote: > Hi All, > I am kind of new to the concept of "cuImage" and I am not able to > find any info on the net(?). > > We are using older version of the uboot: 1.1.2. I have compiled the > latest kernel from git tree for > MPC8541E from freescale. > > I would appreciate any hints on how to use 'cuImage" to load this > image with our legacy uboot version? Take a look at arch/powerpc/boot/ and the Kconfig DEVICE_TREE option. - k