bsp - 2020.2 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2020-12-15
Version
2020.2 English

Configure bsp settings of baremetal domain

Syntax

bsp <sub-command> [options]
Configure the bsp settings which includes library, driver and OS version of a active domain, based on <sub-command> specified. Following sub-commands are supported.
  • config - Modify the configurable parameters of bsp settings.
  • getdrivers - List IP instance and its driver.
  • getlibs - List the libraries from bsp settings.
  • getos - List os details from bsp settings.
  • listparams - List the configurable parameters of os/proc/library.
  • regenerate - Regenerate BSP sources.
  • reload - Revert the bsp settings to the earlier saved state.
  • write - Save the bsp edits.
  • removelib - Remove library from bsp settings.
  • setdriver - Sets the driver for the given IP instance.
  • setlib - Sets the given library.
  • setosversion - Sets version for the given os.
Type "help" followed by "bsp sub-command", or "bsp sub-command" followed by "-help" for more details.

Options

None

Returns

Depends on the sub-command. Please refer to sub-command help for details.

Example(s)

Please refer to sub-command help for details.