EdgeSolutions JetPack Documentation

Introduction

This part of the documentation explains everything about the EdgeSolutions JetPack software.

  • How to flash your EdgeDevice

  • FAQs about the JetPack software

Software Versions

NVIDIA defines different versions for JetPack and LinuxForTegra. The following table shows the compatible versions of the software components:

JetPack Version LinuxForTegra Version (L4T version)

6.0

36.2, 36.3

6.1

36.4.0

6.2

36.4.3

Since the operating system of the EdgeSolutions is based on LinuxForTegra of JetPack, this version number will be used in the documentation.

How to identify the software version of my EdgeDevice?

To identify the software version of your EdgeDevice, run following command:

$ cat /etc/edgeboard_version
Version: 36.4.0_2025-02-25
Flavor: orin_generic

In this case, the EdgeDevice was installed with the L4T Version 36.4.0., built on 2025-02-25.

In case you get an error, that the file does not exist:
$ cat /etc/edgeboard_version
cat: /etc/edgeboard_version: No such file or directory

run the command

$ uname -r
5.15.148-tegra

to get the linux kernel release. When it is 5.10.X you have L4T version 35 installed. In case of 5.15.X you have L4T version 36.4 installed.