Other Parts Discussed in Thread: OMAP-L138, OMAPL138
I used ti-processor-sdk-linux-omapl138-lcdk-06.03.00.106 for my video stream application om omap-l138. I built the linux kernel, file system, and dts, then booted omapl138 ARM. I found that vpif can't be inserted into linux successfully. the log is posted here.
------------------
media: Linux media interface: v0.10
videodev: Linux video capture interface: v2.00
remoteproc remoteproc0: remote processor dsp is now up
vpif 1e17000.video: vpif probe success
[ OK ] Started udev Coldplug all Devices.
vpif_capture vpif_capture: Error registering v4l2 subdevice
-------------------
it is obvious that something is wrong with the vpif_capture. This issue blocked me for a long time.I just want to know the reseaon of this issue? I even don't care the real reseaon, I just want to know which version of SDK can register vpif successfully in default configuration. If one of those version is found, I can study it by myself to find the reason, and follow it to complete my vpif application.
Thank you in advance.