I download the source of the kernel from Jetson Linux R32.7.3 | NVIDIA Developer
I build it with the command
make ARCH=arm64 tegra_defconfig
make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- LOCALVERSION=-tegra
When I run my run my app, it shows that
nvbuf_utils: Could not get EGL display connection
nvbuf_utils: ERROR getting proc addr of eglCreateImageKHR
nvbuf_utils: ERROR getting proc addr of eglDestroyImageKHR
EGL_EXT_device_base missing
Aborted
But when I use the kernel that you has built, it works well.
What’s the matter? I need to modify the kernel.