Hi there,
this is most likely a issue caused by VirtualBox rather than the TE0790. But perhaps someone is experiencing the same issue and knows a work around.
Since I perform most of the development under a virtual machine, I would also like to have access to the JTAG probe under Linux virtual machine.
The problem:
When I connect the TE0790 to the VM I am able to connect through the xsdb or xsct but not able to list the targets( bellow you find the output).
ubuntu@ubuntu-VirtualBox:~$ lsusb
Bus 001 Device 003: ID 0403:6010 Future Technology Devices International, Ltd FT2232C/D/H Dual UART/FIFO IC
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ubuntu@ubuntu-VirtualBox:~$ xsdb
rlwrap: warning: your $TERM is 'xterm-256color' but rlwrap couldn't find it in the terminfo database. Expect some problems.
****** System Debugger (XSDB) v2023.1
**** Build date : May 7 2023-15:13:35
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
** Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
xsdb% connect
attempting to launch hw_server
****** Xilinx hw_server v2023.1
**** Build date : May 7 2023 at 15:13:34
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
** Copyright 2022-2023 Advanced Micro Devices, Inc. All Rights Reserved.
INFO: hw_server application started
INFO: Use Ctrl-C to exit hw_server application
INFO: To connect to this hw_server instance use url: TCP:127.0.0.1:3121
tcfchan#0
xsdb% targets
xsdb%
Under Windows Host this does not happens:
C:\Xilinx\Vitis\2022.2\bin
λ .\xsct
****** Xilinx Software Commandline Tool (XSCT) v2022.2.0
**** SW Build 0 on 2022-10-13-12:09:39
** Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
xsct% connect
tcfchan#0
xsct% targets
1 PS TAP
2 PMU
3 PL
4 PSU
5 RPU (Reset)
6 Cortex-R5 #0 (RPU Reset)
7 Cortex-R5 #1 (RPU Reset)
8 APU (L2 Cache Reset)
9 Cortex-A53 #0 (APU Reset)
10 Cortex-A53 #1 (APU Reset)
xsct%
Anyone having the same issue? I can of course be always switching between VM and Host to developt and flash or debug. But like I said is quite tedius to switch between both.
Greetings