I have installed the DVSDK_3_10_00_16 package (using the GSG) in Ubuntu 10.04. I have written the Kernel (2.6.31) to the DM365 NAND Flash through a TFTP server and have the NFS mounted correctly. I can run ./loadmodules_hd.sh and ./interface with no issues. When I try to run the demos from the interface or the command line, i receive the following errors.
Encode Demo
Demo interface started at level 0.
Encode demo started.
Error: Failed to create capture device
encode: linux/Fifo.c:177: Fifo_put: Assertion `ptr' failed.
Aborted
Decode Demo (trying to decode the videos provided in the demo package)
Demo interface started at level 0.
Decode demo started.
CMEM Error: getPool: Failed to get a pool fitting a size 1479936
Failed to allocate memory.
Error: Failed to create BufTab for display pipe
Encode/Decode Demo
Encodedecode demo started.
Error: Failed to create capture device
CMEM Error: getPool: Failed to get a pool fitting a size 1024000
Failed to allocate memory.
Error: Failed to allocate buffer for encoded data
If i add the pool values in the error message to loadmodules_hd.sh and run the ./loadmodules_hd.sh and then repeat the process, I continue to receive new pool values that are missing. I am using a 720p/60 camera as the input device. Any ideas on a setting I have wrong, or a process I haven't set up correctly?
Thanks,
Rob Tice