Hi Everyone,
I was able to execute the OMX DecodeDisplay example on the DM816x-EVM (with EZSDK 5.04.00.11). However, when I did "lsmod", I saw only
Module Size Used by
bufferclass_ti 4950 0
omaplfb 10794 0
pvrsrvkm 155594 2 bufferclass_ti,omaplfb
ti81xxhdmi 16163 0
ti81xxfb 21979 1
vpss 75009 3 omaplfb,ti81xxhdmi,ti81xxfb
syslink 1119122 0
ipv6 209855 12
The ti81xxvo.ko V4L2 module was not in the list (as mentioned in the VPSS Video Driver User Guide for PSP 4.00.02.14) . As a confirmation, there was no /dev/video1 or the like either.
So, the question is, what driver does the OMX Display component use to do the video display?
Thanks a lot,
Binh