I have the lastest EZSDK. I make the bootable sd card with mksdboot.sh script.
When linux was finish it loading i execute ls /dev, but there not video0, video1, ... devices.
In kernel config i check tvp541x. And put tvp514x to lib in filesystem. I use insmod tvp514x.ko and successfully load it.
But ls /dev | grep video get nothing. What a problem there is? I think that tvp514x module must create it files in /dev. Must i do it manually?