Nvidia flash.sh script on ubuntu 20.04/21.04

does the nvidia flash.sh for jetson NX works on ubuntu20.04?

That only works for Ubuntu 18.04 for now.

flash.sh works on 21.10, tested just recently.

Had to do two things, first thing is linking python (only if there is no pyhton2.x installed)
sudo ln -s /usr/bin/python3 /usr/bin/python

Second thing was adding “# encoding=utf8”
to the beginning of Linux_for_Tegra/bootloader/tegraflash_internal.py

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.