public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: Santha Kumar <santhakumar@myw.ltindia.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Startup
Date: Mon, 24 Nov 2003 13:43:00 -0000	[thread overview]
Message-ID: <1069681407.22988.8.camel@hermes> (raw)
In-Reply-To: <sfc25486.043@EMAIL>

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 <gary@mlbassoc.com>
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

  reply	other threads:[~2003-11-24 13:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-24 13:26 Santha Kumar
2003-11-24 13:43 ` Gary Thomas [this message]
2003-11-24 15:07 Santha Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1069681407.22988.8.camel@hermes \
    --to=gary@mlbassoc.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=santhakumar@myw.ltindia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).