Article ID: 000086462 Content Type: Install & Setup Last Reviewed: 01/31/2018

Unable to unlock /intelFPGA_pro/17.1.1/hld/installed_packages

Environment

    Intel® Quartus® Prime Pro Edition
    Intel® FPGA SDK for OpenCL™ Pro Edition
BUILT IN - ARTICLE INTRO SECOND COMPONENT
Description

In version 17.1, installing the drivers for an OpenCL™ BSP can fail if the user does not have permisstion to write to the installation directory.  (Due to a shared drive for example).  The issue is that version 17.1 of the SDK for OpenCL now tries to write some files to the SDK installation directory during aocl install. 

Errors reported:

touch: cannot touch '/intelFPGA_pro/17.1.1/hld/.inst_pkg_busy.marker': Permission denied

Unable to unlock /intelFPGA_pro/17.1.1/hld/installed_packages

 

Resolution

In update 1, (version 17.1.1) the user can now set an environment variable to direct the installation script to save the files in a directory that the user has write permissions.

>export AOCL_INSTALLED_PACKAGES_ROOT="/my_path/writeable_path/"

>sudo aocl install

       or if the above commands do not work

>sudo env AOCL_INSTALLED_PACKAGES_ROOT=/my_path/writeable_path/ aocl install

Scheduled to be fixed in a future version of the SDK for OpenCL.

Related Products

This article applies to 8 products

Intel® Arria® 10 FPGAs and SoC FPGAs
Intel® Arria® 10 GX FPGA
Intel® Stratix® 10 FPGAs and SoC FPGAs
Intel® Arria® 10 SX SoC FPGA
Intel® Cyclone® 10 GX FPGA
Intel® Cyclone® 10 LP FPGA
Cyclone® V SX SoC FPGA
Cyclone® V GT FPGA

1