Forum Discussion
Altera_Forum
Honored Contributor
9 years agoTrouble loading recompiled aclsoc-drv.ko
I have na Altera Cyclone V dev board and I've used Yocto to build a new SD card image that includes some python functionality. Now I am trying to get OpenCL on the board as well. I've downloade...
Altera_Forum
Honored Contributor
9 years agoHi bmorcos,
I have also created a custome image using Yocto and recompiled the opencl_arm32_rte against 4.1.22-ltsi-altera kernel. I have loaded aclsoc_drv.ko without problems but when I try to launch aocl this is what I have: ``` root@cyclone5:~# aocl version /home/root/aocl_rte/bin/aocl: line 110: /home/root/aocl_rte/host/arm32/bin/aocl: No such file or directory ``` Did you experiment something similar, some help would be appreciated. Thanks