Hello,
We managed to use printf with the JTAG UART but not with the UART. We tried to connect the cable UART to USB to a second computer on which we use PuTTY to detect the serial port (which is detected) but no message is printed on the terminal.
We think that the problem might come from the pin assignment. We thus added in the TCL script a pin assignment to hps_uart_rx and hps_uart_tx (since there wasn't any) similarly to the following github. However, there still is an error in quartus saying that the pins were already assigned.
Do we really need to modify the TCL script or is there another way to use the UART?
Thank you for your help.