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 ESMTP id DBB78DDE04 for ; Sat, 28 Jul 2007 03:56:13 +1000 (EST) Message-ID: <46AA31B6.4040809@freescale.com> Date: Fri, 27 Jul 2007 12:56:06 -0500 From: Scott Wood MIME-Version: 1.0 To: Scott Wood Subject: Re: a question about mpc8xx linux References: <200707272111187341027@163.com> <46AA3127.4060806@freescale.com> In-Reply-To: <46AA3127.4060806@freescale.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: poorbeyond , Linux-ppc mail list List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Scott Wood wrote: > poorbeyond wrote: > >>my cpu is MPC860, use u-boot-1.1.4, linux-2.6.20.14 >> >>i use the "tftp 300000 uImage" command download kernel image, >> >>then use the "bootm 300000" command boot the image. > > > You'll need either a device-tree-aware u-boot or 8xx cuImage support; > you can get the latter from the patchset I posted recently. Sorry, I missed that you're using arch/ppc rather than arch/powerpc. arch/ppc doesn't require a device tree, though it would be good to switch to arch/powerpc once my 8xx fixes go in -- arch/ppc is deprecated. -Scott