Jetson orin (devkit 64GB) cannot run the cross compiled program of ue5.1.1

As per my post, I am unable to get those samples running on a fresh install of Jetpack 5.1.2. I haven’t found anyone who has on the 64GB Orin AGX.

I ran the following commands on my AGX 64GB Orin and received this response:

nvidia@ubuntu:~$ head -n 1 /etc/nv_tegra_release
# R35 (release), REVISION: 4.1, GCID: 33958178, BOARD: t186ref, EABI: aarch64, DATE: Tue Aug  1 19:57:35 UTC 2023

nvidia@ubuntu:~$ glxinfo | egrep -i '(version|nvidia)'
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4
client glx vendor string: NVIDIA Corporation
client glx version string: 1.4
GLX version: 1.4
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA Tegra Orin (nvgpu)/integrated
OpenGL core profile version string: 4.6.0 NVIDIA 35.4.1
OpenGL core profile shading language version string: 4.60 NVIDIA
OpenGL version string: 4.6.0 NVIDIA 35.4.1
OpenGL shading language version string: 4.60 NVIDIA
OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 35.4.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
    GL_EXT_shader_group_vote, GL_EXT_shader_implicit_conversions, 

nvidia@ubuntu:~$ dpkg -l | egrep -i 'vulkan'
ii  libvulkan-dev:arm64                          1.2.131.2-1                          arm64        Vulkan loader library -- development files
ii  libvulkan1:arm64                             1.2.131.2-1                          arm64        Vulkan loader library
ii  nvidia-l4t-libvulkan                         35.4.1-20230801124926                arm64        NVIDIA Vulkan Loader Package
ii  nvidia-l4t-vulkan-sc                         35.4.1-20230801124926                arm64        NVIDIA Vulkan SC run-time package
ii  nvidia-l4t-vulkan-sc-dev                     35.4.1-20230801124926                arm64        NVIDIA Vulkan SC Dev package
ii  nvidia-l4t-vulkan-sc-samples                 35.4.1-20230801124926                arm64        NVIDIA Vulkan SC samples package
ii  nvidia-l4t-vulkan-sc-sdk                     35.4.1-20230801124926                arm64        NVIDIA Vulkan SC SDK package
ii  vulkan-tools                                 1.2.131.1+dfsg1-1                    arm64        Miscellaneous Vulkan utilities
ii  vulkan-utils                                 1.2.131.1+dfsg1-1                    all          transitional package

Here is how to replicate the errors I ran into here on another ticket and this one:

cd LinuxArm64
chmod +x TestProject2-Arm64.sh
./TestProject2-Arm64.sh