konosubakonoakua / blog

https://konosubakonoakua.github.io/blog/
MIT License
0 stars 0 forks source link

[hw][fpga] linux Vivado 2019.1 setup #93

Open konosubakonoakua opened 2 months ago

konosubakonoakua commented 2 months ago

download

https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive.html

deps

sudo apt install libtinfo5 libncurses5

install

cd ~/Downloads
tar xvfz Xilinx_Vivado_SDK_2019.1_0524_1430.tar.gz
cd Xilinx_Vivado_SDK_2019.1_0524_1430
sudo ./xsetup

create desktop files

on ubuntu 22, the desktop file maybe will not work immediately, if not, try reboot or logout.

mkdir -p ~/.local/share/applications
cd ~/.local/share/applications/

cat <<EOF > vivado2019.1.desktop
[Desktop Entry]
Type=Application
Name=Vivado 2019.1
Exec=bash -c "source /tools/Xilinx/Vivado/2019.1/settings64.sh && /tools/Xilinx/Vivado/2019.1/bin/vivado"
Icon=/tools/Xilinx/Vivado/2019.1/doc/images/vivado_logo.png
StartupNotify=true
Categories=Application;
EOF
konosubakonoakua commented 2 months ago

jtag troubleshoot

can both use Platfrom cable usb (DLC9G) & Digilent JtagSMT2.

vivado 2019 hw_server error (in virtualbox linux mint22)

connect_hw_server
INFO: [Labtools 27-2285] Connecting to hw_server url TCP:localhost:3121
INFO: [Labtools 27-2222] Launching hw_server...
INFO: [Labtools 27-2221] Launch Output:

****** Xilinx hw_server v2019.1
  **** Build date : May 24 2019 at 15:06:40
    ** Copyright 1986-2019 Xilinx, Inc. All Rights Reserved.

ERROR: [Labtoolstcl 44-494] There is no active target available for server at localhost.
 Targets(s) ", jsn-JTAG-SMT2-210251190311" may be locked by another hw_server.
disconnect_hw_server localhost:3121

Solution:

Finally: image

if you are using vmware

sorry, I haven't tried it yet.