On Tuesday 11 October 2005 22:37, Samuel wrote: > I will be recieving the File via Xmodem on the PC, any > help on how I can implement a virtual filesystem? If you are using XModem then you can use any soft of file system or Linear File Store (LFS). Look at http://www.cs.tau.ac.il/~stoledo/pubs.html for some interesting ideas on flash storage. Here is what I would do: A tiny log structured file system. This is a well-proven mechanism that I used for YAFFS etc. -- Charles
Message
Re: [lpc2000] Re: Adding Filesystem on LPC2138 or 2294
2005-10-11 by Charles Manning