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:
- [Solved] C++ reason ncnn model error: Segmentation fault (core dumped)
- [Solved] jetson Compile pytorch Error: internal compiler error: Segmentation fault
- [Solved] net core HTTP Error 500.31 – Failed to load ASP.NET Core runtime HTTP Error 500.30 – ASP.NET Core
- [Solved] Asp.Net Core IIS Error: HTTP Error 500.30 – ASP.NET Core app failed to start
- [Solved] tasm Error: illegal memory reference
- [Solved] Vscode1.71.0 terminal error: `sed: illegal option — r`
- Error: (1, 1) java: Illegal character:’\ufeff’ [How to Solve]
- [Solved] Illegal access: this web application instance has been stopped already
- [Solved] std::max() error C2589: ‘(‘ : illegal token on right side of ‘::‘
- [Solved] error converting to execution character set illegal byte sequence
- Implement base64_decode in GO language to solve the problem of illegal characters
- How to Solve ES error: “illegal_argument_exception”
- [Solved] Springboot WARNING: All illegal access operations will be denied in a future release
- .sh error: ***.sh: 2: set: Illegal option – Solution
- [Solved] Hive tez due to: ROOT_INPUT_INIT_FAILURE java.lang.IllegalArgumentException: Illegal Capacity: -38297
- FTP 500 Illegal PORT command. ftp: bind: Address already in use [How to Solve]
- [Solved] Console error: syntax error: illegal return statement
- TensorRT model quantization error: Error Code 1: Cuda Runtime (an illegal memory access was encountered)
- [How to Solve] Tesorflow: module ‘pandas.core.computation’ has no attribute ‘expressions’
- [Solved] error C2041: illegal digit ‘9‘ for base ‘8‘ | error C2059: syntax error: ‘bad suffix on number‘