Hardware board
R2026bTarget hardware board specification for model deployment
Model Configuration Pane: Hardware Implementation
Description
The Hardware board parameter specifies the hardware board upon which to run your model.
Changing this parameter updates the dialog box display so that it displays parameters that are relevant to your hardware board.
To install support for a hardware board, go to the MATLAB® Home tab, and in the Environment section, click Add-Ons > Get Hardware Support Packages.
After installing support for a hardware board, reopen the Configuration Parameters dialog box and select the hardware board.
Dependencies
The Device vendor and Device type parameter values reflect available device support for the selected hardware board.
When
you select a hardware board, the selection potentially changes the
Toolchain parameter value and other configuration parameter values.
For example, if you change the hardware board selection to ARM Cortex-A9
(QEMU), the Toolchain parameter value changes to a
supported toolchain, such as Linaro Toolchain v4.8.
Settings
None | Determine by Code Generation system target file |
Get Hardware Support Packages
| Hardware board name The
default setting for this parameter is None if the specified
system target file is ert.tlc, realtime.tlc, or
autosar.tlc. Otherwise, the default is Determine by Code
Generation system target file.
-
None No hardware board is specified. The system target file specified for the model is
ert.tlc,realtime.tlc, orautosar.tlc.-
Determine by Code Generation system target file Specifies that the system target file setting determines the hardware board.
-
Get Hardware Support Packages Opens the Add-Ons Explorer. Use the Add-Ons Explorer to install support packages. After you install a hardware support package, the list includes relevant hardware board names.
- Hardware board name
Specifies the hardware board to use to implement the system this model represents.
Tips
When you select a hardware board, parameters for board settings appear in the dialog box display.
After you select a hardware board, you can select a device vendor and type.
Recommended Settings
| Application | Setting |
|---|---|
| Debugging | No impact |
| Traceability | No impact |
| Efficiency | No impact |
| Safety precaution | No impact |
Programmatic Use
Parameter:
HardwareBoard
|
| Type: string | character vector |
Value:
"None" | "Determine by Code Generation system target
file" | "Get Hardware Support Packages" | hardware board
name |
Default:
'None' when the specified system target file is
ert.tlc, realtime.tlc, or
autosar.tlc | 'Determine by Code Generation system target
file' when the system target file setting determines the hardware
board |
Version History
Introduced in R2006a
See Also
Topics
- Hardware Implementation Pane
- Hardware Implementation Options (Simulink Coder)
- Specifying Production Hardware Characteristics (Simulink Coder)
- Get and Manage Add-Ons