I tried to install CUDA and all its belongings on my Jetson Xaver NX, after some failed attempts with the Jetson Nano a couple of months ago I had to give it another try.
The SDK-Manager Version is 1.3.1.7110, as the previous one did not let me log into it.
After all the installations have finished it says “Installation failed!” and the error tab has the following lines in it:
11:54:30 ERROR: command terminated with error
11:54:32 ERROR: command terminated with error
11:54:33 ERROR: command terminated with error
11:59:05 ERROR: VisionWorks on Target: [error]: : [exec_command]: /bin/bash -c scp -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tmp/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh xavier@192.168.55.1:~; ssh -t -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no xavier@192.168.55.1 "~/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh && rm -f ~/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh"; [error]: Warning: Permanently added '192.168.55.1' (ECDSA) to the list of known hosts.
11:59:05 ERROR: VisionWorks on Target: command terminated with error
11:59:10 ERROR: Multimedia API: [error]: dpkg install on target failed; [exec_command]: safe_apt_install "sudo dpkg -i /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb" 5; sleep 5; ; [deb_path]: /home/thinker/jetpack/jetdownload/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
11:59:10 ERROR: Multimedia API: command terminated with error
More detailed log from the Multimedia API: (Install ERROR)
11:59:07 : Multimedia API: Warning: Permanently added '192.168.55.1' (ECDSA) to the list of known hosts.
11:59:07 INFO: Multimedia API: [target] xavier@192.168.55.1's password:
11:59:09 INFO: Multimedia API: nvidia-l4t-jetson-multimedia-api_32.4.4-20201 0% 0 0.0KB/s --:-- ETA nvidia-l4t-jetson-multimedia-api_32.4.4-20201 58% 39MB 38.9MB/s 00:00 ETA nvidia-l4t-jetson-multimedia-api_32.4.4-20201 100% 67MB 37.2MB/s 00:01
11:59:09 INFO: Multimedia API: exec_command [target]:
11:59:09 INFO: Multimedia API: **********************
11:59:09 INFO: Multimedia API: #!/bin/bash
11:59:09 INFO: Multimedia API: set -e
11:59:09 INFO: Multimedia API: export LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8
11:59:09 INFO: Multimedia API: function safe_apt_install {
11:59:09 INFO: Multimedia API: echo "*begin $1, $2"
11:59:09 INFO: Multimedia API: tmp_log=/tmp/jetpack_dpkg_log.txt
11:59:09 INFO: Multimedia API: sudo rm -f $tmp_log
11:59:09 INFO: Multimedia API: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
11:59:09 INFO: Multimedia API: while [ ${CMD_STATUS} -ne 0 ]; do
11:59:09 INFO: Multimedia API: if grep -q -e "is locked by another process" -e "E: Could not get lock /var/" $tmp_log; then
11:59:09 INFO: Multimedia API: sudo rm -f $tmp_log
11:59:09 INFO: Multimedia API: set +e; $1 2>&1 | tee $tmp_log; CMD_STATUS=${PIPESTATUS[0]}; set -e
11:59:09 INFO: Multimedia API: echo "Waiting $2 seconds for apt to be available"; sleep ${2}
11:59:09 INFO: Multimedia API: else
11:59:09 INFO: Multimedia API: echo "Unhandled error when running $1"; exit 1
11:59:09 INFO: Multimedia API: fi
11:59:09 INFO: Multimedia API: done
11:59:09 INFO: Multimedia API: }
11:59:09 INFO: Multimedia API: safe_apt_install "sudo dpkg -i /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb" 5
11:59:09 INFO: Multimedia API: sleep 5
11:59:09 INFO: Multimedia API: sudo rm -f /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
11:59:09 INFO: Multimedia API: **********************
11:59:09 INFO: Multimedia API: [target] xavier@192.168.55.1's password:
11:59:10 INFO: Multimedia API: [target] xavier@192.168.55.1's password:
11:59:10 INFO: Multimedia API: *begin sudo dpkg -i /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb, 5
11:59:10 INFO: Multimedia API: [target] [sudo] password for xavier:
11:59:10 INFO: Multimedia API: dpkg: regarding .../nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb containing nvidia-l4t-jetson-multimedia-api, pre-dependency problem:
11:59:10 INFO: Multimedia API: nvidia-l4t-jetson-multimedia-api pre-depends on nvidia-l4t-core (>> 32.4-0)
11:59:10 INFO: Multimedia API: nvidia-l4t-core is not installed.
11:59:10 INFO: Multimedia API: dpkg: error processing archive /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb (--install):
11:59:10 INFO: Multimedia API: pre-dependency problem - not installing nvidia-l4t-jetson-multimedia-api
11:59:10 INFO: Multimedia API: Errors were encountered while processing:
11:59:10 INFO: Multimedia API: /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
11:59:10 INFO: Multimedia API: Unhandled error when running sudo dpkg -i /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
11:59:10 INFO: Multimedia API: [ Package Install Finished with Error ]
11:59:10 INFO: Multimedia API: [ NV_L4T_MULTIMEDIA_API_TARGET_POST_INSTALL_T194_COMP Install took 5s ]
11:59:10 ERROR: Multimedia API: [error]: dpkg install on target failed; [exec_command]: safe_apt_install "sudo dpkg -i /opt/nvidia/deb_repos/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb" 5; sleep 5; ; [deb_path]: /home/thinker/jetpack/jetdownload/nvidia-l4t-jetson-multimedia-api_32.4.4-20201016123640_arm64.deb
11:59:10 ERROR: Multimedia API: command terminated with error
11:59:10 SUMMARY: Multimedia API: Failed to install debian package [target]
INSTALLATION FAILED
Please review the terminal tab for details. Resolve and RETRY.
EXPORT LOGS
RETRY
FAILED ITEMS

