[ECOS] JFFS2 filesystem and eCos code on the same chip?
Andrew Lunn
andrew.lunn@ascom.ch
Tue Oct 15 06:28:00 GMT 2002
On Tue, Oct 15, 2002 at 03:26:22PM +0200, llandre wrote:
> Is it possible to have the JFFS2 file system and eCos binary code on the
> same physical chip?
The flash driver API functions copy themselves itself into RAM before
doing anything with the flash. Redboot uses this feature.
What i don't know about is if this is thread safe. Does the flash code
disable interrupts while its doing dangerous things? You need to check
the code, or probably Gary knows.
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
More information about the Ecos-discuss
mailing list