[Solved] jetson nano Error: Illegal instruction(core dumped)

Jetson nano reported an error: legal instruction (core dumped)


Problem Description: it is not easy to replace the image source and configure the remote xrdp desktop for the Jetson nano development board (refer to my previous blog posts). When the project is deployed and running, the following errors do occur:

Illegal instruction(cpre dumped)

There is no way but to continue to check the data. The solution is as follows:

1. Terminal operation

sudo gedit ~/.bashrc

2. Add environment variables at the end, save and close the file

export OPENBLAS_CORETYPE=ARMV8

3. The terminal runs source ~/bashrc

run in the terminal: source ~/.bashrc

I restart it and then I can. Some blogs say that it is related to dependent packages in the environment

Read More: