Uninstall Cable Drivers - 2021.2 English

Vivado Design Suite User Guide: Release Notes, Installation, and Licensing

Document ID
UG973
Release Date
2021-10-27
Version
2021.2 English
  • To uninstall the cable driver on a Windows client, run the following commands in an Administrator command prompt:
    cd %VIVADO_INSTALL_DIR%\data\xicom\cable_drivers\nt64 wdreg -inf %cd%\xusbdrvr.inf uninstall net stop XilinxPC4Driver del %WINDIR%\system32\drivers\windrvr6.sys del %WINDIR%\system32\drivers\xusb*.sys del %WINDIR%\system32\drivers\xpc4drvr.sys
    Note: Set or replace %VIVADO_INSTALL_DIR% with the location of your install directory.
  • To uninstall the products on a Linux client, run the following commands as root:
    rm -f /etc/udev/rules.d/52-xilinx-digilent-usb.rules rm -f /etc/udev/rules.d/52-xilinx-ftdi-usb.rules rm -f /etc/udev/rules.d/52-xilinx-pcusb.rules