Re: [Yaffs] about error "Writing data without ECC to NAND-FL…

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Charles Manning
Date:  
To: yaffs
CC: kikyguan
Subject: Re: [Yaffs] about error "Writing data without ECC to NAND-FLASH is not recommended"
On Wednesday 07 June 2006 17:37, kikyguan wrote:
> I meet this error message when I copy a file to nandflash
>
> / # cp /root/runScript /mnt/
>
> Reading data from NAND FLASH without ECC is not recommended
>
> Writing data without ECC to NAND-FLASH is not recommended
>
> Writing data without ECC to NAND-FLASH is not recommended
>
> Writing data without ECC to NAND-FLASH is not recommended
>
>
>
> How can I correct this error? Thanks


There are two ways around this:

1) Set YAFFS to use the mtd ECC instead of using YAFFS ECC.
2) Turn off the warning in mtd :-).

-- Charles