- To install the Windows driver, do the following:
- Run the following commands in an Administrator command
prompt.
cd %VIVADO_INSTALL_DIR%\data\xicom\cable_drivers\nt64 install_drivers_wrapper.bat %log_dir%
Note:- Set or replace
%VIVADO_INSTALL_DIR%
with the location of your install directory. - Replace
%log_dir%
with the location of the log directory.
- Set or replace
- Run the following commands in an Administrator command
prompt.
- To install the Linux driver, do the following:
- Enter the following commands as
root:
cd ${vivado_install_dir}/data/xicom/cable_drivers/lin64/install_script/ install_drivers/
./install_drivers
Note: Replace${vivado_install_dir}
with the location of your install directory. If%log_dir%
is not specified, a file named install_drivers_wrapper.log will be placed under%VIVADO_INSTALL_DIR%
ofyour Vivado install location.
- Enter the following commands as
root: