Hi All
I am using DM6467 davinci EVM to run the sample capture application saUserPtrLoopback.c. I am facing a problem here. During a DQBUF call in the loopback its not returing out of the ioctl call. On debug using kdb i found that in function allocateBuffers() where it is allocating buffer in the kernel space and mapping in user space ie mmap() call the kdb returns the output that address <some address> is out of bound.
I have no clue why this problem is occuring. And i feel this is the reason that my program stucks in DQBUF ioctl.
I feel i am right? If no that what could be the possible reason?
Moreover is it possible to use memory map mode to allocate buffers rather than user pointer mode for hd 1280x720?
Somebody please help to debug the issue asap.
Thanks
Abhishek