JetPack 4.X Install with a VM (Solved)

An automation of creating a guest VM for macOS using VirtualBox + Vagrant + Ansible to run the NVIDIA SDK manager including

a) automatically building a (custom) kernel and rootfs for Xaviers supporting Kubernetes
b) flashing the Xavier from the CLI
c) headless OEM setup of the Xavier after flashing

… can be found here: jetson/workflow/guest at master · helmut-hoffer-von-ankershoffen/jetson · GitHub

Have a look at https://github.com/helmuthva/jetson for the bigger picture.

The procedure is basically:

  1. make bootstrap-environment # Install required tools on Mac
  2. make guest-sdk-manager-download # Download NVIDIA SDK manager
  3. make guest-build # Provision guest VM and build of kernel and rootfs
  4. make guest-flash # Flash Xavier
  5. make oem-setup # Trigger headless oem-setup on Xavier
  6. make setup-access-secure # Setup passwordless SSH access to Xavier
  7. make provision # Provision additional services on Xavier (and join a K8s cluster)

Basic knowledge of Ansible is assumed.