public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Newbie: More about flash
@ 2001-07-10 19:52 Piteir
  2001-07-11  6:27 ` Gary Thomas
  0 siblings, 1 reply; 2+ messages in thread
From: Piteir @ 2001-07-10 19:52 UTC (permalink / raw)
  To: ECOS

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)

Thanks in advance.



=====
Regards,
Piteir

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* RE: [ECOS] Newbie: More about flash
  2001-07-10 19:52 [ECOS] Newbie: More about flash Piteir
@ 2001-07-11  6:27 ` Gary Thomas
  0 siblings, 0 replies; 2+ messages in thread
From: Gary Thomas @ 2001-07-11  6:27 UTC (permalink / raw)
  To: Piteir; +Cc: ECOS

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-11  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-10 19:52 [ECOS] Newbie: More about flash Piteir
2001-07-11  6:27 ` Gary Thomas

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).