Hello, Dear experts!
I tru to capture video from composite input(J11)!
I know, that I need add module tvp514x.ko in kernel and to use v4l2 driver.
So I reconfigured via menuconfig and rebuild kernel.
Then I added new line "modprobe tvp514x" in load-hd-v4l2-firmware.sh.
When I run this script and exec "lsmod" I get following:
Module Size Used by
tlc59108 1545 0
ti81xxhdmi 17685 0
ti81xxvin 20591 0
tvp7002 6429 1
tvp514x 10284 0
ti81xxvo 21210 0
ti81xxfb 21979 0
vpss 74936 4 ti81xxhdmi,ti81xxvin,ti81xxvo,ti81xxfb
syslink 1133911 0
ipv6 214095 14
As we can see "tvp514x" is loaded!
But if I run "dmesg | grep tvp" we can see only:
tvp7002 3-005d: tvp7002 found @ 0x5d (OMAP I2C adapter)
tvp7002 3-005d: Rev. 02 detected.
ti81xxvin ti81xxvin: registered sub device tvp7002
So tvp5147m on my board is not detected!
What is wrong?
Thanks!