;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; NVIDIA SDK Manager Response File Template for DRIVE SDKs ;;; ;;; ;;; ;;; This file contains arguments, values and user inputs for SDK Manager. ;;; ;;; It enables running automation and unattended sessions. ;;; ;;; ;;; ;;; To use this sample response file: ;;; ;;; 1. Copy the file and enable for edit ;;; ;;; 2. Edit the arguments and values as needed ;;; ;;; 3. Run: sdkmanager --cli --response-file ;;; ;;; ;;; ;;; More information and value options are available by using: ;;; ;;; sdkmanager --query [Available SDKs options for the user] ;;; ;;; sdkmanager --help [SDK Manager CLI syntax] ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;; ;;; General Settings ;;; ;;;;;;;;;;;;;;;;;;;;;;;; [client_arguments] ;; "action" Set the session action: install, uninstall or downloadonly. action = install ;; "login-type" devzone|nvonline Set the login server, login with developer.nvidia.com (devzone) or partners.nvidia.com (nvonline) account. login-type = devzone ;; "user" email_address Set the user email to login. Valid only for NVOnline login. ; user = user@domain.com ;; "password" Set the login password. Valid only for NVOnline login. ;; ***** Warning: Password below can be read by any user with read permission for this file ***** ; password = account password ;; "stay-logged-in" Keep the user account logged-in for next running session ; stay-logged-in = true ;; "product" Set the product name. product = DRIVE ;; "version" Set the product version. Use --query to get available version values. version = 6.0.6 ;; "target-os" Set the target hardware operating system. target-os = Linux ;; "host" Set if host side components need to be installed. host = true ;; "target" Set the target hardware in use. Use hardware code name. target = DRIVE_AGX_ORIN_DEVKITS ;; "flash" Set the flash operation mode. flash = true ;; "additional-sdk[]" Specify additional SDK to install. Multiple entries are allowed, each in a separate line. ; additional-sdk[] = OpenDDS ; additional-sdk[] = 'Linux PDK' ; additional-sdk[] = 'ROS Example' ;; "select[]" Specify section or group to installation list. Multiple entries are allowed, each in a separate line. ; select[] = File Systems ;; "deselect[]" Specify section or group to exclude from installation list. Multiple entries are allowed, each in a separate line. ; deselect[] = File Systems ;; "download-folder" Set the download folder for the SDK components. Used for downloading the files and for locating the SDK components when using --login-type offline. ; download-folder = ~/Downloads/nvidia/sdkm_downloads/ ;; "target-image-folder" Set the host location of the target hardware image for flashing. ; target-image-folder = ~/nvidia/nvidia_sdk/ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Responses to required user prompts ;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; "collect-usage-data" enable|disable Set to enable or disable usage data collection. ;; collect-usage-data = enable ;; "license" Set this option to accept the terms and conditions of SDK license agreements. ; license = accept ;; "sudo-password" Set this host sudo password to skip the authentication prompt. ;; ***** Note: Password saved in this file are used as clear text ***** ; sudo-password = host_sudo_password ;; Set the initial user details for the DRIVE OS. [pre-flash-settings] ;; ***** Note: Password saved in this file are used as clear text ***** user = device_username password = device_password ;; Above user and password are set to device only when the persistent partition on device is clean ;; This is a flash option. When wipe-persistent-partition == Yes, the flashing process resets persistent partition. ; wipe-persistent-partition = Yes