setdriver

Set driver for IP in the BSP.

Syntax

setdriver [OPTIONS]

Set specified driver to the IP core in the BSP.

Options

Option Description
-bsp <bsp-proj | mss-file> BSP project or mss file to which the driver needs to be added.
-ip <ip-name> IP instance for which driver needs to be set.
-driver <driver-name> Driver name which needs to be added to the BSP.
-ver <driver-version> Version of the driver.

Returns

If successful, this command returns nothing. Otherwise it returns an error.

Example(s)

setdriver -bsp hello_bsp -ip ps7_uart -driver generic -ver 2.0

Set the generic driver for the ps7_uart IP in the BSP.