Altera_Forum
Honored Contributor
11 years agoaocl diagnostic not working
Hi all,
I'm trying to run the hello_world OpenCL program in FPGA Bittware s5phq under Centos 6.6. I have tried to follow the steps of Altera manual (Getting Started Guide), but diagnostic is not working: >> aocl diagnostic it seems to be something wrong: aocl diagnose: Running diagnostic from /opt/altera/apbpp_v14.0/linux64/libexec Verified that the kernel mode driver is installed on the host machine. Using board package from vendor: BittWare Inc Querying information for all supported devices that are installed on the host machine ... Found no active device installed on the host machine. Please make sure to: 1. Set the environment variable AOCL_BOARD_PACKAGE_ROOT to the correct board package. 2. Install the driver from the selected board package. 3. Properly install the device in the host machine. 4. Configure the device with a supported OpenCL design. 5. Reboot the machine if the PCI Express link failed. DIAGNOSTIC_FAILED Altera OpenCL PCIE Express Driver is successfully installed, because that appears loaded but not used: >> lsmod | grep aclpci aclpci_drv 29316 0 In fact, it is detected using lspci: >> lspci | grep Altera 83:00.0 Unassigned class [ff00]: Altera Corporation Device ab00 (rev 01) I've managed to compile the hello_world kernel from Altera, reaching the .aocx file but I cannot obviously flash on the fpga. Any ideas?