Set the driver to IP.
Syntax
bsp setdriver [options]
Set specified driver to the IP core in BSP settings of active domain.
Options
Option | Description |
---|---|
-driver
<driver-name>
|
Driver to be assigned to an IP. |
-ip
<ip-name>
|
IP instance for which the driver has to be added. |
-ver
<version>
|
Driver version. |
Returns
Nothing, if the driver is set successfully. Error string, if the driver cannot be set.
Example(s)
bsp setdriver -ip ps7_uart_1 -driver generic -ver 2.0
Set the generic driver for the ps7_uart_1 IP instance for the BSP.