I've just started using the kernel source tree that comes with the DVSDK 1.30. I've build the Video 4 Linux 2 and applicable DaVinci drivers into my kernel (not as modules) and created a video device with major/minor number 81/0 in the /dev folder of my NFS filesystem using 'mknod video0 c 81 0'.
When I run my application and try to open /dev/video0 I get the following message:
modprobe: FATAL: Could not load /lib/modules/2.6.10_mvl401-davinci_evm-PSP_01_30
_00_082/modules.dep: No such file or directory
I'm not sure where I find this file within the SDK or why I need it since I'm not using modules. I tried running "make modules" and "make modules_install" but didn't see any modules.dep file in the install directory.
Thanks in advance for any insight into this problem.