[U-Boot-Users] u-boot wear-levelling?

Hi, Does u-boot nand write support wear levelling techniques?.
If so, how it is done?.
Does it matain any information on how many writes have taken place to a particular page?.
Regards, sriram

On Wednesday 07 February 2007 12:31, Ram wrote:
Does u-boot nand write support wear levelling techniques?.
No.
If so, how it is done?.
Not at all.
Does it matain any information on how many writes have taken place to a particular page?.
No.
U-Boot has no fs write support for NAND (like JFFS2 or YAFFS2). The images can only be written as binary images. It is not intended for very frequent write access like file systems do. For this you have the fs drivers in Linux.
Best regards, Stefan
===================================================================== DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk Office: Kirchenstr. 5, D-82194 Groebenzell, Germany =====================================================================
participants (2)
-
Ram
-
Stefan Roese