Forum Discussion
Hi,
Question No:1:
- https://docs.openvinotoolkit.org/latest/_docs_install_guides_VisionAcceleratorFPGA_Configure_2019R1.html , following this guide, so after step 10 , I get the following errors:
./install_openvino_fpga_dependencies.sh
Getting OpenVINO Information
Would you like to setup an FPGA? Select an option below.
Select (1) for None, (2) Intel® Arria® 10 GX FPGA Development Kit, (3) for Intel® Vision Accelerator Design with Intel® Arria® 10 FPGA (IEI Mustang-F100-A10):
1) none
2) Intel® Arria® 10 GX FPGA Development Kit
3) Intel® Vision Accelerator Design with Intel® Arria® 10 FPGA (IEI Mustang-F100-A10)
#? 3
Selected:
The NEO OpenCL GPU driver is required for using the GPU with OpenVINO. Would you like to install it?
Please select (y/n)
y
Do you want to setup a Movidius Neural Compute Stick?
Please select (y/n)
y
Do you want to setup an Intel® Vision Accelerator Design with Intel® Movidius™ VPUs card?
Please select (y/n)
y
Install NEO OCL
Intel OpenCL graphics driver installer
Looking for previously installed user-mode driver...
Found intel-opencl installed, uninstalling...
(Reading database ... 284686 files and directories currently installed.)
Removing intel-opencl (19.32.13826) ...
Purging configuration files for intel-opencl (19.32.13826) ...
dpkg: warning: while removing intel-opencl, directory '/etc/OpenCL/vendors' not empty so not removed
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Found intel-ocloc installed, uninstalling...
(Reading database ... 284681 files and directories currently installed.)
Removing intel-ocloc (19.32.13826) ...
Purging configuration files for intel-ocloc (19.32.13826) ...
dpkg: warning: while removing intel-ocloc, directory '/usr/local/bin' not empty so not removed
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Found intel-gmmlib installed, uninstalling...
(Reading database ... 284679 files and directories currently installed.)
Removing intel-gmmlib (19.2.3) ...
Purging configuration files for intel-gmmlib (19.2.3) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Found intel-igc-core installed, uninstalling...
dpkg: dependency problems prevent removal of intel-igc-core:
intel-igc-opencl depends on intel-igc-core (= 1.0.10-2407).
dpkg: error processing package intel-igc-core (--purge):
dependency problems - not removing
Errors were encountered while processing:
intel-igc-core
ERROR: unable to remove intel-igc-core
please resolve it manually and try to launch the script again.
usermod: user '' does not exist
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost-program-options1.58.0
E: Couldn't find any package by glob 'libboost-program-options1.58.0'
E: Couldn't find any package by regex 'libboost-program-options1.58.0'
E: Unable to locate package libboost-thread1.58.0
E: Couldn't find any package by glob 'libboost-thread1.58.0'
E: Couldn't find any package by regex 'libboost-thread1.58.0'
E: Unable to locate package libboost-filesystem1.58.0
E: Couldn't find any package by glob 'libboost-filesystem1.58.0'
E: Couldn't find any package by regex 'libboost-filesystem1.58.0'
E: Unable to locate package libjson-c2
./install_openvino_fpga_dependencies.sh: line 371: /deployment_tools/inference_engine/external/hddl/generate_udev_rules.sh: No such file or directory
sed: can't read /etc/udev/rules.d/98-hddlbsl.rules: No such file or directory
[Error] Can't find path to HDDL-R drivers. Skipping HDDL-R setup. (===========ERROR================= )
Reading package lists... Done
Building dependency tree
Reading state information... Done
libelf-dev is already the newest version (0.170-0.4ubuntu0.1).
The following packages were automatically installed and are no longer required:
libavdevice57 libavfilter6 libavresample3 libc6-dev:i386 linux-libc-dev:i386 x11proto-dri2-dev x11proto-gl-dev
Use 'apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded.
Installed HDDL-F BSP Files: (hddlf/2019.r1/a10_1150_sg1/ to /opt/altera/aocl-pro-rte/aclrte-linux64/board)
[Error] You have multiple versions of Quartus installed! Please choose one to fix.
Which version of Quartus do you want to fix?
Please select (y/n)
y
[Info] Warning: multipe multiple Quartus instances found!
Size of array: 2
/home/tata/intelFPGA/18.1/qprogrammer /root/intelFPGA/18.1/qprogrammer
1) /home/tata/intelFPGA/18.1/qprogrammer
2) /root/intelFPGA/18.1/qprogrammer
#? 2
You selected: /root/intelFPGA/18.1/qprogrammer
Installing aocl flash fix to: /root/intelFPGA/18.1/qprogrammer/linux64
[Info] Success! OpenVINO FPGA dependencies installed.
Question No 2:
The next step involves flashing with the USB flasher ,
1.Cant we achieve this without the USB flashing ?
2.What about Opencl methodology of sending .aocx files to fpga, or any other methodologies.
Thank You