Open konosubakonoakua opened 2 months ago
can both use Platfrom cable usb (DLC9G) & Digilent JtagSMT2.
locked by another hw_server:
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.
sudo rm -rf /tmp/digilent*
kill $(ps -A | grep hw_server | awk '{ print $1 }')
sudo lsusb
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:
sudo rm -rf /tmp/digilent* && ps -A | grep -q 'hw_server' && pkill -f hw_server
Finally:
sorry, I haven't tried it yet.
download
https://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/vivado-design-tools/archive.html
deps
install
create desktop files
on ubuntu 22, the desktop file maybe will not work immediately, if not, try reboot or logout.