NAND FLASH Boot Flow

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

NAND FLASH Boot Flow

跳至解决方案
1,316 次查看
takashitakahash
Contributor III

i.MX6 RM described as.8.5.2.2 NAND Flash Boot Flow and Boot Control Blocks (BCB)

Driver reads raw 2112 bytes of first SECTOR and runs through software ECC engine that determines whether FCB data is valid or not.

Please tell me the definition of the Sector in this context.

Is this the first page in the NAND flash Block  (address is smallest)?

标签 (2)
0 项奖励
回复
1 解答
1,103 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Takashi

>Please tell me the definition of the Sector in this context.

>Is this the first page in the NAND flash Block  (address is smallest)?

Yes this is correct understanding. In particular sect.8.5.2.7.1 BCH ECC Page

Organization IMX6DQRM states

The first data block is called block 0 and the rest of the blocks are called block N.

Separate ECC level scan be used for block 0 and block N.

The metadata bytes should be located at the beginning of a page, starting at byte 0..

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,104 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Takashi

>Please tell me the definition of the Sector in this context.

>Is this the first page in the NAND flash Block  (address is smallest)?

Yes this is correct understanding. In particular sect.8.5.2.7.1 BCH ECC Page

Organization IMX6DQRM states

The first data block is called block 0 and the rest of the blocks are called block N.

Separate ECC level scan be used for block 0 and block N.

The metadata bytes should be located at the beginning of a page, starting at byte 0..

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复