Questions tagged [nvidia-jetson]

Nvidia Jetson is Nvidia's family of embedded devices, targeted for computing on the edge by users desiring to run machine learning and artificial intelligence tasks.

Use this tag for questions about programming specifically for the Jetson devices, namely: the Nano, TX1, TX2(i), or AGX. Please also tag the language you are coding in and the frameworks you are using for context.

Visit Nvidia's official site for more information on the Jetson devices.

405 questions
1
vote
1 answer

Is DeepStream SDK support Jetson Nano?

My goal is to run DeepStream SDK 6.2 (or older version). The official SD Card Image is JP461 (I assume it's JetPack 4.6.1). However, DeepStream SDK 6.2 require JetPack 5.1. The problem is JetPack 5.1 does not mention Nano at all and I can't find…
1
vote
0 answers

torchaudio pre-built wheel for aarch64 on NVIDIA GPU platform

NVIDIA is offering pre-build wheels for Pytorch leveraging the GPU under 1. But this does not cover audiotorch. It seems that it is necessary to use a matching audiotorch version, otherwise and the version having the same version number…
k_o_
  • 5,143
  • 1
  • 34
  • 43
1
vote
0 answers

Jetson AGX Orin: tty device usable only once before failing

I am using a barcode scanner as part of a project, everything works correctly until I exit the program then I can't communicate anymore with the barcode scanner. This holds true for whatever program I'm running, be it one of my own or just using…
1
vote
1 answer

how to upgrade jetpack on jetson tx2

I'm using Jetson TX2. Current jetpack version : 4.5-b129 I was following update tutorial from nvidia website (https://docs.nvidia.com/jetson/jetpack/install-jetpack/index.html). I did: sudo apt update sudo apt dist-upgrade sudo apt install…
rumcajs
  • 129
  • 1
  • 10
1
vote
1 answer

"No module name adafruit_servokit"

I am working on Jetson Nano and trying to control servo motors. I am using PCA9685. I have installed all the pre-requisites for that sudo pip3 install adafruit-circuitpython-servokit Faced an error called SyntaxError: future feature annotations is…
X Z
  • 13
  • 3
1
vote
0 answers

Can the Jetson NX use the perf tools (except perf in Linux) to check my code cache misses?

At first, Linux for Tegra doesn't support perf tool in Jetson NX, and I have tried using its JP-5.0.1 Driver Package Sources ,but it's still not working... So maybe there are other tools that can replace the linux perf tool to check the cache…
1
vote
1 answer

How to connect Linux ARM PC to Allen Bradley PLC

I am trying to connect my NVIDIA Jetson Xavier NX device to Allen Bradley PLC. The Jetson device is basically a Linux ARM PC, with a regular Ethernet port. While creating a "Module" with the Allen Bradley LogixDesigner, it is asking me for different…
1
vote
1 answer

CPU and GPU Stress test for Nvidia Jetson Xavier (Ubuntu 18.04, Jetpack 4.6)

How can I make a simultaneous CPU and GPU stress test on Jetson Xavier machine (Ubuntu 18.04, Jetpack 4.6)? The only code found is https://github.com/JTHibbard/Xavier_AGX_Stress_Test with tough package incompatibility issues. It only works for…
1
vote
0 answers

relocation error and no version information available when running ffmpeg

When ffmpeg is executed, a relocation error and no version information available appears. The device is Jetsonano and the environment is Ubuntu 18.04 and the camera is using picam2. I installed gcc version 6,7,8,9,11 and tried to run it, but I keep…
이중범
  • 21
  • 2
1
vote
0 answers

ttyACM0 does not exist in jetson racecar TX2

I have a jetson racecar tx2 and this is its details: NVIDIA Jetson TX2 L4T 32.2.1 [ JetPack 4.2.2 ] Ubuntu 18.04.2 LTS Kernel Version: 4.9.140-tegra CUDA 10.0.326 CUDA Architecture: 6.2 OpenCV version: 3.4.0 OpenCV Cuda: YES CUDNN:…
Ahmed
  • 11
  • 1
1
vote
0 answers

Mount camera to pod get MountVolume.SetUp failed for volume "default-token-c8hm5" : failed to sync secret cache: timed out waiting for the condition

On my Jetson NX, I like to set a yaml file that can mount 2 cameras to pod, the yaml: containers: - name: my-pod image: my_image:v1.0.0 imagePullPolicy: Always volumeMounts: - mountPath: /dev/video0 name: dev-video0 …
Edward Chang
  • 141
  • 1
  • 2
  • 11
1
vote
0 answers

How to handle receiving real time signals and passing signals into inference engine on Jetson Platforms

I am just looking for some advice on how to handle receiving a large number of signals in real time, storing these on a buffer and then passing the buffer to be processed by a inference engine/model on Jetson(l4t) platforms. Currently I have…
1
vote
1 answer

pip install --upgrade pip and pip install --upgrade setuptools both failed with error code 1

i encountered errors with trying to upgrade pip, and its setup tools. Appended below are the errors. pip install -upgrade pip failing pip install --upgrade pip Collecting pip Using cached…
fatbringer
  • 348
  • 2
  • 9
  • 19
1
vote
0 answers

Gstreamer warning: Failed to load plugin libgstcoreelemets.so

Undefined symbol: gst_type_find_helper_for_data_with_extension Platform: Jetson Xavier NX, gstreamer version:1.0
Meghna
  • 73
  • 2
  • 9
1
vote
0 answers

(V4L2: /dev/video0) can't open camera by index

I have an error on my algorithm with Jetson Xavier NX. I try to run code but terminal say that : [ WARN:0] global /home/arc/opencv_build/opencv/modules/videoio/src/cap_v4l.cpp (890) open VIDEOIO(V4L2:/dev/video0): can't open camera by…