BadBlockMarkerByte

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

BadBlockMarkerByte

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

Dear community.

I have 6 questions about   BadBlockMarkerByte.

1, BadBlockMarkerByte is, if Bad Block information of NAND flash Manufacturer is in the Byte # 2048 of the first page

    of the Block, to specify the 2048?

2,Please tell me how to use the BadBlockMarkerStartBit

    Although there are a BadBlockMarkerByte for ROM to use when swapping 8 bits with fiirst byte of metadata,
    What is this 8bits?

3,BBMarkerPhysicalOffset is, Bad Block information of NAND flash Manufacturer is, of Page # 0 of each Block, located in the Byte # 2048,  

   BadBlockMarkeryByte is Is 0 if 2048?
  
If there is to 2049Byte, specify 1 as the offset?

4,Description of  DISBBM of if 0 ROM will swap BadBlockMarkerByte with metadata[0] after reading a page using BCH40.

    How to confirm of the Manufacturer of Bad Block and will do iMX6 the SWAP to Metadata bytes?

    By the SWAP, when would be written to the Page, and it  will not be able to write to the Page.

5,BBMark_spare_offset, it is with The offset in mata data place which stores the data in Bad block marker place.

   Would you please more explanation .

6,What function of DISBB_Search  Bad block Search.

    Looking for a Bad block mark of Manufacturer,and make the DBBT?

   In that case, Do i need Boot from NAND to make DBBT?



标签 (2)
0 项奖励
1 解答
769 次查看
GraceH
Senior Contributor II

First, FSL provides tools kobs-ng to create FCB and DBBT for NAND.

You can use "./ltib -p kobs-ng -m prep" to generate kobs-ng source code.

1. You should get BadBlockMarkerByte and BadBlockMarkerStartBit from your NAND manufacturer.

2.

swapbyte.jpg

3  BBMarkerPhysicalOffset is the byte offset for bad block marker on physical NAND page.

4. ROM will use BadBlockMarkerByte and BadBlockMarkerStartBit to swap the data. You don't need care it.

5. If DISBB_Search is set to 1, ROM will not search the bad block, but just use DBBT.  kobs-ng  will help you to create DBBT.


Grace

在原帖中查看解决方案

0 项奖励
2 回复数
769 次查看
WilliamTse
Contributor V

GraceH, please attend this case.

0 项奖励
770 次查看
GraceH
Senior Contributor II

First, FSL provides tools kobs-ng to create FCB and DBBT for NAND.

You can use "./ltib -p kobs-ng -m prep" to generate kobs-ng source code.

1. You should get BadBlockMarkerByte and BadBlockMarkerStartBit from your NAND manufacturer.

2.

swapbyte.jpg

3  BBMarkerPhysicalOffset is the byte offset for bad block marker on physical NAND page.

4. ROM will use BadBlockMarkerByte and BadBlockMarkerStartBit to swap the data. You don't need care it.

5. If DISBB_Search is set to 1, ROM will not search the bad block, but just use DBBT.  kobs-ng  will help you to create DBBT.


Grace

0 项奖励