On Wednesday 09 May 2012 12:47:50
wikimfw@lotte.net wrote:
> Deir sir.
> Charles Manning..
>
> I knew to support yaffs2 2k page size. Ok?
>
> I can’t find to support 4k page and 8k page size in yaffs2.
> And To support Document can’t find in yaffs2.
>
> Can do yaffs2 support 4k page size and 8k page size in linux system ?
> You will know it.
> Please, send it to me.
>
> < To Support 4k page and 8k page >
>
> - What does yaffs2 filesystem version?
>
> - Do you have how to document? If you have how to document , please
> send it to me via email.
>
> Thank you.
Yaffs2 will support all sorts of page size fine. It does not even have to be
2^n. For example even 5555 byte pages would work if you could get them.
The page size is set by dev->param.total_bytes_per_chunk.
-- Charles