Contenido principal

removeOperatingSystem

Class: soc.sdk.BoardSupport
Namespace: soc.sdk

Remove an operating system from the board support

Syntax

removeOperatingSystem(boardSupportObj,name)

Description

Add-On Required: This feature requires the SoC Blockset Support Package for AMD FPGA and SoC Devices add-on.

removeOperatingSystem(boardSupportObj,name) deletes the soc.sdk.OperatingSystem object, with Name property equal to the name argument, from the soc.sdk.BoardSupport object.

Input Arguments

expand all

BoardSupport object, specified as an soc.sdk.BoardSupport object, defines a hardware board that you can use with the SoC Blockset™ features.

Descriptive name of the Name property of a OperatingSystem object contained in the BoardSupport object.

Example: "MyLinuxDistro"

Data Types: string | char

Version History

Introduced in R2019b