public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* AW: AW: [ECOS] FLASH access from user program
@ 2005-06-09 10:19 Neundorf, Alexander
  0 siblings, 0 replies; only message in thread
From: Neundorf, Alexander @ 2005-06-09 10:19 UTC (permalink / raw)
  To: Hans Berglund; +Cc: ecos-discuss

Hi,

> Von: Hans Berglund [mailto:hb@spacetec.no]
> 
> Hi again
> 
> I have read the thread, and found that this is what I need. 
> The virtual vector interface currently implements read only.
> 
> But what was the conclusion of the thread? Is it now implemented in

The conclusion was: it should be implemented using the VV interface.

> eCos, or do I have to get some files from you to add to my 
> application?
> 
> I read a suggestion of putting the flash updating into the virtual
> vector interface. Is this implemented?

Not yet.
And right now I'm unsure what to do.
Transferring all the functionality into redboot and calling it via VV means adding a lot of opportunities for errors. Right now the code is simple: the fis table is directly accessed and manipulated. Using the VV for everything will introduce some indirections, which will make the code much less obvious and straightforward.
Having to define some constants manually (e.g. the fis table location) is a bad thing. At least some config informations should move to the VV. 
And I also don't want to press fis manipulation into a rw-filesystem, since that's not the intended use. It's a ro-filesystem, which can be updated when the firmware of the device is updated.

> BTW: It seems that a lot of effort is put into this to get it safe.

Yes, and it works absolutely reliable for us.

Alex

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-09 10:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-09 10:19 AW: AW: [ECOS] FLASH access from user program Neundorf, Alexander

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