Install jetson-inference

Issues and Solutions

[OpenGL] failed to create X11 Window.

AttributeError: module ‘jetson.utils’ has no attribute ‘cudaToNumpy’

https://github.com/dusty-nv/jetson-inference/issues/1017

The model shall be initialized each

Install VS Code as IDE for Python or C/C++

sudo apt install curl

curl https://packages.microsoft.com/keys/microsoft.asc | gpg –dearmor > microsoft.gpg


sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/


sudo sh -c ‘echo “deb [arch=amd64,arm64,armhf] https://packages.microsoft.com/repos/code stable main” > /etc/apt/sources.list.d/vscode.list’


sudo apt-get update


sudo apt-get install code