Skip to content

Commit

Permalink
Set default lic agreement path from JP 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-Prasad-V committed Jul 10, 2024
1 parent 92ff1d7 commit 2b8cec0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/patch-realsense-ubuntu-L4T.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ function DisplayNvidiaLicense {
exit 1
fi

license_path="https://developer.download.nvidia.com/embedded/L4T/r32_Release_v7.1/T186/Tegra_Software_License_Agreement-Tegra-Linux.txt"
if [ "5.0.2" = ${patches_revison} ]; then
license_path="https://developer.download.nvidia.com/embedded/L4T/r35_Release_v1.0/Release/Tegra_Software_License_Agreement-Tegra-Linux.txt"
fi
# By default referencing license agreement of JP 5.0.2
license_path="https://developer.download.nvidia.com/embedded/L4T/r35_Release_v1.0/Release/Tegra_Software_License_Agreement-Tegra-Linux.txt"

if [ "5.1.2" = ${patches_revison} ]; then
license_path="https://developer.download.nvidia.com/embedded/L4T/r35_Release_v4.1/release/Tegra_Software_License_Agreement-Tegra-Linux.txt"
Expand Down

0 comments on commit 2b8cec0

Please sign in to comment.