STOP TRYING

Copyright © 2020, [NVIDIA CORPORATION](http://www.nvidia.com/page/home.html). All rights reserved. | [NVIDIA Developer](https://developer.nvidia.com/)
More detailed log from the Container Runtime is not available, but it has some sort of DEPENDENCY ERROR.
The Vision log is very much, so it wont let me copy it all, it is also an INSTALL ERROR.
11:57:00 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerOpenMAXFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerOpenMAXFrameSourceImpl.cpp
11:57:02 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerEGLStreamSinkFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerEGLStreamSinkFrameSourceImpl.cpp
11:57:05 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerVideoFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerVideoFrameSourceImpl.cpp
11:57:07 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerCommon.o -c src/NVX/FrameSource/GStreamer/GStreamerCommon.cpp
11:57:09 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerImagesFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerImagesFrameSourceImpl.cpp
11:57:12 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerNvCameraFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerNvCameraFrameSourceImpl.cpp
11:57:14 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/GStreamerNvMediaFrameSourceImpl.o -c src/NVX/FrameSource/GStreamer/GStreamerNvMediaFrameSourceImpl.cpp
11:57:14 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/ConvertFrame.o -c src/NVX/FrameSource/ConvertFrame.cpp
11:57:16 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/EGLAPIAccessors.o -c src/NVX/FrameSource/EGLAPIAccessors.cpp
11:57:18 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/FrameSource.o -c src/NVX/FrameSource/FrameSource.cpp
11:57:22 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/NVXIOFeatures.o -c src/NVX/NVXIOFeatures.cpp
11:57:25 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/ConfigParser.o -c src/NVX/ConfigParser.cpp
11:57:28 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/ArgumentParser.o -c src/NVX/ArgumentParser.cpp
11:57:34 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/Utility.o -c src/NVX/Utility.cpp
11:57:35 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/ProfilerRange.o -c src/NVX/ProfilerRange.cpp
11:57:35 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/SyncTimer.o -c src/NVX/SyncTimer.cpp
11:57:37 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/OptionHandler.o -c src/NVX/OptionHandler.cpp
11:57:45 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/Application.o -c src/NVX/Application.cpp
11:57:49 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/TypesOVX.o -c src/OVX/Private/TypesOVX.cpp
11:57:51 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/RenderOVXWrapper.o -c src/OVX/Render/Wrappers/RenderOVXWrapper.cpp
11:57:53 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/Render3DOVXWrapper.o -c src/OVX/Render/Wrappers/Render3DOVXWrapper.cpp
11:57:55 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/Render3DOVX.o -c src/OVX/Render/Render3DOVX.cpp
11:57:57 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/RenderOVX.o -c src/OVX/Render/RenderOVX.cpp
11:57:59 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/FrameSourceOVXWrapper.o -c src/OVX/FrameSource/Wrappers/FrameSourceOVXWrapper.cpp
11:58:01 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/FrameSourceOVX.o -c src/OVX/FrameSource/FrameSourceOVX.cpp
11:58:04 INFO: VisionWorks on Target: g++ -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/UtilityOVX.o -c src/OVX/UtilityOVX.cpp
11:58:05 INFO: VisionWorks on Target: cc -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c99 -o obj/release/plugin.o -c src/NVX/FrameSource/NvMedia/OV10640/plugin.c
11:58:05 INFO: VisionWorks on Target: cc -Iinclude -Isrc/ -Isrc/NVX/ -DCUDA_API_PER_THREAD_DEFAULT_STREAM -DUSE_GUI=1 -DUSE_GLES=1 -DUSE_GLFW=1 -DUSE_GSTREAMER_OMX=1 -DUSE_NVGSTCAMERA=1 -DUSE_GSTREAMER=1 -I./include -I../3rdparty/opengl -I../3rdparty/freetype/include -I../3rdparty/glfw3/include -I../3rdparty/opengl -pthread -I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 -I/usr/include/gstreamer-1.0 -I/usr/include/glib-2.0 -I/usr/lib/aarch64-linux-gnu/glib-2.0/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../3rdparty/eigen -O3 -DNDEBUG -std=c99 -o obj/release/plugin_config.o -c src/NVX/FrameSource/NvMedia/OV10640/plugin_config.c
11:58:05 INFO: VisionWorks on Target: ar rsc -o ../libs/aarch64/linux/release/libovx.a obj/release/Types.o obj/release/LogUtils.o obj/release/OpenGLOpenCVRenderImpl.o obj/release/Render3DWrapper.o obj/release/RenderWrapper.o obj/release/GStreamerImagesRenderImpl.o obj/release/GStreamerVideoRenderImpl.o obj/release/GStreamerBaseRenderImpl.o obj/release/OpenGLBasicRenders.o obj/release/OpenGLRenderImpl.o obj/release/BaseRender3DImpl.o obj/release/OpenGL.o obj/release/Render.o obj/release/GlfwUIRenderImpl.o obj/release/Render3D.o obj/release/EventPlayer.o obj/release/EventLogger.o obj/release/ipp_raw.o obj/release/img_producer.o obj/release/eglstrm_setup.o obj/release/interop.o obj/release/ipp_component.o obj/release/ImageCapture.o obj/release/NvMediaVideoFrameSourceImpl.o obj/release/NvMediaCSI10635CameraFrameSourceImpl.o obj/release/NvMediaCSI10640CameraFrameSourceImpl.o obj/release/OpenCVVideoFrameSource.o obj/release/OpenCVImageFrameSource.o obj/release/OpenCVFrameSourceImpl.o obj/release/FrameSourceWrapper.o obj/release/GStreamerBaseFrameSourceImpl.o obj/release/GStreamerCameraFrameSourceImpl.o obj/release/GStreamerOpenMAXFrameSourceImpl.o obj/release/GStreamerEGLStreamSinkFrameSourceImpl.o obj/release/GStreamerVideoFrameSourceImpl.o obj/release/GStreamerCommon.o obj/release/GStreamerImagesFrameSourceImpl.o obj/release/GStreamerNvCameraFrameSourceImpl.o obj/release/GStreamerNvMediaFrameSourceImpl.o obj/release/ConvertFrame.o obj/release/EGLAPIAccessors.o obj/release/FrameSource.o obj/release/NVXIOFeatures.o obj/release/ConfigParser.o obj/release/ArgumentParser.o obj/release/Utility.o obj/release/ProfilerRange.o obj/release/SyncTimer.o obj/release/OptionHandler.o obj/release/Application.o obj/release/TypesOVX.o obj/release/RenderOVXWrapper.o obj/release/Render3DOVXWrapper.o obj/release/Render3DOVX.o obj/release/RenderOVX.o obj/release/FrameSourceOVXWrapper.o obj/release/FrameSourceOVX.o obj/release/UtilityOVX.o obj/release/plugin.o obj/release/plugin_config.o
11:58:05 INFO: VisionWorks on Target: ar rsc -o ../libs/aarch64/linux/release/libnvx.a obj/release/Types.o obj/release/LogUtils.o obj/release/OpenGLOpenCVRenderImpl.o obj/release/Render3DWrapper.o obj/release/RenderWrapper.o obj/release/GStreamerImagesRenderImpl.o obj/release/GStreamerVideoRenderImpl.o obj/release/GStreamerBaseRenderImpl.o obj/release/OpenGLBasicRenders.o obj/release/OpenGLRenderImpl.o obj/release/BaseRender3DImpl.o obj/release/OpenGL.o obj/release/Render.o obj/release/GlfwUIRenderImpl.o obj/release/Render3D.o obj/release/EventPlayer.o obj/release/EventLogger.o obj/release/ipp_raw.o obj/release/img_producer.o obj/release/eglstrm_setup.o obj/release/interop.o obj/release/ipp_component.o obj/release/ImageCapture.o obj/release/NvMediaVideoFrameSourceImpl.o obj/release/NvMediaCSI10635CameraFrameSourceImpl.o obj/release/NvMediaCSI10640CameraFrameSourceImpl.o obj/release/OpenCVVideoFrameSource.o obj/release/OpenCVImageFrameSource.o obj/release/OpenCVFrameSourceImpl.o obj/release/FrameSourceWrapper.o obj/release/GStreamerBaseFrameSourceImpl.o obj/release/GStreamerCameraFrameSourceImpl.o obj/release/GStreamerOpenMAXFrameSourceImpl.o obj/release/GStreamerEGLStreamSinkFrameSourceImpl.o obj/release/GStreamerVideoFrameSourceImpl.o obj/release/GStreamerCommon.o obj/release/GStreamerImagesFrameSourceImpl.o obj/release/GStreamerNvCameraFrameSourceImpl.o obj/release/GStreamerNvMediaFrameSourceImpl.o obj/release/ConvertFrame.o obj/release/EGLAPIAccessors.o obj/release/FrameSource.o obj/release/NVXIOFeatures.o obj/release/ConfigParser.o obj/release/ArgumentParser.o obj/release/Utility.o obj/release/ProfilerRange.o obj/release/SyncTimer.o obj/release/OptionHandler.o obj/release/Application.o obj/release/plugin.o obj/release/plugin_config.o
11:58:05 INFO: VisionWorks on Target: make[1]: Leaving directory '/home/xavier/VisionWorks-SFM-0.90-Samples/nvxio'
11:58:05 INFO: VisionWorks on Target: make[1]: Entering directory '/home/xavier/VisionWorks-SFM-0.90-Samples/samples/sfm'
11:58:05 INFO: VisionWorks on Target: g++ -I/home/nvidia/Downloads/build-visionworks-sfm/install/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I/usr/include/eigen3 -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../../nvxio/include -I../../nvxio/src/ -I../../nvxio/src/NVX/ -I../../3rdparty/opengl -I../../3rdparty/glfw3/include -I../../3rdparty/freetype/include -I../../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/SfM.o -c SfM.cpp
11:58:39 INFO: VisionWorks on Target: g++ -I/home/nvidia/Downloads/build-visionworks-sfm/install/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I/usr/include/eigen3 -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../../nvxio/include -I../../nvxio/src/ -I../../nvxio/src/NVX/ -I../../3rdparty/opengl -I../../3rdparty/glfw3/include -I../../3rdparty/freetype/include -I../../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/utils.o -c utils.cpp
11:59:00 INFO: VisionWorks on Target: g++ -I/home/nvidia/Downloads/build-visionworks-sfm/install/include -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I/usr/include/eigen3 -I/usr/local/cuda-10.2/targets/aarch64-linux/include -I../../nvxio/include -I../../nvxio/src/ -I../../nvxio/src/NVX/ -I../../3rdparty/opengl -I../../3rdparty/glfw3/include -I../../3rdparty/freetype/include -I../../3rdparty/eigen -O3 -DNDEBUG -std=c++0x -o obj/release/main_sfm.o -c main_sfm.cpp
11:59:05 INFO: VisionWorks on Target: g++ -Wl,--allow-shlib-undefined -pthread -Wl,-rpath=/usr/local/cuda-10.2/targets/aarch64-linux/lib -O3 -DNDEBUG -std=c++0x -o ../../bin/aarch64/linux/release/nvx_sample_sfm obj/release/SfM.o obj/release/utils.o obj/release/main_sfm.o ../../libs/aarch64/linux/release/libovx.a -L"/usr/lib" ../../libs/aarch64/linux/release/libovx.a ../../3rdparty/freetype/libs/libfreetype.a ../../3rdparty/glfw3/libs/libglfw3.a /usr/lib/aarch64-linux-gnu/tegra-egl/libGLESv2_nvidia.so.2 -L/usr/lib/aarch64-linux-gnu -lEGL -lXrandr -lXi -lXxf86vm -lX11 -lgstpbutils-1.0 -lgstaudio-1.0 -lgstvideo-1.0 -lgstapp-1.0 -lgstbase-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0 /usr/lib/aarch64-linux-gnu/tegra/libcuda.so -L/home/nvidia/Downloads/build-visionworks-sfm/install/lib -lvisionworks_sfm -lvisionworks -L/usr/local/cuda-10.2/targets/aarch64-linux/lib -lcudart -L/usr/local/cuda-10.2/targets/aarch64-linux/lib -lcudart -lvisionworks
11:59:05 INFO: VisionWorks on Target: g++: error: /usr/lib/aarch64-linux-gnu/tegra-egl/libGLESv2_nvidia.so.2: No such file or directory
11:59:05 INFO: VisionWorks on Target: g++: error: /usr/lib/aarch64-linux-gnu/tegra/libcuda.so: No such file or directory
11:59:05 INFO: VisionWorks on Target: Makefile:152: recipe for target '../../bin/aarch64/linux/release/nvx_sample_sfm' failed
11:59:05 INFO: VisionWorks on Target: make[1]: *** [../../bin/aarch64/linux/release/nvx_sample_sfm] Error 1
11:59:05 INFO: VisionWorks on Target: make[1]: Leaving directory '/home/xavier/VisionWorks-SFM-0.90-Samples/samples/sfm'
11:59:05 INFO: VisionWorks on Target: Makefile:31: recipe for target 'samples/sfm/Makefile.pr_build' failed
11:59:05 INFO: VisionWorks on Target: make: *** [samples/sfm/Makefile.pr_build] Error 2
11:59:05 INFO: VisionWorks on Target: [ Package PostInstall Finished with Error ]
11:59:05 INFO: VisionWorks on Target: [ NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP Install took 4m14s ]
11:59:05 ERROR: VisionWorks on Target: [error]: : [exec_command]: /bin/bash -c scp -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no /tmp/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh xavier@192.168.55.1:~; ssh -t -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no xavier@192.168.55.1 "~/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh && rm -f ~/tmp_NV_L4T_VISIONWORKS_TARGET_POST_INSTALL_COMP.sh"; [error]: Warning: Permanently added '192.168.55.1' (ECDSA) to the list of known hosts.
11:59:05 ERROR: VisionWorks on Target: command terminated with error
11:59:05 SUMMARY: VisionWorks on Target: Failed to execute commands with GenericInstaller
INSTALLATION FAILED
Please review the terminal tab for details. Resolve and RETRY.
EXPORT LOGS
RETRY
FAILED ITEMS

STOP TRYING

Copyright © 2020, [NVIDIA CORPORATION](http://www.nvidia.com/page/home.html). All rights reserved. | [NVIDIA Developer](https://developer.nvidia.com/)
I will be working on this from today on, so I might generate some more insight on my own, but help is very much appreciated… as this is rather annoying.
Some final mentions:
I formatted my SD-Card with the SD-Card-Formatter via Windows 10.
I flashed the 4.4.1 Jetson Xavier NX Jetpack via balenaEtcher via Windows 10 (To avoid shrinking it to 16GB as the SDKMANAGER did in the past).
I tried to install everything else with the SDKMANAGER from an Ubuntu 18.04 system.
Hope someone can point me in the right direction, stay safe folks!
VisionWorks mentions a missing file at 11:59:05.
In the multimedia log 11:59:10 it mentions, that the nvidia-l4t-core is not installed. Which is done by the Jetpack if I am not mistaken.
After the initial flash everything works just fine, but after the installation and a later reboot, the Xavier does not run again. It just remains on a slitghly lid black screen. (In contrast to the dark black one, when nothing is connected to the monitor)