Skip to content

Commit

Permalink
Add Jetpack 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 16, 2025
1 parent 3cd9ac0 commit f104f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jtop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions jtop/core/jetson_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f104f5e

Please sign in to comment.