raulhs
New Contributor
3 years agoUninitialized stratix10 devcloud nodes
Hi,
I've been working with stratix10 nodes on devcloud, but out of the 3 online nodes (s001-n142, s001-n143, s001-n144) only 1 (s001-n142) has the FPGA initialized, which makes working hard when t...
- 3 years ago
Hello,
You need an aocx file to program the FPGA board. If you don't have one, you can find an aocx image in the bringup folder within the BSP installation folder that you're using. In the Stratix 10 case, you have an image here:
/opt/intel/inteloneapi/intelfpgadpcpp/latest/board/intel_s10sx_pac/bringup/aocxs
And you need
aocl program acl0 pac_s10.aocx
to initialize the FPGA.
BTW: I have initialized the FPGA on node s001-n143.
Regards,
Daouda