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.

why the kernel can not match driver for norflash on DM6467 ?



Hi everyone,

I was stuck in a bad situation.  I wanted to make my kernel to mount  jffs2 file system on norflash,and I did it with a low edition kernel,on that point,the kernel worked well and could mount the jffs2 successfully. But,when using another high edition kernel,in fact we just added some new drivers in this kernel ,I found the kernel never mount the jffs2.The following information was printed on the console.

nor_davinci: probe of nor_davinci.0 failed with error -6

From my perspective,the kernel find norflash but can not match a driver for it.But I am sure the MTD driver is normal and the kernel supports jffs2 as the low edition kernel does.

So,where is wrong?Please help me!