Hi,
I'm trying to run the c6accel sample applications. It is build within ti-dvsdk_omap3530-evm_4_01_00_09 (make commends: make c6accel -> make c6accel_install)
When I run this ample app (./c6accel_app) on Android shell, I got inconsistent results:
sometimes it completes all the test functions and shows "successful"; sometimes it completes but shows "pixel mismatch"; sometimes it hangs at some point (usually hangs either in the beginning or when executing signal processing functions)
Why would the execution results be inconsistent? Am I missing something?
I use the following comment to install drivers:
insmod cmemk.ko "phys_start=0x8c800000 phys_end=0x8d800000 pools=20x4096 allowOverlap=1"
insmod dsplinkk.ko
insmod lpm_omap3530.ko
rm -rf /dev/dsplink
mknod /dev/dsplink c `awk "\\$2==\"dsplink\" {print \\$1}" /proc/devices` 0
Thanks!
chuu