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.

AM3352: NAND_FLASH启动ECC问题

Part Number: AM3352


当sysboot9设定为ECC DONE BY ROM时,启动失败,设定为ECC handled by nand时,启动成功,所以目前怀疑是ECC校验的问题,目前看手册GPMC的ECC校验默认时BCH8,使用ELM硬件校验。

目前我的nand)flash的ID  manId: 2C   DEVICE_ID :DA,这个ID号也不会转变ECC校验的选项,不知道rom_code读取nand_flash的检验是如何选择的?是否会根据NAND的spare的空间大小更改为BCH16?(我这边的nand_flash的spare足够BCH16检验)