From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19832 invoked by alias); 7 Sep 2006 09:43:56 -0000 Received: (qmail 19822 invoked by uid 22791); 7 Sep 2006 09:43:55 -0000 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; Thu, 07 Sep 2006 09:43:53 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1GLGQB-0006NN-00; Thu, 07 Sep 2006 11:43:43 +0200 Date: Thu, 07 Sep 2006 09:43:00 -0000 To: wang cui Cc: andrew@lunn.ch, ecos-discuss@sources.redhat.com Message-ID: <20060907094343.GK20668@lunn.ch> Mail-Followup-To: wang cui , andrew@lunn.ch, ecos-discuss@sources.redhat.com References: <20060907073820.GF20668@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] How to build a executed-in-flash application? X-SW-Source: 2006-09/txt/msg00037.txt.bz2 On Thu, Sep 07, 2006 at 09:35:40AM +0000, wang cui wrote: > Thank you Andrew. I have create and run it successfully. > > There are still little problem: > Since the applications has been wrote into flash, how to use "fis create" > command to add it into FIS? I tried "fis create -n twothreads", but doesn't > work. It report "*** invalid 'fis' command: required parameter missing". > > However, I can use "fis create twothreads" to directly add the application > after "load". You probably need to pass all the parameters. Eg the example in the documentation at http://ecos.sourceware.org/docs-latest/redboot/fis-create-command.html is fis create RedBoot -f 0xa0000000 -b 0x8c400000 -l 0x20000 ie load it into flash at address 0xa0000000 from RAM address 0x8c400000 with 0x20000 bytes of image data. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss