From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by ozlabs.org (Postfix) with ESMTP id F2818DE03E for ; Tue, 29 May 2007 15:41:57 +1000 (EST) Received: by py-out-1112.google.com with SMTP id z74so3720797pyg for ; Mon, 28 May 2007 22:41:56 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 11:11:55 +0530 From: "Pradyumna Sampath" To: linuxppc-embedded@ozlabs.org Subject: Re: lite5200b, trouble with dtb In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed References: List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 5/21/07, Pradyumna Sampath wrote: > Hi everyone, > > Last time around ( > http://www.mail-archive.com/linuxppc-embedded@ozlabs.org/msg02602.html > ) , I was trying to boot my lite5200 eval board with v2.6.20-rt3 and > was advised to boot with the dtb files. > > This time around Im trying to boot my custom lite5200B board with the > dtb file thats comes with the vanilla kernel and it hangs at the same > point ( "Transferring control to linux (at address 00000000 ..." ). Finally figured it out. As silly as it may sound it took me a while to find out. My command line arguments were: set bootargs console=ttyPSC0, 115200 ip=10.140.56.238 root=/dev/mtdblock0 rootfstype=jffs2 ; tftp 0x400000 uImage ; tftp 0x600000 lite5200b_22.dtb ; bootm 0x400000 - 0x600000 ; The problem was set bootargs console=ttyPSC0, 115200 ip=10.140.56.238 root=/dev/mtdblock0 .... ^^ Yes, it was the space between the "," and "115200". Just putting it on record so that other people dont spend as much time on fixing this silly problem. regards Prady -- htp://prady.livejournal.com