From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <492CC398.5080108@gmail.com> Date: Tue, 25 Nov 2008 22:33:44 -0500 From: Jerry Van Baren MIME-Version: 1.0 To: nanda Subject: Re: Re :Re: [Ltib] ltib error -linux2.6.20.6 with MPC8360E MDS References: <4926C8C2.60802@freescale.com> In-Reply-To: <4926C8C2.60802@freescale.com> Content-Type: text/plain; charset=us-ascii; format=flowed Cc: Linuxppc-dev@ozlabs.org, Ltib@nongnu.org, seh@zee2.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jon Loeliger wrote: > nanda wrote: >> Hi Stuart, >> Thanks for the information. gpp access was resolved. >> I was successful in building the linux 2.6.11 using the ltib and >> able to bring up the MPC8360 EMDS. >> But, I still face the problem for linux kernel 2.6.19 and 2.6.20. >> When I tried using ltib in the bringing up the board. The MPC 8360 >> board keeps rebooting after downloading the image Power PC Kernel >> Image(uImage) and Power PC RAMDisk Image(rootfs.ext2.gz.uboot) build >> by the "ltib" Please clarrify on the same. >> > > I'm not a kernel expert and don't know what failure you > are seeing here, but I might observe that 2.6.19 and .20 > are two years old, and 2.6.11 is more than 3 years old. > > If you think we, collectively, haven't improved things in > that time period, please, complain about 2.6.11, .19, and .20. > > If on the off chance you think things *might* have gotten > better due to a *bit* of development effort over the past > three years, you might try installing a modern U-Boot and > a modern Kernel. > > Thanks, > jdl I would strongly recommend switching to ELDK from denx.de and the latest released (or tip-o-the-tree) u-boot. This will allow you to build and boot the latest kernel with a flattened device tree (FDT). ELDK: Specifically: u-boot: make MPC8360EMDS_HOST_66_config && make linux: Start with: arch/powerpc/configs/83xx/mpc836x_mds_defconfig Trying to use an old u-boot and old toolset with a recent kernel isn't worth the headaches. The ToT supports the MPC8360EMDS directly. Best regards, gvb