Forum Discussion
@HRZ Yes, I have tried "aocl install" and it is not running successfully hence I have ran the "aocl diagnose" command and pasted its result here. It does say, no device connected but I do have board connected and bsp files under hld/board/a10soc.
Error message is as follows:
aocl install: Setting up the FPGA Client Driver (FCD) to the system.
Install the FCD file to /opt/Intel/OpenCL/Boards
Installing the board package driver to the system.
--------------------------------------------------------------------
Warning: No board installation routine supplied.
Please consult your board manufacturer's documentation or support
team for information on how to properly install your board.
--------------------------------------------------------------------
Could you just give me brief idea if there is something which is missing in documents or I am not doing correctly?
Thank you
I just realized you are using an SoC board and the a10soc BSP does not provide an install routine (which makes perfect sense since it is not supposed to be installed on an x86 machine). I have never used this board but the Cyclone V SoC board I used a long time ago came with a custom Linux that you wrote onto an SD Card and when you loaded from that OS, there was some OpenCL initialization script that set up the OpenCL environment. I am not sure how/why the diagnose script is seeing NVIDIA and Intel platforms in your case; are you running these commands on an x86 host?
- SDabh7 years ago
New Contributor
Hello HRZ, thank you for reply. So the first thing first, I have the arria 10 soc board for which the image which I got with the board is broken. So what I am trying here is, considering version 17. has a enough stablility and trying to use 17 image. But for this image I don't see any init_opencl file. So, workaround I downloaded RTE 17.0 version from intel which has init_opencl script but this only has support for a10_ref(GX ) board. So next thing I did is just copied the hld/board/a10soc folder to sd card and then I tried to do aocl diagnose and I am still getting the same result.