Forum Discussion

JKwan's avatar
JKwan
Icon for New Contributor rankNew Contributor
7 years ago

Which development suite should be used for Skylake-P Blue Mountain Pass?

My customer is trying to compile and run hello world from the link below on Skylake-P Blue Mountain Pass.

https://www.intel.com/content/www/us/en/programmable/products/design-software/embedded-software-developers/opencl/developer-zone.html#design-examples

He is using the following FPGA development suite.

https://fpgasoftware.intel.com/?edition=pro

He was able to compile but ran into the following issue:

"If I run aocl flash a10gx bin/hello_world.aocx it starts to run the program and then says the cable is not connected. Error: (213013) Programming hardware cable not detected. … flash program failed."

I felt that he may be running a wrong combination of the platform/example/development suite.

Thank you,

Jackson

5 Replies

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    It has nothing to do with the development suite. The error indicates that either there's problem accessing the card over PCIe (driver issue perhaps?) or the USB Blaster (JTAG) cable is not connected.

  • JKwan's avatar
    JKwan
    Icon for New Contributor rankNew Contributor

    Thank you. But the FPGA component is not a PCIE AIC card. It is the Skylake-P (FPGA is embedded).

  • sstrell's avatar
    sstrell
    Icon for Super Contributor rankSuper Contributor

    So how is it connected to the computer you are using to download programming data to the flash memory? If it's not PCIe, then it's got to be JTAG.

  • JKwan's avatar
    JKwan
    Icon for New Contributor rankNew Contributor

    The customer was just compiling on the SKX-P system directly. Is it not supposed to do that?

  • Abe's avatar
    Abe
    Icon for Frequent Contributor rankFrequent Contributor

    Make sure the board with FPGA is connected to the system via the USB Blaster cable or other other JTAG cable. As mentioned earlier, if you're compiling OpenCL on a separate dev system using the Quartus software tools, the board needs to be connected to this system for the tool to be able to download the hardware and software files onto the board. Make sure that this connection between the FPGA-CPU board and the system is there before compiling and downloading the code.