public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Gary Thomas <gthomas@redhat.com>
To: Piteir <piter197@yahoo.com>
Cc: ECOS <ecos-discuss@sourceware.cygnus.com>
Subject: RE: [ECOS] Newbie: More about flash
Date: Wed, 11 Jul 2001 06:27:00 -0000	[thread overview]
Message-ID: <XFMail.20010711072738.gthomas@redhat.com> (raw)
In-Reply-To: <20010711025239.89030.qmail@web12306.mail.yahoo.com>

On 11-Jul-2001 Piteir wrote:
> Hi,
> 
> I have download my program using TFTP in Redboot.
> I got this message:
> 
> Entry point:0x00020040 Address
> Range:0x00020000-0x00050eb4
> 
> Please tell what does "Entry point" mean? and If I
> want to save this into Flash Image System in Redboot,
> what command I have to type (I have read the Redboot
> manual-June version- but not clear enough)

'Entry point' would be the address that the program starts at when
you want to run it.

As for creating an FIS image, how can we make the document any
clearer?  Which part don't you understand?
  RedBoot> fis create PROG -b 0x20000 -l 0x303b4 -r 0x20000

When you are ready to run it from FLASH, do this:
  RedBoot> fis load PROG
  RedBoot> go

      reply	other threads:[~2001-07-11  6:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-10 19:52 Piteir
2001-07-11  6:27 ` 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.20010711072738.gthomas@redhat.com \
    --to=gthomas@redhat.com \
    --cc=ecos-discuss@sourceware.cygnus.com \
    --cc=piter197@yahoo.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).