From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12406 invoked by alias); 24 Nov 2003 13:43:30 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 12399 invoked from network); 24 Nov 2003 13:43:30 -0000 Received: from unknown (HELO hermes.chez-thomas.org) (63.225.98.241) by sources.redhat.com with SMTP; 24 Nov 2003 13:43:30 -0000 Received: by hermes.chez-thomas.org (Postfix, from userid 2000) id 6DA3150E111; Mon, 24 Nov 2003 06:43:29 -0700 (MST) Received: from localhost (localhost.localdomain [127.0.0.1]) by hermes.chez-thomas.org (Postfix) with ESMTP id 22FDF50E109; Mon, 24 Nov 2003 06:43:28 -0700 (MST) From: Gary Thomas To: Santha Kumar Cc: ecos-discuss@sources.redhat.com In-Reply-To: References: Content-Type: text/plain Organization: MLB Associates Message-Id: <1069681407.22988.8.camel@hermes> Mime-Version: 1.0 Date: Mon, 24 Nov 2003 13:43:00 -0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.2 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: [ECOS] Startup X-SW-Source: 2003-11/txt/msg00325.txt.bz2 On Mon, 2003-11-24 at 06:26, Santha Kumar wrote: > Hai > > I am trying to build "burn hardware rom" image. To make the startup type as ROMRAM , Where should I change the configuration? Is there any option with configuration tool (graphics)? or should I directly change some of the include file? You definitely do not modify any include files (presuming that your platform already supports this mode). Here's how I do it, using 'ecosconfig': % ecosconfig import startup_ROMRAM where the file "startup_ROMRAM" looks like this: cdl_component CYG_HAL_STARTUP { user_value ROMRAM }; Alternatively, you can use the GUI (ConfigTool). This particular option is a bit buried under the target HAL. e.g. on a PowerPC target, you'd find it at eCos HAL PowerPC Architecture Analogue & Micro Rattler board Startup type (ROM, RAM, ROMRAM) -- Gary Thomas MLB Associates -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss