Skip to content

Install Ubuntu VM and SDK Manager

NVIDIA's official SDK Manager is the most common tool for flashing Jetson modules, and it needs to run on Ubuntu. This guide explains how to install Ubuntu inside a VMware virtual machine and deploy SDK Manager.

Recommended Setup

  • Ubuntu 20.04 or 22.04 (64-bit)
  • VM memory ≥ 8GB, disk ≥ 60GB
  • Reserve enough USB controllers to detect the module

1. Preparation

Download the following software:

SoftwareDescription
VMware WorkstationVirtual machine software (free for personal use)
Ubuntu 20.04/22.04 ISOSystem image
NVIDIA SDK ManagerDownloaded from the NVIDIA website (account required)

2. Install the VMware Virtual Machine

Install VMware

Follow the installation wizard to complete the VMware installation, then create a new virtual machine.

Create VM

Select the Ubuntu ISO image you downloaded.

Select ISO

Set a username and password. Remember this password — you will use it frequently later.

Configure Account

Set the VM name and storage location; a disk with plenty of free space is recommended.

Set Storage Location

Set the disk capacity to 60GB or more, and choose "Split virtual disk into multiple files".

Set Disk Capacity

Click "Customize Hardware" to adjust memory, processors, and other settings.

Customize Hardware

Set the memory to 8GB or more, and configure the processors based on your host.

Set Memory

When done, power on the virtual machine and begin the Ubuntu installation.

Power On VM

Follow the prompts to complete the Ubuntu installation.

Ubuntu Installation

3. Install SDK Manager

Once inside Ubuntu, open a terminal and install the SDK Manager deb package you downloaded:

bash
sudo apt install ./sdkmanager_*.deb

Install SDK Manager

After installation, find and open SDK Manager from the application list.

Open SDK Manager

Log in with your NVIDIA account (register in advance).

Log in to SDK Manager

Once logged in, you will see the SDK Manager main screen, ready to start flashing.

SDK Manager Main Screen

Next Steps

Source: Kytech (Guangzhou) Co., Ltd — LinkZee Labs