On Sun, Jun 29, 2014 at 6:09 PM, Henrik Nordström < [email protected]> wrote:
> fre 2014-06-27 klockan 10:00 -0700 skrev [email protected]: > > > with the NAND code being upstream (kernel 3.16), I wonder if any wear > > leveling is done. In software or in hardware (cubietruck)? Or could I > > use UBIFS? I read this does not work with block devices. > > The upstream NAND driver is a MTD driver, so you need to use UBI ontop > of it for wear leveling. > > It do not (yet) support yaffs/yaffs2 I think. There is some limitations > in OOB data management. > Actually, JFFS2 should work. And that depends on NAND chip. Very large pages and erase blocks might be ineffective. But this is irrelevant to the controller itself. Current JFFS2 can avoid using OOB area. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
