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.

6614 最新版本kernel获取

当前所用的6614 Linux kernel的版本,Nand驱动Davinci_nand.c不支持4KB-page的Nand,只支持到2KB,请问哪里可能下载到最新的6614 Kernel版本?

static int __init nand_davinci_probe(struct platform_device *pdev)

{

 

       /* 4KiB page chips are not yet supported. The eccpos from

       * nand_ecclayout cannot hold 80 bytes and change to eccpos[]

       * breaks userspace ioctl interface with mtd-utils. Once we

       * resolve this issue, NAND_ECC_HW_OOB_FIRST mode can be used

       * for the 4KiB page chips.

       *

       * TODO: Note that nand_ecclayout has now been expanded and can

       *  hold plenty of OOB entries.

       */

 

}