Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 636 Bytes

installing-jetpack.md

File metadata and controls

27 lines (20 loc) · 636 Bytes

Installing JetPack

Requirements

Supported host operating systems are Ubuntu Linux x64 Version 18.04 or 16.04

Download Installer to Host Computer

  1. Download JetPack 4.1 from https://developer.nvidia.com/embedded/downloads

  2. Move binary into installation directory, /home/$USER/JetPack-L4T/ is recommended

mkdir -p /home/$USER/JetPack-L4T/
mv JetPack-${VERSION}.run /home/$USER/JetPack-L4T/
  1. Set the Jetpack binary as executable and set correct permissions.
cd /home/$USER/JetPack-L4T
chmod +x JetPack-${VERSION}.run

Run the Installer

  1. Run the Binary
./JetPack-${VERSION}.run