i.MX6DQ NAND GPMI + BCH.

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX6DQ NAND GPMI + BCH.

跳至解决方案
930 次查看
satoshishimoda
Senior Contributor I

Hi community,

 

Our customer found a strange phenomenon with i.MX6DQ and SLC NAND.

They dumped same block of NAND with UBIFS.

Then, the data was not same between dumped with GPMI + BCH and dumped only with GPMI.

Please see the attached logs, you can see 0xF7 in line 89 of GPMI+BCH.txt.

Please give me advice why this difference was happen?

 

For your information, they got the dump data with gpmi_read_page function in gpmi driver (drivers/mtd/nand/gpmi-nand/gpmi-nand.c) in L3.0.101 BSP when mount ubifs partition for GPMI+BCH, and got with nanddump command (it seems to use gpmi_read_data function in gpmi driver) for GPMI only.

 

In fact, our customer's mass production has been stopped by related to this question.

So please give us your reply ASAP.

 

Best Regards,

Satoshi Shimoda

Original Attachment has been moved to: GPMI+BCH.txt.zip

Original Attachment has been moved to: GPMI.txt.zip

标签 (4)
标记 (2)
0 项奖励
1 解答
567 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  NAND is not reliable storage device. BCH is intended to correct possible errors.
It should be always used.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
1 回复
568 次查看
Yuri
NXP Employee
NXP Employee

Hello,

  NAND is not reliable storage device. BCH is intended to correct possible errors.
It should be always used.

Have a great day,
Yuri

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励