Skip to content

Instantly share code, notes, and snippets.

@sunsided
Created July 15, 2020 21:29
Show Gist options
  • Save sunsided/409823557891b822a2ecdcfee4f60c8a to your computer and use it in GitHub Desktop.
Save sunsided/409823557891b822a2ecdcfee4f60c8a to your computer and use it in GitHub Desktop.
Installing JetPack 4.4 / Jetson 32.4 on Ubuntu 20.04
NAME="Ubuntu"
VERSION="18.04 (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04"
VERSION_ID="18.04"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
@sunsided
Copy link
Author

sunsided commented Jul 15, 2020

Create the jetpack-lsb-release file as shown above, then run

export LSB_OS_RELEASE=~/jetpack-lsb-release
sdkmanager

The SDK Manager should now recognize your Ubuntu 20.04 as an Ubuntu 18.04. Disable the Host Machine configuration to only install board specific contents.

See this thread for more information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment