Hello everybody,
At present I work on the demo board TMS320DM355 and exactly on the VPSS part. I make of the image capture with the sensor CMOS MT9J003.
I shall in fact want to interface this sensor with the DM355 via Imager Daugther Card.
I manage to select the Imager interface instead of TVP5146. Then, the problem which I have is the following one:
During the boot of demo board, I have message saying to me:
vpfe-capture vpfe-capture: could not setup input for mt9t031
vpfe-capture: vpfe capture clocks disabled
vpfe-capture: probe of vpfe-capture failed with error -14
vpfe_register_ccdc_device: DM355 CCDC
dm355_ccdc: probe of dm355_ccdc failed with error -22
Then, that would be what the problem?
I work with an uImage stemming from the Arago project which I arrange all the source code. The sensor CMOS is piloted by bus I2C and I shall want to make a raw capture without treatment behind. I already know that there is a controller MSP430 (which controls the sensor), but is it he who shall raise problem? How controller manages to communicate with my sensor and how to send the good commands and the good signals to make the capture of image?
It seems that the driver of the sensor MT9T031 can be used for the sensor MT9J003. The difference is not enormous. You confirm it to me? Otherwise, it is necessary to develop a driver specially for my sensor?
If there are modifications to make on the code source, which files it will be necessary to modify and where exactly?
I really need help. Then, thank you for dedicating me a little of your time.
SAKHO