Skip to content

Commit

Permalink
Support for JetPack 4.6 - L4T 32.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jetsonhacks committed Aug 11, 2021
1 parent fc9cdef commit 1069fc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ Thank you Raffaello Bonghi @rbonghi for jetson_variables and jetson_libraries sc

### Release Notes:

### August, 2021
* v2.3
* Add support for JetPack 4.6
* Update to @rbonghi jetson_variables

### May, 2021
* v2.2
* Add support for JetPack 4.5
Expand Down
1 change: 1 addition & 0 deletions scripts/jetson_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jetson_jetpack()
local JETSON_L4T=$1
local JETSON_JETPACK=""
case $JETSON_L4T in
"32.6.1") JETSON_JETPACK="4.6" ;;
"32.5.1") JETSON_JETPACK="4.5.1" ;;
"32.5.0" | "32.5") JETSON_JETPACK="4.5" ;;
"32.4.4") JETSON_JETPACK="4.4.1" ;;
Expand Down

0 comments on commit 1069fc8

Please sign in to comment.