Hello,
I have a Microzed 7020 board, and I've been trying to program it in JTAG boot mode, but the board doesn't seem to work. I've been following different tutorials online, and always got stuck at the basic printing Hello World program. Namely, when I run the program, Vitis recognizes the board, and the board's blue LED (done LED) is turned on, but nothing seems to show up on Vitis serial terminal or Tera Term (both are tried individually to make sure there's no clashing of the terminals). When I tried using the xgpio examples that come with the BSP settings, the LEDs aren't responsive as well.
The board does work when I program the FPGA side (using pure verilog and flashing from Vivado), and does have a linux interface showing up when I use the QSPI boot mode, i.e., the USB-UART port seems to work.
The only thing that doesn't seem to work is flashing the code from Vitis to program the non-FPGA side of the processor.
This problem has been tried with different versions of Vivado/Vitis (2024, 2023, 2023, 2015), and the problem persists.
Thanks in advance!