Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- In the process of finding the data, I have some error about diagnostic. The FPGA test imege, i did, isn't for OpneCL imege. It means that it is just test imege to verify connecting FPGA with motherboard. So, I think, if I success to load the flash memorry, the "diagnostic command" doesn't working. That is my think. :) --- Quote End --- Really? :D Of course that wouldn't work. You MUST have an OpenCL image to load on the FPGA so that the PCI-E core is configured and enabled. Look into your BSP folder, there should be some test/top sof file in that or there should at least be pre-compiled images for Altera's test examples. If no such thing exists, you can compile one of Altera's OpenCL examples yourself and try to program the FPGA via JTAG using the top.sof file (and not the aocx file) you will get in the compilation folder. "failed clGetDeviceIDs" means the host cannot detect your board via PCI-E.