From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from buildserver.ru.mvista.com (unknown [85.21.88.6]) by ozlabs.org (Postfix) with ESMTP id AA6C5DDD06 for ; Fri, 10 Aug 2007 02:34:46 +1000 (EST) Message-ID: <46BB41EB.5030207@ru.mvista.com> Date: Thu, 09 Aug 2007 20:33:47 +0400 From: Valentine Barshak MIME-Version: 1.0 To: jyoung5@us.ibm.com Subject: Re: Sequoia 440EPx patches not working References: <1186598710.5459.7.camel@laptop> <20070809165612.12100334@localhost.localdomain> <1186670238.5547.25.camel@laptop> In-Reply-To: <1186670238.5547.25.camel@laptop> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Jerone Young wrote: > So did a rebase on kernel.org 2.6.23-rc2 patch (as opposed the latest > git). I am using Uboot version 1.2.0-gc0c292b2. This is the version > that came with the board. It still appears to hang during early boot on > my Sequoia. > > Trying the cuImage.sequoia.bin.gz just result in Uboot giving "Bad Magic > Number" when trying to boot it. This is also the same for using > cuImage.sequoia.elf. > > So when I use the uImage file it will load but just hang after it's > loaded. I'm building it using "make uImage CROSS_COMPILE= > ARCH=powerpc" on an x86 box. > > I'll see what else I could possibly be doing wrong (maybe something > happened to the patch when I grabbed it off of gmane and the web filters > did something to it, I did have to fix a problem where in the > sequoia.dts file the web filter replace "@" with " at ". This was simple > enough to fix. Maybe something else when wrong. I'll see what else I can > look at. > > On Thu, 2007-08-09 at 16:56 +0400, Vitaly Bordug wrote: >> On Wed, 08 Aug 2007 13:45:10 -0500 >> Jerone Young wrote: >> >>> Using the Sequoia (AMCC 440EPx) patches recently submitted to the >>> list I am unable to boot to fully boot a uImage built with these >>> patches under Uboot. It appears to hang in very early boot. >>> >>> >>> Here is the output: >>> => tftp 400000 >>> sequoia/uImage ENET Speed is 100 Mbps - FULL duplex connection >>> (EMAC0) Using ppc_4xx_eth0 >>> device TFTP from server 9.53.41.24; our IP address is >>> 9.53.41.38 Filename >>> 'sequoia/uImage'. Load address: >>> 0x400000 Loading: >>> ################################################################# >>> ################################################################# >>> ################################################################# >>> ####################### >>> done Bytes transferred = 1112434 (10f972 >>> hex) => bootm >>> 400000 ## Booting image at >>> 00400000 ... Image Name: >>> Linux-2.6.23-rc2 Image Type: PowerPC Linux Kernel Image (gzip >>> compressed) Data Size: 1112370 Bytes = 1.1 >>> MB Load Address: >>> 00000000 Entry Point: >>> 00000000 Verifying Checksum ... >>> OK Uncompressing Kernel Image ... OK >>> >>> _______________________________________________ >>> Linuxppc-dev mailing list >>> Linuxppc-dev@ozlabs.org >>> https://ozlabs.org/mailman/listinfo/linuxppc-dev >> This seems to be a wrong image.. >> >> Are you using "make zImage" ? >> >> The proper uImage after that command would be smth like cuImage* then... >> > > _______________________________________________ > Linuxppc-dev mailing list > Linuxppc-dev@ozlabs.org > https://ozlabs.org/mailman/listinfo/linuxppc-dev Please, apply clean patches (not filtered by web filters) and try make ARCH=powerpc CROSS_COMPILE= zImage The image should be at arch/powerpc/boot/cuImage.sequoia