Skip to content
Viking Drone
  • Home
  • Vali
  • About
  • Contact
  • News
  • Toggle website search
Menu Close
  • Home
  • Vali
  • About
  • Contact
  • News
  • Toggle website search

Upgrading NVIDIA Jetson Xavier NX to Ubuntu 20.04

Helpdesk      Using Ubuntu 20.04      Upgrading NVIDIA Jetson Xavier NX to Ubuntu 20.04
Password Protected

Nope
Yep, that's right!
Development Board
Getting Started
Remote Dektop using X2GO
Installing OpenCV 4.5.2
Using Ubuntu 20.04
Upgrading NVIDIA Jetson Xavier NX to Ubuntu 20.04

Upgrading NVIDIA Jetson Xavier NX to Ubuntu 20.04

The companion computer inside your Viking Drone Vali comes with the latest stable version of NVIDIA JetPack:

https://developer.nvidia.com/embedded/jetpack

This Operating System is based on Ubuntu 18.04 and is sufficient for many development applications. When your application requires a more recent version of Ubuntu, you can upgrade your OS manually. NOTE: this upgrade process is not officially supported by NVIDIA. Depending on your use case, the companion computer might exhibit unexpected behaviors.

Prepare the update

This guide is written for a fresh copy of Jetpack 4.5.1 on a NVIDIA Jetson Xavier NX. Results might vary for different versions.

To allow the Ubuntu update, allow the system to look for OS updates. In the following configuration file, change never to LTS.

sudo gedit /etc/update-manager/release-updates

Update all current system packages and remove unnecessary packages.

sudo apt-get update
sudo apt-get upgrade -y
sudo apt autoremove -y

Update the operating system

Start the update using the Ubuntu graphical updater. During the installation, the user will be prompted with some choices. When this happens, you can choose to keep the current configuration files. When asked to choose between lightdm or gdm3, the choice is up to the user. Lightdm takes up less memory while gdm3 looks more like classic Ubuntu.

sudo do-release-upgrade -d -f DistUpgradeViewGtk3

The installation will probably fail to update the Chromium browser. When the installation is fished, you can remove this browser and choose to install a different one like Firefox from the Ubuntu Software Centre.

sudo apt-get remove --purge chromium-browser chromium-brower-l10n -y

In case of duplicate menu bars, remove Unity from your installation as well.

sudo apt purge unity

Some final housekeeping

After the update, the NVIDIA icon in the top right corner gets distorted, if you change the name of the image file in the folder /usr/share/nvpmodel_indicator/, it is replaced with a stock icon of three dots.

During the installation, the NVIDIA repositories got turned off. Re-enable them in the Software & Updates application under Other Software.

To make sure that all packages are updated and to remove old packages, do the following commands.

sudo apt update
sudo apt upgrade -y
sudo apt autoremove
sudo apt --fix-broken install

Reboot your computer. You should now have a working version of Ubuntu 20.04 on you NVIDIA Jetson Xavier NX.

Facebook Twitter Linkedin Youtube

© Viking Drone 2020

Viking Drone 2021
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Cookie settingsACCEPT
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT