Tool/software: Linux
Hi,
Version of Vision SDK : PROCESSOR_SDK_VISION_03_03_00_00
I have followed all the steps given in TDA2x User Guide.
MAKECONFIG?=tda2xx_evm_linux_opencx
ti-cgt-c6000_8.1.0/bin path is present in system PATH
make linux
make linux_install
make –s –j depend
make –s –j
Build is successfull.
Also to flash SD Card , I followed the step given in same userguide.
Board is booting successfully.
I am not able to execute this example /usr/share/ti/examples/opencl/vecadd, getting cmem error with ti-mctd
and when i am running : ./ti-mctd
Error : CmemAllocator::CmemAllocator(): Assertion `msmc_alloc_dsp_addr_ == msmc_addr' failed.
I have attached boot log here for more information.
My main intersest is to run simple opencv example with opencl ON and opencl OFF to check opencv performance with dsp offloading.
I also tried with
MAKECONFIG?=tda2xx_evm_linux_all.
I am getting same error.
Error in Log:
Dec 27 23:07:49 dra7xx-evm systemd-modules-load[157]: Failed to find module 'cmemk'
Dec 27 23:07:49 dra7xx-evm systemd-modules-load[157]: Failed to find module 'cryptodev'
Dec 27 23:07:49 dra7xx-evm systemd-modules-load[157]: Failed to find module 'gdbserverproxy'
Dec 27 23:07:49 dra7xx-evm systemd-modules-load[157]: Failed to find module 'uio_module_drv'
Jun 20 10:05:01 dra7xx-evm ti-mctd[721]: CMEM Error: init: Failed to open /dev/cmem: 'No such file or directory'
Jun 20 10:05:01 dra7xx-evm ti-mctd[721]: ti-mctd: /jenkins/psdkla-krogoth/release/dra7xx/yocto/tisdk/build/arago-tmp-external-linaro-toolchain/work/dra7xx_evm-linux-gnueabi/opencl/1.1.12.0-r0.0/git/host/mct-daemon/cmem_allocator.h:63: CmemAllocator::CmemAllocator(): Assertion `status != -1' failed.
Reagrds,
Sagar