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
0
votes
1 answer

gcc "aarch64-linux-gnu" is not supported by julia package HDF5

i am trying to use HDF5 package in julia and i'm not succeeding, i get the following error when trying to add it. julia> Pkg.add("HDF5") Updating registry at `~/.julia/registries/General` Updating git-repo…
0
votes
1 answer

After writing Jetson Nano .img file, my sd card is suddenly divided in multiple partitions

Formatting my sd card in ExFAT type. Writing Jetson nano image file(official one) to sd card using 'Etcher' app. after the work, sd card does not mount well on MacOS and it is divided in 12 partitions with GUID partition map. When I mount the…
Hailey Jo
  • 1
  • 3
0
votes
1 answer

TensorRT Error on Jetson Nano when converting a Frozen Graph to TRT Graph

Hey all fairly new to Tensorflow and TensorRT, I am having trouble converting an existing frozen graph to a tensorRT graph. I do not think the code I have is successfully converting my graph. Running this on a Nvidia Jetson Nano. I have tried to…
0
votes
1 answer

Is it possible to control in velocity the DJI M210 drone throught the UART port with NVIDIA Jetson TX2?

I would like to use a DJI M210 drone for mapping. I'm actually using a LiDAR and the SLAM algorithm to map a GPS-denied environment. I would like to know, if someone knows, is it possible to control the drone in velocity, without the GPS (I would…
D0z1
  • 3
  • 2
0
votes
0 answers

How to know which library is creating a dependency to a shared library

I have the next problem, I'm developing a cuda application for the jetson TX2 board. All the development it's done in a ubuntu machine and then I run the program remotely in the jetson. I'm using CUDA 10.0 and the PCL library 1.9.1 that was built…
0
votes
1 answer

How to run TensorRT based deep learning model as real time?

I have optimized my deep learning model with TensorRT. A C++ interface is inferencing images by optimized model on Jetson TX2. This interface is providing average 60 FPS (But it is not stable. Inferences are in range 50 and 160 FPS). I need to run…
Klushka
  • 96
  • 6
0
votes
2 answers

Jetson TX2, Arduino Uno Serial communication

I'm using a Jetson TX2, and a Arduino Uno to try and communicate over USB serial, the premise is I'm using a Arduino to communicate with some Laser ToF sensors, and a Thermopile. The Jetson is running Ubuntu 16.04 for ros compatability as this will…
Dan
  • 1
  • 3
0
votes
1 answer

Issue install Parity on ARM64 with Docker (NVIDIA Xavier Jetson)

I'm trying to install Parity on my NVIDIA Xavier Jetson, but keep getting stuck. I'm following the instructions here: https://github.com/paritytech/parity-snappy/wiki/Docker-build-for-ARM-ARM64 However I keep getting an error message:…
mattblack
  • 1,370
  • 3
  • 13
  • 19
0
votes
1 answer

Can a Cuda application built and running on Jetson TX2 run on Jetson Xavier?

I have a Cuda application that was built with Cuda Toolkit 9.0 and running fine on Jetson TX2 board. I now have a Jetson Xavier board, flashed with Jetpack 4 that installs Cuda Toolkit 10.0 (only 10.0 is available). What do I need to do if I want to…
user48935
  • 1
  • 1
0
votes
2 answers

Issue Capturing image from FLIR Boson with openCV on a Jetson TX2

When I try to open a webcam (FLIR Boson) with OpenCV on a Jetson TX2 it gives the following error: libv4l2: error set_fmt gave us a different result then try_fmt! VIDEOIO ERROR: libv4l unable convert to requested pixfmt I am using this python…
0
votes
1 answer

Jetson Xavier Entry Level CSI-2 Camera Module

Looking for an entry-level camera module for the Jetson Xavier Hi, I have been looking into the Jetson Xavier Development Board which meets my requirements for size and performance. As part of my build I need to add many camera modules, ideally…
Lloyd Rayner
  • 1,009
  • 2
  • 7
  • 10
0
votes
1 answer

"OSError: [Errno 99] Cannot assign requested address" for communication between Jetson TX2 Board and PC host

I think the IP address and port number are correct checked by using ifconfig at server side, and the port is not bind by others at server side. So, I guess the problem is at client side. I have attached the running results at client side and netstat…
Ziyang Yu
  • 11
  • 1
0
votes
1 answer

Error parsing Mobilenet-SSD using TensorRT Caffe Parser, "ditcaffe.LayerParameter" has no field named "prior_box_param"

I'm parsing MobileNet-SSD caffe Model from https://github.com/chuanqi305/MobileNet-SSD using TensorRT caffe parser. I use Jetpack 3.3 in Jetson TX2 as the platform. How to fix this error from nvinfer library? There is even a TensorRT class…
0
votes
1 answer

Why are the layer weights null and TRT not finding cache when trying to run nvidia's tutorial code on Jetson TX2?

I'm trying to run the tutorial code from nvidia's repo here. Here's what happens with the console imagenet program on my Jetson TX2: nvidia@tegra-ubuntu:~/jetson-inference/build/aarch64/bin$ ./imagenet-console orange_0.pjg…
keparoo
  • 101
  • 2
0
votes
2 answers

Jetson TX2 OpenCV GStreamer-CRITICAL error

I'm trying now to fix this bug for a few days and nothing is going forward.. I want to acces the camera of my Nvidia Jetson Tx2 with OpenCV and GStreamer. (java:7468): GStreamer-CRITICAL **:gst_element_get_state: assertion 'GST_IS_ELEMENT…
Tailor
  • 193
  • 1
  • 12