
Configure NVIDIA Jetson CPU to run Simulink® models.
In the Simulink Editor, select Simulation > Model Configuration Parameters.
In the Configuration Parameter dialog box, click Hardware Implementation.
Set the Hardware board parameter to
NVIDIA Jetson(CPU).
The parameter values under Hardware board settings are automatically populated to their default values.
You can optionally adjust these parameters for your particular use case.
To apply the changes, click Apply.
For more information on selecting a hardware support package and general configuration settings, see Hardware Implementation Pane.
| Parameter | Description | Default Value |
|---|---|---|
| Device Address | IP address or host name of the hardware board. | <empty> |
| Username | Root user name for Linux® running on the hardware board. | <empty> |
| Password | Root password for Linux running on the hardware board. | <empty> |
| Parameter | Description | Default Value |
|---|---|---|
| Build action | Option to specify whether you want only build or build and run actions during code generation. | Build and run |
| Build directory | Build directory for Linux running on the hardware board. | /home/<username> |
| Run on boot | Automatically starts a Simulink model deployed on the hardware every time you restart the hardware. | off |
| Parameter | Description | Default Value |
|---|---|---|
| Communication interface | The transport layer External mode uses to exchange data between the host computer and the target hardware. | TCP/IP |
| Run external mode in background thread | The option to force the External mode engine to run the generated code in a background task. | Not selected |
| Logging buffer size (in bytes) | The buffer size for logging data in Universal Measurement and Calibration Protocol (XCP)-based External mode. | 1000000 |
| Port | The port the External mode uses for communications between the hardware board and host computer. | 17725 |
| Verbose | Option to view the External Mode execution progress and updates in the Diagnostic Viewer or in the MATLAB® Command Window. | Not selected |