Environment: Ubuntu 18.04 LTS 1. Navigate to the jetpack_download folder that has all the downloaded components for the JetPack. 2. Open a terminal that is in the jetpack_download directory. 3. Drag the NVIDIA_Nsight_Graphics_2018.6.L4T.25128383.run file into the terminal. 4. Press Enter […]
Category: Jetson Xavier
Install & Run DeepStream SDK 3.0 on Jetson Xavier | Video Walkthrough (13+ minutes)
A detailed video walkthrough of how to install and run DeepStream SDK 3.0 on your Jetson Xavier machine. Get started using object detection and video analytics in your video stream/graphics pipeline today! A great way to learn the ins and […]
Fixing Nsight Eclipse launch error on Ubuntu 18.04 LTS for Jetson Xavier
In order to get Nsight Eclipse launched without any errors there are two things that need to happen: Make sure the java-1_8_0-openjdk package is installed on your system https://www.digitalocean.com/community/tutorials/how-to-install-java-with-apt-on-ubuntu-18-04 Launch nsight with the following command: nsight -vm /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java Here […]
How to run CUDA Samples on Jetson Xavier (Ubuntu 18.04 LTS)
If you would like to run CUDA Samples on Jetson Xavier: Open a terminal in the sample you would like to run. For example, on my machine, open a terminal in Home/NVIDIA_CUDA-10.0_Samples/5_Simulations/oceanFFT Make sure the terminal is in that directory. […]
Setting up Jetson AGX Xavier Developer Kit from a Windows Machine | Oracle VirtualBox | Ubuntu 18.04 LTS
DO NOT USE A VIRTUAL MACHINE! I am having problems running code written on the host machine (VM Ubuntu 18.04 LTS) on the Jetson Xavier. I keep getting a “Exec Format Error” whenever I run remotely on the Jetson Xavier. […]