You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The kernel gets crashed while compiling the model. So I ran it as script .py file with some logging and interpreter throws the mesage as - Illegal instruction (core dumped)
Steps to reproduce
Create a python virtual environment of version 3.7 and activate it.
@mahimairaja I am not quite sure the Debian archive you are using is compatible with the L4T - Ubuntu 18.04 OS you are running. You may have to build from source to get it working, see instructions here.
For me the 001-hello-world notebook seems to be running fine at model compilation stage with the l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64 archive. My RPI4 board is running Debian 11 (bullseye), and model compilation executes normally without errors on ARM64 ($ uname -m returns aarch64).
Closing this, I hope previous responses were sufficient to help you proceed. Feel free to reopen and provide additional information or ask any questions related to this topic.
System information (version)
Detailed description
The
kernel gets crashed
while compiling the model. So I ran it as script .py file with some logging and interpreter throws the mesage as -Illegal instruction (core dumped)
Steps to reproduce
sudo tar -xf l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64.tgz cd l_openvino_toolkit_debian9_2023.0.0.10926.b4452d56304_arm64
source setupvars.sh
You will be promted with
[setupvars.sh] OpenVINO™ environment initialized
.Related images :
Figure 1 - Kernel getting crash
Figure 2 - Error thrown on model compiling time
Issue submission checklist
I report the issue, it's not a question
I checked the problem with documentation, FAQ, open issues, Stack Overflow, etc and have not found solution
There is reproducer code and related data files: images, videos, models, etc.
The text was updated successfully, but these errors were encountered: