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.

Camera Interface with TMS320DM365.

Hello,
 
I am using a standard EVM that is the Digital Video Evaluation Module Beta TMX320DM365. The camera, that was bought it with Leopard Imaging, the model is LI-5M02 and mount on "Image Interface" slot. The camera is connected properly.
 
Mi bootargs is: 
setenv bootargs console=ttyS0,115200n8 noinitrd rw ip=148.247.70.106:148.247.70.105:0.0.0.0:255.255.255.0 root=/dev/nfs nfsroot=$(nfshost):$(rootpath),nolock mem=76M video=davincifb:vid0=OFF:vid1=OFF:osd0=720x576x16,4050K dm365_imp.oper_mode=0 vpfe_capture.interface=1 vpfe_capture.bufsize=829440 davinci_enc_mngr.ch0_output=COMPOSITE davinci_enc_mngr.ch0_mode=pal
When I start the boot in the board,  I can see the following error:
Unknown boot option `vpfe_capture.interface=1': ignoring
Unknown boot option `vpfe_capture.bufsize=829440': ignoring
 
What is the problem? How can I fix it?
I try to run the demos, in this case try to run the ./encode -v test.264 -y 2
Regards.