From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10917 invoked by alias); 29 Jul 2009 19:42:19 -0000 Received: (qmail 10908 invoked by uid 22791); 29 Jul 2009 19:42:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout03-winn.ispmail.ntl.com (HELO mtaout03-winn.ispmail.ntl.com) (81.103.221.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 29 Jul 2009 19:42:04 +0000 Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090729194201.MTUM5579.mtaout03-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com>; Wed, 29 Jul 2009 20:42:01 +0100 Received: from cog.dallaway.org.uk ([86.9.207.237]) by aamtaout02-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with SMTP id <20090729194201.RGVO21638.aamtaout02-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Wed, 29 Jul 2009 20:42:01 +0100 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n6TJfwds016928; Wed, 29 Jul 2009 20:41:59 +0100 Message-ID: <4A70A606.5060309@dallaway.org.uk> Date: Wed, 29 Jul 2009 19:42:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Kishore Srimat CC: ecos-discuss@ecos.sourceware.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: How to run ECO 3.0 on STM32 X-SW-Source: 2009-07/txt/msg00264.txt.bz2 Hi Kishore Kishore Srimat wrote: > I am trying to port Ecos 3.0 onto STM32. Which board are you porting to? Is this a public evaluation board or a board of your own design? > I have done the preliminary > steps. Now, I tried use configtool and buid a Redboot.bin. But, I > could not resolve the conflicts and even if i continue with proposed > solutions and get a .bin from configtool, It is not working or I did > not see any msg in the Hyperterminal when i run. The basic procedure is to create a new eCos configuration for your intended hardware based on the "redboot" packages template. Then import the appropriate RedBoot .ecm file from the "misc" directory of the relevant eCos platform HAL package. For example, the relevant .ecm file for the STM3210E-EVAL board would be: packages/hal/cortexm/stm32/stm3210e_eval/v3_0/misc/redboot_ROM.ecm Use the Build->Templates dialog to select the hardware and packages templates and then import the .ecm file using the File->Import menu item before you attempt to resolve any conflicts. I hope this helps... John Dallaway -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss