Re: [Yaffs] Maximum file size in Yaffs2

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: ian@brightstareng.com
Date:  
To: yaffs
Subject: Re: [Yaffs] Maximum file size in Yaffs2
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