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 agoUpdate,
I used the `opencl.rbf` file from the prebuilt sd_card image, but what I missed in my first attempts was renaming that file. My linux console was looking for `soc_system.rbf` so I renamed the `opencl.rbf` to match and then managed to successfully install aclsoc_drv.ko. Of course I've hit my next wall now, I can't actually run any OpenCL programs on the FPGA:root@cyclone5:~# ./host
ERROR: Unable to find Altera OpenCL platform. Any ideas on this one?