I have an overo with a tvp5150 connected for video capture with the ISP. I'm using the PSP 2.6.32 kernel.
If I boot the system with filesystem in my micro sd card, I get a good capture. If I copy everything to nand, and boot, I get jittery video and errors about "isp_wait: wait is too much" and "ccdc 1won't become idle". This happens even if I wait for jffs2_gcd_mtd4 process to finish before I launch my application, so it doesn't seem directly related to cpu load.
I also get similar results if I try to also capture audio at the same time as the video.
I tend to think it is interrupt related? Any assistance would be greatly appreciated. I'm not sure how to go about debugging the problem.
-chris