Skip to content

Commit bf00d21

Browse files
committed
JetPack 4.1
1 parent 2e04285 commit bf00d21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/jetson_variables

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ if [ -f /etc/nv_tegra_release ]; then
7171
case $JETSON_L4T in
7272
"31.0.1")
7373
JETSON_JETPACK="4.0 DP" ;;
74+
"31.0.2")
75+
JETSON_JETPACK="4.1 DP" ;;
7476
*)
7577
JETSON_JETPACK="UNKNOWN" ;;
7678
esac

0 commit comments

Comments
 (0)