使用安全 shell 命令行会话连接 NVIDIA 硬件
要打开与 NVIDIA DRIVE® 或 Jetson™ 硬件的安全 Shell (SSH) 命令行会话,请使用 jetson 或 drive 对象的 openShell 方法。例如,要打开与 Jetson 硬件的 SSH 会话,请输入:
hwJetson = jetson; openShell(hwJetson);

同样,您可以创建与 DRIVE 目标的实时硬件连接并打开 SSH 会话。
另请参阅
函数
jetson|drive|openShell|killApplication|runExecutable|killProcess|runApplication|system
对象
主题
- Sobel Edge Detection on NVIDIA Jetson Nano Using Raspberry Pi Camera Module V2
- Getting Started with the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms
- Deploy and Run Sobel Edge Detection with I/O on NVIDIA Jetson Nano
- Build and Run an Executable on NVIDIA Hardware
- Stop or Restart an Executable Running on NVIDIA Hardware
- Processor-in-the-Loop Execution from Command Line
- Processor-In-The-Loop Execution with the GPU Coder App