nand.txt
来自「最新版本的Linux内核」· 文本 代码 · 共 31 行
TXT
31 行
S3C24XX NAND Support ====================Introduction------------Small Page NAND---------------The driver uses a 512 byte (1 page) ECC code for this setup. TheECC code is not directly compatible with the default kernel ECCcode, so the driver enforces its own OOB layout and ECC parametersLarge Page NAND---------------The driver is capable of handling NAND flash with a 2KiB pagesize, with support for hardware ECC generation and correction.Unlike the 512byte page mode, the driver generates ECC data foreach 256 byte block in an 2KiB page. This means that more thanone error in a page can be rectified. It also means that theOOB layout remains the default kernel layout for these flashes.Document Author---------------Ben Dooks, Copyright 2007 Simtec Electronics
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?