Main Content

getL4TVersion

Get the L4T version of the NVIDIA Jetson hardware

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

Description

example

getL4TVersion(hwObj) displays the version number of the Linux® for Tegra (L4T) installed on the NVIDIA® hardware.

Examples

collapse all

You can check the L4T version currently installed on the Jetson™ hardware from the MATLAB® environment using the getL4TVersion method of the jetson hardware connection object.

To create a live hardware connection object, provide the host name or IP address, user name, and password of the target board

getL4TVersion(hwObj);
Jetson L4T version is: L4T R28.2.0.

Input Arguments

collapse all

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

Version History

Introduced in R2018b