05-23-2018 04:48 AM
05-24-2018 01:06 PM
Hi iris_feichtner,
You need to do the settings64.sh from the install directory, not any of the sub commands.
Something like: > source settings64.sh
Then you can do> which xbinst
<Install path>/vivado/SDx/2017.4/bin/xbinst
This means you do have it in the path. You need to make sure that you installed the SDX version of vivado.
The setup.sh is actually something you would need for running the board afterwards and is generated via the outputs of the xbinst command.
Try looking in /bin.xbinst to confirm it does exist. If you have it sourced right, but don't have a license you can call xbinst --list and get a blank result to confirm that.
Regards,
Evan
05-24-2018 01:06 PM
Hi iris_feichtner,
You need to do the settings64.sh from the install directory, not any of the sub commands.
Something like: > source settings64.sh
Then you can do> which xbinst
<Install path>/vivado/SDx/2017.4/bin/xbinst
This means you do have it in the path. You need to make sure that you installed the SDX version of vivado.
The setup.sh is actually something you would need for running the board afterwards and is generated via the outputs of the xbinst command.
Try looking in /bin.xbinst to confirm it does exist. If you have it sourced right, but don't have a license you can call xbinst --list and get a blank result to confirm that.
Regards,
Evan
05-31-2018 02:57 AM
Thank you very much! I had installed the wrong version of vivado.
Best Regards
02-28-2019 03:55 AM
@evant"Try looking in /bin.xbinst to confirm it does exist. If you have it sourced right, but don't have a license you can call xbinst --list and get a blank result to confirm that."
There is no file like this, how to get it. and on doing which xbinst i am getting this:
no xbinst in (/opt/Xilinx2018.2/DocNav:/opt/Xilinx2018.3/SDK/2018.3/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/microblaze/lin/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/arm/lin/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/microblaze/linux_toolchain/lin64_le/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/aarch32/lin/gcc-arm-linux-gnueabi/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/aarch32/lin/gcc-arm-none-eabi/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/aarch64/lin/aarch64-linux/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/aarch64/lin/aarch64-none/bin:/opt/Xilinx2018.3/SDK/2018.3/gnu/armr5/lin/gcc-arm-none-eabi/bin:/opt/Xilinx2018.3/SDK/2018.3/tps/lnx64/cmake-3.3.2/bin:/opt/Xilinx2018.3/Vivado/2018.3/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
Note: I have done this in Vivado Installation Directory: source settings64.sh
06-17-2019 01:59 AM
06-26-2019 10:04 PM