FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5892 Discussions

OneAPI installation with FPGA Add-on for A10gx board

vinutha
Beginner
759 Views
We are trying to install oneAPI for FPGA Add-on for custom platform using a10gx board.
To achieve this we downloaded and installed the FPGA add-on using Intel Quartus Pro Software package from the Toolkit Download page.
Also the package related to A10gx board was downloaded and installed in /opt/intel/oneapi/intelfpgadpcpp/2021.3.0/board
 
After installing OneAPI 2021.3 I could setup the environment
$ source setvars.sh
 
:: initializing oneAPI environment ...
   -bash: BASH_VERSION = 4.4.20(1)-release3
:: advisor -- latest
:: ccl -- latest
:: compiler -- latest
:: dal -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dnnl -- latest
:: dpcpp-ct -- latest
:: dpl -- latest
:: intelpython -- latest
:: ipp -- latest
:: ippcp -- latest
:: ipp -- latest
:: mkl -- latest
:: mpi -- latest
:: tbb -- latest
:: vpl -- latest
:: vtune -- latest
:: oneAPI environment initialized ::
 
To diagnose the oneAPI and FPGA installation the sys_check.sh script is executed with errors
 
$ ./sys_check.sh
:: compiler -- latest
Warning: INTEL_FPGA_ROOT is not set.
         Please ensure Intel(R) FPGA Add-on for oneAPI Base Toolkit is installed
         if you want to perform FPGA bitstream generation.
Warning: Open Programmable Acceleration Engine (OPAE) driver was not found.
         If Intel(R) Programmable Acceleration Card with Intel(R) Arria(R) 10 GX
         or Intel(R) Stratix(R) 10 SX FPGA is installed in the system, please
         install OPAE driver by running
             aocl install <board package name or path>
:: debugger -- latest
:: vtune -- latest
:: dpcpp-ct -- latest
:: tbb -- latest
:: intelpython -- latest
..None

======================================================================
ERROR: test_smoke (__main__.TestIntelDistribution) (package='cython')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 72, in test_smoke
    raise err
  File "/opt/intel/oneapi/intelpython/latest/sys_check/sys_check.py", line 69, in test_smoke
    stderr=subprocess.DEVNULL)
  File "/opt/intel/oneapi/intelpython/latest/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command 'python "/opt/intel/oneapi/intelpython/python3.7/pkgs/cython-0.29.23-py37hb3b8d61_0/info/test/run_test.py"' returned non-zero exit status 1.

----------------------------------------------------------------------
Ran 3 tests in 6.836s

FAILED (errors=1)

Failed
:: advisor -- latest
No Issues Encountered.

 
Can you please help us to solve this issue and proceed further.
 
Regards,
Vinutha
0 Kudos
5 Replies
BoonBengT_Intel
Moderator
722 Views

Hi @vinutha,

 

Thank you for posting in Intel community forum, hope all is well and apologies for the delayed in response.
A few clarification, may I know are you installing on your local machine yes? What would be the OS which you are working on? Any guide that you are following and stuck on?

 

We do have a details steps here which can walk you through on the installation.
Hope to hear from you soon.

 

Best Wishes
BB

0 Kudos
vinutha
Beginner
716 Views
Hi,

Thanks for the help and to clarify details:
 
Yes, we are trying to install in our local machine with ubuntu OS 18.04.5 LTS (GNU/Linux 5.4.0-42-generic x86_64).
We have Arria-10 gx board and would like to demonstrate  oneAPI installation using this. 
 
While following the guide mentioned below for
Install the Intel® FPGA Add-on for Intel® Custom Platform

 

Steps 1 to 8 were successfully executed.
Step 9  $ ./sys_check.sh executed with error. File attached.
 
Can you please help us to solve this issue and proceed further 
 
Regards,
Vinutha
 
 
 
 
0 Kudos
BoonBengT_Intel
Moderator
636 Views

Hi @vinutha,

 

Apologies for the delayed in response, currently we are trying the same in container ubuntu to see if that works.
For the time being, would recommend a workaround to use the Intel DevCloud platform that are readily setup.


You would just need to request an access and will be able to compile oneApi example designs, more details on the access can be found here.
Hope that clarify for the time being.

 

Best Wishes
BB

0 Kudos
BoonBengT_Intel
Moderator
513 Views

Hi @vinutha,

 

Good day, just following up on the previous mention workaround.
By any chances did you managed to look into the it?

Best Wishes
BB

0 Kudos
BoonBengT_Intel
Moderator
466 Views

Hi @vinutha,

 

Greetings, as we do not receive any further clarification on what is provided, we would assume challenge are resolved. Hence thread will no longer be monitored. For new queries, please feel free to open a new thread and we will be right with you. Pleasure having you here.

Best Wishes
BB

0 Kudos
Reply