This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

video* devices not found evm DM8168+Daughter board

Other Parts Discussed in Thread: TVP7002, TVP5147

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?