Main Content
Open a Secure Shell Command-Line Session with NVIDIA Hardware
To open a Secure Shell (SSH) command-line
session with NVIDIA DRIVE® or Jetson™ hardware, use the openShell
method
of the jetson
or drive
object. For
example to open an SSH session to the Jetson hardware, enter:
hwJetson = jetson; openShell(hwJetson);
Similarly, you can create a live hardware connection to the DRIVE target and open an SSH session.
See Also
Functions
jetson
|drive
|openShell
|killApplication
|runExecutable
|killProcess
|runApplication
|system
Objects
Related Examples
- 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