ContributionsMost RecentMost LikesSolutionsRe: Do we need to buy Intel Quartrus prime software for just inferencing On intel Arria 10 Gx Hi Thanks for your reply. I have installed openvino but it seems its for CPU. If we want to install on specific devices there are other instructions as well. I have gone through the following link but it states that we need to install quartrus prime . https://docs.openvinotoolkit.org/2019_R1/_docs_install_guides_GX_Configure_2019R1.html. Can you please check once again from your side. Do we need to buy Intel Quartrus prime software for just inferencing On intel Arria 10 Gx Hi, I have Intel Arria 10 GX physcial card for AI models inference. do we need to buy Quartrus prime software either pro or standard to support as mention in the below link. https://www.intel.in/content/www/in/en/software/programmable/quartus-prime/download.html Re: make: Leaving directory '/usr/src/linux-headers-5.4.0-1031-azure' Cannot find JTAG cable. Hi, I am doing setup in Azure vm. so there is no scope to check "whether a jtag or usb-jtag cable has been properly to the board" or we should assume that was plugged properly. I have tried you link as well. but no use Cannot find JTAG cable. Aborting installation. Hi, I am trying to setup FPGA installation in azure VM. My azure VM comes with intel Arria 10 card. when i tried to run FPGA_install.sh I am getting the following error. root@azlwu2testvm01:/home/azureuser# source fpga_install.sh Found a compatible OS. Intel FPGA Download Cable Driver is installed. +--------------------------------------------------------+ | OpenVINO FPGA Environment Setup Script | +--------------------------------------------------------+ Using the QUARTUS_ROOTDIR value: /home/azureuser/intelFPGA/18.1/qprogrammer/bin/bin Using INTELFPGAOCLSDKROOT value: /opt/altera/aocl-pro-rte/aclrte-linux64 INTELFPGAOCLSDKROOT is set to /opt/altera/aocl-pro-rte/aclrte-linux64. Using that. aoc was not found, but aocl was found. Assuming only RTE is installed. AOCL_BOARD_PACKAGE_ROOT is set to /opt/altera/aocl-pro-rte/aclrte-linux64/board/a10_1150_sg1. Using that. Adding /opt/altera/aocl-pro-rte/aclrte-linux64/bin to PATH Adding /opt/altera/aocl-pro-rte/aclrte-linux64/linux64/lib to LD_LIBRARY_PATH Adding /opt/altera/aocl-pro-rte/aclrte-linux64/host/linux64/lib to LD_LIBRARY_PATH Adding /opt/altera/aocl-pro-rte/aclrte-linux64/board/a10_1150_sg1/linux64/lib to LD_LIBRARY_PATH [setupvars.sh] OpenVINO environment initialized Creating initialization script /home/azureuser/init_openvino.sh ... Installing the new OpenCL BSP for the 2020.1 BSP. Enter Y when prompted to install (Enter sudo credentials when prompted): Cannot find board_env.xml in /opt/altera/aocl-pro-rte/aclrte-linux64/board/a10_1150_sg1 Cannot find JTAG cable. Aborting installation. make: Leaving directory '/usr/src/linux-headers-5.4.0-1031-azure' Cannot find JTAG cable. Hi I am trying to setup FPGA , I am able to install quartus prime software with devices and in next step I am following the below link where we were asked to run fpga_install.sh but when I am running the same I am getting this error. make: Leaving directory '/usr/src/linux-headers-5.4.0-1031-azure' Cannot find JTAG cable. Aborting installation https://docs.openvinotoolkit.org/2020.3/_docs_install_guides_VisionAcceleratorFPGA_Configure.html Need exact link for FPGA installation in AZURE VM Hi , Currently, I Have Azure vm with PB6s family(documentation says Pb6s family contains Intel Arrai 10 FPGA). Is there any documentations for FPGA drivers installation or configurations to get use of FPGA ?. My primary Job is to inference models on FPGA Unable to access Intel FPGA. getting RuntimeError: Device with "FPGA" name is not registered in the Hi I am sending device argument as -d HETERO:FPGA,CPU to my python script from devcloud but i am getting Runtime error Device with "FPGA" name is not registered in the InferenceEngine. Did i miss any installation or configuration. Thanks, Re: RuntimeError: Device with "nodes=1:i5-6500te:hddl-f" name is not registered in the InferenceEngineCan someone please give reply to this questionRuntimeError: Device with "nodes=1:i5-6500te:hddl-f" name is not registered in the InferenceEngine Hi, I was trying to inference on FPGA. I see in one of the sample notebooks, to access FPGA we need to pass device = "nodes=1:i5-6500te:hddl-f". I am getting Runtime error. exec_net = ie.load_network(network=net, num_requests=2, device_name=device) # store name of input and output blobs input_blob = next(iter(net.input_info)) output_blob = next(iter(net.outputs)) # read the input's dimensions: n=batch size, c=number of channels, h=height, w=width n, c, h, w = net.input_info[input_blob].input_data.shape print("Loaded model into Inference Engine for device:", device, "\nModel input dimensions: n=",n,", c=",c,", h=",h,", w=",w)