Deployment

Deploy generated code to NVIDIA® Tegra® hardware targets

You can use GPU Coder™ with the GPU Coder Support Package for NVIDIA GPUs to deploy your MATLAB® algorithms on embedded NVIDIA GPUs. Specifically, you can target the NVIDIA Jetson and DRIVE family of boards on either Windows® or Linux® systems. The GPU Coder Support Package for NVIDIA GPUs enables you to remotely communicate with the NVIDIA target and control the peripheral devices for prototyping. The MATLAB entry-point function is deployed as a standalone executable that continues to run even if the hardware live connection is disconnected from the host computer.

To install this support package, use the Add-On Explorer in MATLAB. For information on the supported development platforms, see Install and Setup Prerequisites for NVIDIA Boards (GPU Coder Support Package for NVIDIA GPUs).

Functions

packNGoPackage generated code in ZIP file for relocation
jetsonCreate connection to NVIDIA Jetson hardware
driveCreate connection to NVIDIA DRIVE hardware

Objects

coder.hardwareCreate hardware board configuration object for C/C++ code generation from MATLAB code
jetsonConnection to NVIDIA Jetson hardware
driveConnection to NVIDIA DRIVE hardware

Topics

MATLAB

Build and Run an Executable on NVIDIA Hardware

Targeting embedded NVIDIA boards from the MATLAB command line.

Build and Run an Executable on NVIDIA Hardware Using GPU Coder App

Targeting embedded NVIDIA boards by using the GPU Coder app.

Relocate Generated Code to Another Development Environment

Package generated files into a compressed file that you can relocate and unpack with a standard zip utility.

Simulink

Targeting NVIDIA Embedded Boards

Build and deploy to NVIDIA GPU boards.

Numerical Equivalence Testing

Compare results from model and generated code simulations.

Parameter Tuning and Signal Monitoring Using External Mode

Tune parameters and monitor signals through a TCP/IP communication channel between development computer and target hardware.

Featured Examples