Altera_Forum
Honored Contributor
8 years agoa10gx board installation on Linux system - errors
An a10gx board previously used on a Windows machine with a 16.1_pro package w/o any problems (installed, initialized (flash was programmed with 'acl0 boardtest.aocx', loaded and ran 'hello-world' and 'vector_addition') is now intended for use on a Linux machine with the 17.0 package, The variables on this Linux system are pretty standard:
QUARTUS_BASEDIR=/local/home/evgeniy/intelFPGA_pro/17.0/ QUARTUS_ROOTDIR=/local/home/evgeniy/intelFPGA_pro/17.0/quartus QSYS_ROOTDIR=/local/home/evgeniy/intelFPGA_pro/17.0/qsys/bin ALTERAOCLSDKROOT=/local/home/evgeniy/intelFPGA_pro/17.0/hld AOCL_BOARD_PACKAGE_ROOT=/local/home/evgeniy/intelFPGA_pro/17.0/hld/board/a10_ref PATH=$PATH:$QUARTUS_ROOTDIR:$QUARTUS_ROOTDIR/bin:$QSYS_ROOTDIR:$ALTERAOCLSDKROOT/bin:$AOCL_BOARD_PACKAGE_ROOT/linux64/lib LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ALTERAOCLSDKROOT/host/linux64/lib:$AOCL_BOARD_PACKAGE_ROOT/linux64/lib The system is able to see the board with the 'aoc --list-boards' command. However, the installation with 'aocl install' fails. Please, see attached screenshot. 'aocl-diagnose' also fails. Any suggestions? Thank you!