Hello, I recently got myself a MiniZed board, and I'm taking my first steps learning to use it. I work an an Ubuntu machine, and I have installed the Xilinx Vitis 2020.1 unified platform.
I managed to create a project on Vivado and open on Vitis, although when I try to run the debugger I get this error message in a window:
```
Error while launching program:
Could not find ARM device on the board for connection 'aoeu'.
Check if the target is in:
1. Split JTAG - No operations are possible with ARM DAP.
2. Non JTAG bootmode - Bootrom may need time to enable DAP.
Please try again.
Troubleshooting hints:
1. Check whether board is connected to system properly.
2. In case of zynq board, check whether Digilent/Xilinx cable switch settings are correct.
3. If you are using Xilinx Platform Cable USB, ensure that status LED is green.
```
I have already tried to install the cable drivers.
Is it even possible to use this board with the 2020.1 tools or should I move back to the 2019 or 2018 ones? And how can I try to debug this issue?