SEARCH_BBT

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

search_bbt - [GENERIC] scan the device for a specific bad block table  

SYNOPSIS

"SYNOPSIS"

int search_bbt (struct mtd_info * mtd, uint8_t * buf, struct nand_bbt_descr * td);  

ARGUMENTS

mtd
MTD device structure
buf
temporary buffer
td
descriptor for the bad block table
 

DESCRIPTION

Read the bad block table by searching for a given ident pattern. Search is preformed either from the beginning up or from the end of the device downwards. The search starts always at the start of a block. If the option NAND_BBT_PERCHIP is given, each chip is searched for a bbt, which contains the bad block information of this chip. This is neccecary to provide support for certain DOC devices.

The bbt ident pattern resides in the oob area of the first page in a block.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:46 GMT, October 09, 2005