Main Content

openShell

Open terminal on host computer to use a Linux shell on NVIDIA hardware

Add-On Required: This feature requires the MATLAB Coder Support Package for NVIDIA Jetson and NVIDIA DRIVE Platforms add-on.

Description

example

openShell(hwObj) opens an SSH terminal on your host computer that provides encrypted access to the Linux® command shell on the NVIDIA® hardware. When you are prompted, enter a user name and password.

Examples

collapse all

You can use an encrypted SSH terminal session to change the password on your NVIDIA Jetson™ board.

hwObj = jetson()
openShell(hwobj)

Use the Linux passwd command to change the password of the current user.

passwd

Input Arguments

collapse all

Connection to a specific NVIDIA hardware board, specified as a jetson or drive object.

Version History

Introduced in R2018b