I'm trying to test the VPU in my system and every time I run 'autorun-vpu.sh' I get the following output.
root@imx6solosabresd:/unit_tests# ./autorun-vpu.sh
Checking for devnode: /dev/mxc_vpu
autorun-vpu.sh: PASS devnode found: /dev/mxc_vpu
Running test case: ./mxc_vpu_test.out -C config_dec
/unit_tests/test-utils.sh: line 11: ./mxc_vpu_test.out: No such file or directory
autorun-vpu.sh: FAIL test case: ./mxc_vpu_test.out -C config_dec
autorun-vpu.sh: Exiting FAIL
It doesn't seem to matter if I run this on a SabreSD board, our custom imx6 solo or imx6 quad board.
I built the binaries with Fido distribution of Yocto (fsl-image-machine-test).
All of the other tests I've ran seem to work.... except for this one.
Anybody else have this issue? How did you get around it?
Solved! Go to Solution.
I'm assuming this doesn't work because of some configuration error.
Running from a pre-built image seems to yield better results.
Hi Bob
please try to build fsl-image-gui or fsl-image-qt5
image as shows attached Yocto Guide Table 1. Freescale Yocto project images,
use imx6qsabresd machine configuration. Other way use Demo images
from L3.14.28_1.0.0_iMX6QDLS_BUNDLE.
Board Support Packages (27)
L3.14.28_1.0.0_iMX6QDLS_BUNDLE (REV L3.14.28_1.0.0)
i.MX 6Quad, i.MX 6Dual, i.MX 6DualLite, i.MX 6Solo Linux Binary Demo Files and Linux BSP Documentation
Best regards
igor
I am facing the same issue. What configuration option I need to set. It works on our custom target if i use it from fsl-image-qt5 build.
Regards,
Vikash
I'm assuming this doesn't work because of some configuration error.
Running from a pre-built image seems to yield better results.