Forum Discussion
Lawrence_L_Intel
Occasional Contributor
6 years agoDid you get this resolved? Note that the error:
Error (213009): File name "output_files/afu_import.green_region.pmsf" does not exist or can't be read
is a cryptic message that has been fixed with a patch. Refer to the github site:
https://github.com/intel/FPGA-Devcloud and navigate to the section on login script
Basically add this to your .bashrc
if [ -f /data/intel_fpga/devcloudLoginToolSetup.sh ]; then
source /data/intel_fpga/devcloudLoginToolSetup.sh
fi
see the two functions in the script and try them out
Thanks