This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BOOPT bootfile


On Thu, Jan 30, 2003 at 11:28:47AM +0100, Magnus Ekhall wrote:
> What is required to BOOTP load RedBoot boot from LAN?
> Where does the BOOTP store its downloaded bootfile, and how do I compile
> RedBoot so that it would work?

Im not sure i understand your question.

Do you want RedBoot to use the information in the bootp reply to
download in image from a server and then execute that image?

If so, as far as i know, RedBoot does not support this. You could add
this though. Reboot understands SREC and ELF images and supports
getting an image from TFTP. All you need to add it code to extract the
filename and server name from the bootp reply and then control the
tftp client code and jump into the image after it has been loaded.

     Andrew

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]