Altera_Forum
Honored Contributor
7 years agoVarious Issues getting started
We're trying some FPGA experiments, and are having issues getting through the Getting Started documentation for the Arria 10 GX here:
https://www.altera.com/documentation/tgy1490191698959.html We are at step 6:- Program the flash memory on the board as follows:
- Set the AOCL_BOARD_PACKAGE_ROOT environment variable to point the folder that contains your Intel
- Run the following command to program the flash memory. This command does not use PCIe. It requires only JTAG. aocl flash acl0 boardtest.aocx
$ source /home/drd/intelFPGA_pro/18.0/hld/init_opencl.sh
INTELFPGAOCLSDKROOT is set to /home/drd/intelFPGA_pro/18.0/hld. Using that.
Will use $QUARTUS_ROOTDIR_OVERRIDE= /home/drd/intelFPGA_pro/18.0/quartus to find Quartus
AOCL_BOARD_PACKAGE_ROOT is set to /home/drd/intelFPGA_pro/18.0/hld/board/a10_ref. Using that.
Adding /home/drd/intelFPGA_pro/18.0/hld/bin to PATH
Adding /home/drd/intelFPGA_pro/18.0/hld/host/linux64/lib to LD_LIBRARY_PATH
Adding /home/drd/intelFPGA_pro/18.0/hld/board/a10_ref/linux64/lib to LD_LIBRARY_PATH
$ aocl flash acl0 boardtest.aocx
Cannot find board_env.xml in /home/drd/intelFPGA_pro/18.0/hld/board/s10_ref
Almost any other command I try fails with the error of finding board_env.xml for s10_ref, even though when installing Quartus Pro, I skipped installing the Stratix 10 device. Trying to install the Stratix 10 device and running as root are giving the same error. Any help is appreciated.