Environment:
- Hardware: Xilinx Kria KV260 Starter Kit development board
- OS: Ubuntu 20.04.6 LTS
- SDK: SDKOpenGLES (based on the project path)
Steps to Reproduce:
- Run
source run_exports.sh to set up the environment.
export MALI_LIBS=/usr/lib
export MALI_INCLUDE=/usr/include
export ARM_CROSS_COMPILER_PATH=/usr/bin/aarch64-linux-gnu-g++
export ARM_CROSS_COMPILER_PATH_C=/usr/bin/aarch64-linux-gnu-gcc
#export CXXFLAGS=-DENABLE_FBDEV
- Run
make all to build the project.
- Change directory:
cd YUV2RGBSample/
- Execute the sample:
sudo ./YUV2RGBSample
- Show error message:
ubuntu@kria:~/SDKOpenGLES/YUV2RGBSample$ ./YUV2RGBSample
Segmentation fault (core dumped)
The YUV2RGB conversion sample should run successfully and display the output without crashing. Any guidance on debugging or fixes would be appreciated! Thanks in advance!
Environment:
Steps to Reproduce:
source run_exports.shto set up the environment.make allto build the project.cd YUV2RGBSample/sudo ./YUV2RGBSampleThe YUV2RGB conversion sample should run successfully and display the output without crashing. Any guidance on debugging or fixes would be appreciated! Thanks in advance!