Main Content

slrealtime load

(Linux-based RTOS) Load real-time application to target computer

Description

slrealtime load options loads the application <app_name> onto the Speedgoat® target. The real-time application was previously deployed to the target computer.

For more information about using this and other command-line interface commands, see Target Computer Command-Line Interface.

The slrealtime load command that you can run from the target computer command line corresponds to the load function that you can run from the MATLAB® Command Window on the development computer.

example

Examples

collapse all

From the target computer command line, load the installed real-time application slrt_ex_osc on the target computer .

slrealtime load --AppName slrt_ex_osc

Input Arguments

collapse all

Specify options as --Name1 <Value1> ... --NameN <ValueN>, where --Name is the option name and <Value> is the corresponding value. The order of these options does not matter.

Example: slrealtime load --AppName slrt_ex_osc

Provides name of the real-time application MLDATX file that you built from the model.

Example: --AppName slrt_ex_osc

Use the username and password options when the TargetOptions property useNetrc value (false) disables the .netrc file on the target computer. Do not use the username and password options when useNetrc is enabled.

Example: --username slrt

Use the username and password options when the TargetOptions property useNetrc value (false) disables the .netrc file on the target computer. Do not use the username and password options when useNetrc is enabled.

Example: --password slrt

Version History

Introduced in R2020b