From 02a08c6cdd11362487e2eae726b19ea523731036 Mon Sep 17 00:00:00 2001 From: Phill Zarfos Date: Mon, 13 Nov 2023 21:05:47 -0500 Subject: [PATCH] JetPack 5.1.1 and 5.1.2 --- scripts/jetson_variables.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/jetson_variables.sh b/scripts/jetson_variables.sh index b6516f5..7b311a3 100755 --- a/scripts/jetson_variables.sh +++ b/scripts/jetson_variables.sh @@ -30,6 +30,8 @@ jetson_jetpack() local JETSON_L4T=$1 local JETSON_JETPACK="" case $JETSON_L4T in + "35.4.1") JETSON_JETPACK="5.1.2" ;; + "35.3.1") JETSON_JETPACK="5.1.1" ;; "35.1.0") JETSON_JETPACK="5.0.2" ;; "34.1.1") JETSON_JETPACK="5.0.1 DP" ;; "34.1.0") JETSON_JETPACK="5.0 DP" ;;