大家好,
我们参照了APPro DM8127的开发板设计,软件版本为DM8127_IPNC_3.80.00。在我们板中nand falsh 使用的是S34ML01G200TFI000,8位宽度。在u-boot中对nand falsh进行读写,擦除和写均正常,但是读的时候有“ECC: uncorrectable”,但是比较读出来的数据又是正常的,选择的是HW ECC BCH8。请问,问题出现是在哪里?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在其它平台风过类似,如果u-boot驱动中类似的,可以直接注释掉:
int board_nand_init(struct nand_chip *nand)
{ …
* If we are 16 bit dev, our gpmc config tells us that */
//if ((readl(&gpmc_cfg->cs[cs].config1) & 0x3000) == 0x1000)
//nand->options |= NAND_BUSWIDTH_16;
… }