From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11962 invoked by alias); 24 Mar 2006 07:52:43 -0000 Received: (qmail 11953 invoked by uid 22791); 24 Mar 2006 07:52:43 -0000 X-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 24 Mar 2006 07:52:41 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1FMh5l-0005Tq-00; Fri, 24 Mar 2006 08:52:17 +0100 Date: Fri, 24 Mar 2006 07:52:00 -0000 To: EE89 student Cc: ecos-devel@sourceware.org Subject: Re: Can't start redboot in RAM mode Message-ID: <20060324075217.GF3228@lunn.ch> References: <20060324012014.M17255@star.ee.nchu.edu.tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060324012014.M17255@star.ee.nchu.edu.tw> User-Agent: Mutt/1.5.11+cvs20060126 From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2006-03/txt/msg00027.txt.bz2 > Platform: IXDP425 Development Platform (XScale) BE > Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. > > RAM: 0x00000000-0x04000000, [0x000266f0-0x03fc1000] available > FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each. > RedBoot> load -r -v -b 0x03000000 redboot[RAM].bin > Using default protocol (TFTP) > - > Raw file loaded 0x03000000-0x03049c8b, assumed entry at 0x03000000 > RedBoot> go > $T050f:01000040;0d:03fc0fec;#dc$T050f:01000040;0d:03fc0fec;#dc$T050f:01000040;0c Try connecting gdb and see what it says about the crash. Are you sure Redboot RAM has been linked to run at 0x03000000. It is rather high in memory. Normally it goes much lower. Try loading the elf or srec so you don't need to use -b and -r. Redboot itself will decide where in memory to load RedBoot RAM. Andrew