public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: jens.ohlund@secrc.abb.se
Cc: ecos-discuss@sourceware.cygnus.com
Subject: RE: [ECOS] Program -> start in Flash
Date: Thu, 06 Jul 2000 03:41:00 -0000	[thread overview]
Message-ID: <XFMail.000706044127.gthomas@redhat.com> (raw)
In-Reply-To: <OF0A4309C8.2A6548BA-ONC1256914.0026154C@secrc.abb.se>

On 06-Jul-00 jens.ohlund@secrc.abb.se wrote:
> Hi !
> 
> I want my program to reside in the flash and startup when the board is "powered up".
> Where should I start reading about it or do I only have to turn the startup to ROM ?
> 
> btw, it's a AEB-1 card.
> 

ROM startup is more complicated on the AEB than on most other platforms.
In general, you simply need to create an eCos image with ROM startup.  Then you
need to jump through some hoops to get it in a form which the AEB FLASH loader
will use/accept.  The best place to look at this is:

.../hal/arm/aeb/VERSION/cdl/hal_arm_aeb.cdl
  This file contains the makefile magic to actually build a flash rom image.
  Look at the details for building GDB stubs in ROM.

.../hal/arm/aeb/VERSION/src/gdb_module.c
  This file contains the flash image layout, as used by the ARM AEB flash loader.

      reply	other threads:[~2000-07-06  3:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-05 23:58 jens.ohlund
2000-07-06  3:41 ` Gary Thomas [this message]

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=XFMail.000706044127.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=jens.ohlund@secrc.abb.se \
    /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).