Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6555 Discussions

Error:COREDLA_ROOT environment variable not set.Run inti_env.sh script first.

STATEABC
Novice
1,043 Views

Hi,

I am conducting an experiment according to 6.6. Programming the FPGA Device 

I have run init_env.sh and setupvars.sh and other environment settings, and I can see the COREDLA_ROOT environment variable by typing env in the terminal

But when I execute the command ./build_runtime -de10_agilex in /opt/intel/fpga_ai_suite_2024.1/dla/runtime, an error still occurs:

Error:COREDLA_ROOT environment variable not set.Run inti_env.sh script first.

 

Any help would be greatly appreciated, thank you!

0 Kudos
1 Solution
Wan_Intel
Moderator
966 Views

Hi STATEABC,

Thanks for reaching out to us.

 

Referring to Setting Required Environment Variables, could you please run the following command and see if the issue can be resolved?

unalias ls 2> /dev/null

source /opt/intel/openvino_2022/setupvars.sh

source /opt/intel/fpga_ai_suite_2024.1/dla/bin/init_env.sh

 

For more information, please refer to FPGA AI Suite Quick Start Tutorial

 

 

Regards,

Wan

 

View solution in original post

0 Kudos
2 Replies
Wan_Intel
Moderator
967 Views

Hi STATEABC,

Thanks for reaching out to us.

 

Referring to Setting Required Environment Variables, could you please run the following command and see if the issue can be resolved?

unalias ls 2> /dev/null

source /opt/intel/openvino_2022/setupvars.sh

source /opt/intel/fpga_ai_suite_2024.1/dla/bin/init_env.sh

 

For more information, please refer to FPGA AI Suite Quick Start Tutorial

 

 

Regards,

Wan

 

0 Kudos
Wan_Intel
Moderator
824 Views

Hi STATEABC,

Thanks for your question.

 

This case will no longer be monitored since the issue has been resolved. If you need additional information from Intel, please submit a new question.

 

 

Regards,

Wan

 

0 Kudos
Reply