From f104f5e016c4d0a2ae32de93bd707ac90f0daae9 Mon Sep 17 00:00:00 2001 From: Raffaello Bonghi Date: Thu, 16 Jan 2025 15:21:11 +0000 Subject: [PATCH] Add Jetpack 6.2 --- jtop/__init__.py | 2 +- jtop/core/jetson_variables.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/jtop/__init__.py b/jtop/__init__.py index df2926cb..6020e1e0 100644 --- a/jtop/__init__.py +++ b/jtop/__init__.py @@ -31,5 +31,5 @@ __copyright__ = "(c) 2024, Raffaello Bonghi" # Version package # https://packaging.python.org/guides/distributing-packages-using-setuptools/#choosing-a-versioning-scheme -__version__ = "4.3.0" +__version__ = "4.3.1" # EOF diff --git a/jtop/core/jetson_variables.py b/jtop/core/jetson_variables.py index df04616b..0aebd52d 100644 --- a/jtop/core/jetson_variables.py +++ b/jtop/core/jetson_variables.py @@ -42,6 +42,7 @@ # https://developer.nvidia.com/embedded/jetpack-archive NVIDIA_JETPACK = { # -------- JP6 -------- + "36.4.3": "6.2", "36.4.2": "6.1 (rev1)", "36.4.0": "6.1", "36.3.0": "6.0",