AM3874 + NAND FLASH(MT29F2G16ABAEA) bit flip
Proceeds in conditions of AM3874 + NAND FLASH(MT29F2G16ABAEA), a phenomenon called "bit flip" is Baruse.
1. Development environment
1) H/W:
CPU AM3874 + MT29F2G16ABAEA (NAND Flash memory)
=> H/W design was refer to TI-DM814xEVM of Mistral Solution.
2) SDK:
EZSDK 5_05_01_04 for DM814x
3) S/W configuration
It was customizing using bootloader+kernel+ubifs rootfs that is released by the above SDK.
2. Current problems
1) After the initial operating the B'D, bit flip phenomenon appears past one week, over time, to be appeared in most the samples.
2) The result of investigation until now, Corruption bit data is changed from 0 to 1.
3) In some of the nand flash, unstable bit phenomenon is also appeared.
4) File system is read-only of state, H/W is write protect, are either during storage after Power off or during operation after Power on, incidence of bit flip has no difference.
3. Question
- ECC limitations in omap2.c
: In the omap_read_page_bch () function of the omap2.c official release, the if (! (chip-> ops.len & 0x7ff)) was to check the ECC only size that align with demand.
However, looking at the recent history, it seems to delete this ECC limitations.
Perhaps, seems to be changed from customers problems. There are a few questions about this.( This problem should be reported to the end customer.)
Q1) ECC limitations is the reason been set? / Explain why that released?
Q2) Please describe the various situations in which the bit flip occurs on the current platform?
Q3) If you set a ECC limitations, in most of the developed product bit flip occurs.
Platform writing programs to NAND FLASH, because is to first use, bit flip by ECC limitations is confused is normal or abnormal.
And, when the ECC limitations is released, bit flip will recover all. Please to advise on the situation and precautions that can not be corrected by the bit flip.
Q4) By improving the H/W Is there any way that can inhibit the bit flip occurs?
Q5) Is Bit-flip problem is relevant according to the Flash download method? (Rom writer equipment or TI development tool)