Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup_workspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export DEVDIR=$(cd `dirname $0` && pwd)
echo "Setup JetPack $1 to sources_$JETPACK_VERSION"

# Display NVIDIA license

Copilot AI Dec 2, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The DisplayNvidiaLicense call has been commented out without explanation. If this is intentional (e.g., license display is no longer required), consider adding a comment explaining why this was disabled. If the function or its dependencies are being removed, consider removing this line entirely rather than leaving it commented.

Suggested change
# Display NVIDIA license
# Display NVIDIA license
# The DisplayNvidiaLicense call is intentionally disabled. License display is no longer required for this script.

Copilot uses AI. Check for mistakes.
DisplayNvidiaLicense "${REVISION}" "${LICENSE}"
# DisplayNvidiaLicense "${REVISION}" "${LICENSE}"

# Install L4T gcc if not installed
if [[ $(uname -m) == aarch64 ]]; then
Expand Down