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 the sub-command specified. The following sub-commands are supported.
Sub-command | Description |
---|---|
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 | Set the driver for the given IP instance. |
setlib | Set the given library. |
setosversion | Set the 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. Refer to the sub-command help for details.
Example(s)
Refer to the sub-command help for details.