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: Creating eCos flash application image for AT91 EB40a Redboot


Øyvind Harboe <oyvind.harboe@zylin.com> writes:

> Is there a reason(other than that it isn't done yet) 
> why the Redboot load command does not support writing to flash?
> 
> It seems like all the hard pieces are already done. Previously
> I worked with a home made bootloader, and it had a load command
> that wrote directly from serial port to flash.

The main problem is that the load command and the flash commands are
totally independent at present. To work the loader would have to write
to memory through some interface that interacted with the flash
subsystem in some way. Not impossible, but just not done this way at
present.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


--
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]