On Friday 31 March 2006 09:29, Sean Kelley wrote: > What is the maximum file size in Yaffs2?  Someone had told me > 512MB, however, I would hope it could be larger.  I have files > approaching 1+GB in size. For true Yaffs2, large page flash, I believe the max file size is 2GBytes less 2KBytes. I get this from YAFFS_MAX_CHUNK_ID=0xFFFFF * chunksize; with chunksize==pagesize==2K. -imcd