Skip to main content
Ctrl+K
NVIDIA DriveOS 7.0.3 Linux SDK Developer Guide - Home

NVIDIA DriveOS 7.0.3 Linux SDK Developer Guide

NVIDIA DriveOS 7.0.3 Linux SDK Developer Guide - Home

NVIDIA DriveOS 7.0.3 Linux SDK Developer Guide

Table of Contents

  • Development Workflow
  • Examples: Creating CopyTarget Manifest
  • Creating a Symlink

Creating a Symlink#

The following file attribute instructs CopyTarget to create a symlink at ${TARGET_DIRECTORY}/link.txt that points to /file.txt, where ${TARGET_DIRECTORY} is the target directory provided to CopyTarget.

fileList:
    - destination: /link.txt
      source:
          pdk_sdk_installed_path: /file.txt
      create_symlink: true

previous

Removing a File

next

Comprehensive Example: Using copytarget-manifest.yaml

NVIDIA NVIDIA

Copyright © 2024-2025, NVIDIA Corporation.

Last updated on Jul 25, 2025.