Good morning ! I am trying to run the Jetson-Inference examples , but it looks like docker is complaining a bit …
Error when I execute
docker/run.sh
root@pieter-classensLegion:/development/docker/jetson-inference/jetson-inference# docker/run.sh
ARCH: x86_64
localuser:root being added to access control list
CONTAINER_IMAGE: dustynv/jetson-inference:22.06
DATA_VOLUME: --volume /development/docker/jetson-inference/jetson-inference/data:/jetson-inference/data --volume /development/docker/jetson-inference/jetson-inference/python/training/classification/data:/jetson-inference/python/training/classification/data --volume /development/docker/jetson-inference/jetson-inference/python/training/classification/models:/jetson-inference/python/training/classification/models --volume /development/docker/jetson-inference/jetson-inference/python/training/detection/ssd/data:/jetson-inference/python/training/detection/ssd/data --volume /development/docker/jetson-inference/jetson-inference/python/training/detection/ssd/models:/jetson-inference/python/training/detection/ssd/models --volume /development/docker/jetson-inference/jetson-inference/python/www/recognizer/data:/jetson-inference/python/www/recognizer/data
V4L2_DEVICES: --device /dev/video0 --device /dev/video1
DISPLAY_DEVICE: -e DISPLAY=:0 -v /tmp/.X11-unix/:/tmp/.X11-unix
docker: Error response from daemon: could not select device driver “” with capabilities: [[gpu]]
Hi,
Which environment do you use?
Based on the log, do you run it on an x86 device?
Thanks.
Apologies - that screenshot was on my Notebook’s Linux distro – oops :) – following this article now → “can't install nvidia-driver-toolkit on Ubuntu 20.04 LTS - needs uninstallable package - Ask Ubuntu” - will let you know if we are happy …
Okay - made super sure I was on the correct terminal this time - actually also run the command on the physical unit itself to double check :)
Output from ./Step1_installation.sh
root@DanielJetSon:/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install# ./Step1_installation.sh
Hit:1 https://download.docker.com/linux/ubuntu jammy InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports jammy InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports jammy-updates InRelease
Ign:4 https://ppa.launchpadcontent.net/relan/exfat/ubuntu jammy InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports jammy-backports InRelease
Err:6 https://ppa.launchpadcontent.net/relan/exfat/ubuntu jammy Release
404 Not Found [IP: 185.125.190.80 443]
Hit:7 http://ports.ubuntu.com/ubuntu-ports jammy-security InRelease
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/relan/exfat/ubuntu jammy Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
Get more security updates through Ubuntu Pro with 'esm-apps' enabled:
python2.7-minimal exo-utils libzvbi-common libzbar0 libiperf0
libjs-jquery-ui libopenexr25 python3-scipy libpostproc55 libopencv-core4.5d
libavcodec58 libgstreamer-plugins-bad1.0-0 iperf3 libpython2.7 libavutil56
libswscale5 xrdp libexo-2-0 gir1.2-gst-plugins-bad-1.0 libswresample3
libavformat58 libzvbi0 gstreamer1.0-plugins-bad libgstreamer-opencv1.0-0
libpmix-dev python2.7 libde265-0 libpython2.7-minimal libpmix2
libpython2.7-stdlib libexo-common libgstreamer-plugins-bad1.0-dev
libavfilter7
Learn more about Ubuntu Pro at https://ubuntu.com/pro
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
cmake is already the newest version (3.22.1-1ubuntu1.22.04.2).
git is already the newest version (1:2.34.1-1ubuntu1.15).
libpython3-dev is already the newest version (3.10.6-1~22.04.1).
python3-numpy is already the newest version (1:1.21.5-1ubuntu22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fatal: destination path 'jetson-inference' already exists and is not an empty directory.
mkdir: cannot create directory ‘build’: File exists
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
Note: this project uses git submodules in the source tree.
if you haven't already, run the following command from
the project's root directory:
git submodule update --init
-- distro ID: Ubuntu
-- distro version: 22.04
-- distro codename: jammy
-- using patched FindCUDA.cmake
-- Could NOT find CUDA (missing: CUDA_CUDART_LIBRARY) (found version "12.6")
-- CUDA version: 12.6
-- CUDA 12.6 detected (aarch64), enabling SM_53 SM_62
-- CUDA 12.6 detected (aarch64), enabling SM_72
-- CUDA 12.6 detected (aarch64), enabling SM_87
-- OpenCV version: 4.8.0
-- OpenCV version >= 3.0.0, enabling OpenCV
CMake Warning at CMakeLists.txt:106 (find_package):
Could not find a configuration file for package "VPI" that is compatible
with requested version "2.0".
The following configuration files were considered but not accepted:
/usr/lib/cmake/vpi3/vpi-config.cmake, version: 3.2.4
/lib/cmake/vpi3/vpi-config.cmake, version: 3.2.4
-- didn't find VPI on system, disabling VPI
-- system arch: aarch64
-- output path: /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/aarch64
-- BUILD_EXPERIMENTAL disabled
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/actionNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/backgroundNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/calibration/randInt8Calibrator.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/depthNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/detectNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/imageNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/modelDownloader.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/poseNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/segNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/tensorConvert.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/tensorNet.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/tracking/objectTracker.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/tracking/objectTrackerIOU.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/c/tracking/objectTrackerKLT.h
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
CMake Deprecation Warning at tools/camera-capture/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- found Qt5Widgets version: 5.15.3
-- found Qt5Widgets defines: -DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB
-- found Qt5Widgets library: Qt5::Widgets
-- found Qt5Widgets include: /usr/include/aarch64-linux-gnu/qt5/;/usr/include/aarch64-linux-gnu/qt5/QtWidgets;/usr/include/aarch64-linux-gnu/qt5/QtGui;/usr/include/aarch64-linux-gnu/qt5/QtCore;/usr/lib/aarch64-linux-gnu/qt5//mkspecs/linux-g++
-- camera-capture: building as submodule of /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/tools
CMake Deprecation Warning at utils/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- jetson-utils: building as submodule, /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference
-- nvbuf_utils: NVBUF_UTILS-NOTFOUND
-- NVMM zero-copy memory: ENABLE_NVMM=OFF
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/alphanum.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/camera/gstCamera.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/camera/v4l2Camera.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/gstBufferManager.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/gstDecoder.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/gstEncoder.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/gstUtility.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/gstWebRTC.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/codec/nvbuf_utils.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/commandLine.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/csvReader.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/csvReader.hpp
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/csvWriter.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/csvWriter.hpp
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaAlphaBlend.cuh
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaBayer.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaColormap.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaColorspace.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaCrop.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaDraw.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaFilterMode.cuh
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaFilterMode.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaFont.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaGrayscale.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaMappedMemory.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaMath.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaNormalize.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaOverlay.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaPointCloud.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaRGB.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaResize.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaUtility.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaVector.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaWarp.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda/cudaYUV.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glBuffer.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glCamera.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glDisplay.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glEvents.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glTexture.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glUtility.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/display/glWidget.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/filesystem.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/imageFormat.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/imageFormat.inl
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/imageIO.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/imageLoader.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/imageWriter.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/image/loadImage.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/input/devInput.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/input/devJoystick.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/input/devKeyboard.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/json.hpp
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/logging.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/mat33.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/Endian.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/IPv4.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/IPv6.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/Networking.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/RTSPServer.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/Socket.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/URI.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/network/WebRTCServer.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/pi.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/rand.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Event.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Event.inl
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Mutex.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Mutex.inl
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Process.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/RingBuffer.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/RingBuffer.inl
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/threads/Thread.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/timespec.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/video/videoOptions.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/video/videoOutput.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/video/videoSource.h
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/xml.h
-- trying to build Python bindings for Python versions: 3.10
-- detecting Python 3.10...
-- found Python version: 3.10 (3.10.12)
-- found Python include: /usr/include/python3.10
-- found Python library: /usr/lib/aarch64-linux-gnu/libpython3.10.so
-- CMake module path: /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda;/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/bindings
-- NumPy ver. 2.2.6 found (include: /usr/local/lib/python3.10/dist-packages/numpy/_core/include)
-- found NumPy version: 2.2.6
-- found NumPy include: /usr/local/lib/python3.10/dist-packages/numpy/_core/include
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-array-interface.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-examples.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-from-cv.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-from-numpy.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-from-pytorch.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-streams.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-to-cv.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-to-numpy.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/cuda-to-pytorch.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/test-cuda.sh
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/test-display.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/test-logging.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/test-video.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/python/examples/video-viewer.py
-- trying to build Python bindings for Python versions: 3.10
-- detecting Python 3.10...
-- found Python version: 3.10 (3.10.12)
-- found Python include: /usr/include/python3.10
-- found Python library: /usr/lib/aarch64-linux-gnu/libpython3.10.so
-- CMake module path: /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/utils/cuda;/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/bindings;/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/bindings/../../utils/python/bindings
-- NumPy ver. 2.2.6 found (include: /usr/local/lib/python3.10/dist-packages/numpy/_core/include)
-- found NumPy version: 2.2.6
-- found NumPy include: /usr/local/lib/python3.10/dist-packages/numpy/_core/include
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/actionnet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/backgroundnet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/depthnet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/depthnet_utils.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/detectnet-snap.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/detectnet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/imagenet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/my-detection.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/my-recognition.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/posenet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/segnet.py
-- Copying /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/python/examples/segnet_utils.py
-- linking jetson-inference with OpenCV 4.8.0
-- Configuring done
-- Generating done
-- Build files have been written to: /development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaDraw.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaGrayscale.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaFont.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaCrop.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaYUV-YV12.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaFilterMode.cu.o
[ 6%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaColormap.cu.o
[ 7%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaNormalize.cu.o
CMake Error at jetson-utils_generated_cudaYUV-YV12.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaYUV-YV12.cu.o
CMake Error at jetson-utils_generated_cudaFont.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaFont.cu.o
CMake Error at jetson-utils_generated_cudaCrop.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaCrop.cu.o
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:189: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaYUV-YV12.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:84: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaCrop.cu.o] Error 1
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:105: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaFont.cu.o] Error 1
CMake Error at jetson-utils_generated_cudaGrayscale.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaGrayscale.cu.o
CMake Error at jetson-utils_generated_cudaFilterMode.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaFilterMode.cu.o
CMake Error at jetson-utils_generated_cudaColormap.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaColormap.cu.o
CMake Error at jetson-utils_generated_cudaDraw.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaDraw.cu.o
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:112: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaGrayscale.cu.o] Error 1
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:98: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaFilterMode.cu.o] Error 1
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:77: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaColormap.cu.o] Error 1
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:91: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaDraw.cu.o] Error 1
CMake Error at jetson-utils_generated_cudaNormalize.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaNormalize.cu.o
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:119: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaNormalize.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:663: utils/CMakeFiles/jetson-utils.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
[ 1%] Building NVCC (Device) object utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaYUV-YV12.cu.o
CMake Error at jetson-utils_generated_cudaYUV-YV12.cu.o.cmake:219 (message):
Error generating
/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install/jetson-inference/build/utils/CMakeFiles/jetson-utils.dir/cuda/./jetson-utils_generated_cudaYUV-YV12.cu.o
make[2]: *** [utils/CMakeFiles/jetson-utils.dir/build.make:189: utils/CMakeFiles/jetson-utils.dir/cuda/jetson-utils_generated_cudaYUV-YV12.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:663: utils/CMakeFiles/jetson-utils.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
root@DanielJetSon:/development/helloaiworld/jetson-inference/AGX_Orin_Demos/1_Install#
Trying this now - so far so good :) → Error while compiling Jetson Inference
Hi,
We recommend using JetPack 6.0 for the jetson-inference due to the TensorRT compatibility issue.
The installation steps can be found in the link below:
Thanks.
system
Closed
11
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.