intel / FPGA-Devcloud

Get started using Intel® FPGA tools on the Devcloud with tutorials, workshops, advanced courses, and sample projects built specifically for students, researchers, and developers. Visit our official Intel® FPGA Devcloud website:
https://intel.ly/2NiBqcb
117 stars 62 forks source link

sign_aocx.sh is failing for Arria10 OpenCL nodes in devcloud. #36

Open Prithvi-Velicheti opened 3 years ago

Prithvi-Velicheti commented 3 years ago

Previously the script used to work.But now it is not working and returning the following error by exitting the node. u93923@s005-n007:~/prithvi/stream_yolo/stream_yolo/bin$ source $AOCL_BOARD_PACKAGE_ROOT/linux64/libexec/sign_aocx.sh -H openssl_manager -i stream_yolo_signed.aocx -r NULL -k NULL-o stream_yolo.aocx The script assumes the PACsign and Intel Acceleration Stack environment is setup. If not run the command : /init_env.sh hsm_manager=openssl_manager aocx filename/path=stream_yolo_signed.aocx root_public_key=NULL csk_public_key=NULL-o

**USAGE**: 1) For creating signed aocx run command : ./sign_aocx.sh [[[-H hsm_manager] [-i input_file ] [-r rootpublickey][-k cskkey] [-o output_file]]]| [-h]] 2) For creating unsigned images run command : ./sign_aocx.sh [[[-H hsm_manager] [-i file ] [-r NULL] [-k NULL] [-o output_file]


qsub: job 25884.v-qsvr-fpga.aidevcloud completed u93923@login-2:~$

llandis commented 3 years ago

have you tried a different node besides s005-n007? I'm curious if its unique to the node or the overall installation. Thanks Larry

Prithvi-Velicheti commented 3 years ago

Hello ! I have tried with different nodes , s005-n004, n003 aswell. It is showing the same behaviour. Thanks in advance. regards, Prithvi.

Prithvi-Velicheti commented 3 years ago

I have checked all nodes @llandis. I am getting the same error. Kindly do the needful.Also there is another problem, the profile.json ( for Vtune Profiler) is not getting generated.Only profile.mon is getting generated.Kindly look into that issue as well.Thanks in advance,you are doing great job by providing the resources.

Thanks Prithvi