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!