Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 1.23 KB

Add-IoTBSP.md

File metadata and controls

60 lines (42 loc) · 1.23 KB
external help file Module Name online version schema
IoTCoreImaging-help.xml
IoTCoreImaging
2.0.0

Add-IoTBSP

SYNOPSIS

Generates a BSP directory under Source-arch\BSP\ using a BSP directory template.

SYNTAX

Add-IoTBSP [-BSPName] <String> [<CommonParameters>]

DESCRIPTION

Generates a BSP directory under Source-arch\BSP\ using a BSP directory template.

EXAMPLES

EXAMPLE 1

Add-IoTBSP MyRPi

PARAMETERS

-BSPName

Mandatory paramter, specifying the BSP name.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).

INPUTS

OUTPUTS

NOTES

See Add-IoTProduct for creating new product directory.

RELATED LINKS

Add-IoTProduct