From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6639 invoked by alias); 13 Oct 2006 07:12:33 -0000 Received: (qmail 6629 invoked by uid 22791); 13 Oct 2006 07:12:31 -0000 X-Spam-Status: No, hits=-2.6 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, 13 Oct 2006 07:12:28 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1GYHDQ-0004Ki-00; Fri, 13 Oct 2006 09:12:20 +0200 Date: Fri, 13 Oct 2006 07:12:00 -0000 To: Jack Chen Cc: ecos-devel@ecos.sourceware.org Subject: Re: Tagret Board with two flash chips Message-ID: <20061013071220.GI13027@lunn.ch> References: <002501c6edc9$5c515000$73a8a8c0@jstream> <452E2091.3040701@mlbassoc.com> <004401c6ee95$7aa5ecb0$73a8a8c0@jstream> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <004401c6ee95$7aa5ecb0$73a8a8c0@jstream> User-Agent: Mutt/1.5.13 (2006-08-11) 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-10/txt/msg00007.txt.bz2 On Fri, Oct 13, 2006 at 03:01:58PM +0800, Jack Chen wrote: > Hi Gary: > I'm modify > packages\hal\arm\xscale\grg\current\include\hal_platform_extras.h > like follows: > > // 16MB Flash (Expansion bus CS0) > .rept 0x510 - 0x500 > FL_SECTION_ENTRY __base,0,3,0,0,1,0 > .set __base,__base+1 > .endr > > // 16MB Flash (Expansion bus CS1) > .rept 0x520 - 0x510 > FL_SECTION_ENTRY __base,0,3,0,0,1,0 > .set __base,__base+1 > .endr > > // Rest of Expansion bus (CS2-CS7) > .rept 0x600 - 0x520 > FL_SECTION_ENTRY __base,0,3,0,0,0,0 > .set __base,__base+1 > .endr > > The console display: > > +$T0a0f:0000904c;0d:0000b2c8;#a8 Try using gdb to decode this string. It will tell you where it crashed. Andrew