Hello everyone,
I have been scratching my head on this for the past week and can't seem to figure out what's happening with the USB-UART on my Zedboard.
When i boot from the default image on the SD card, i can open a gtkterm on /dev/ttyACM0 (baud rate 115200) and use it as a console for the embedded Linux with no issue
Then, i try to generate a simple bistream with just the zynq processing system and only UART 1 on MIO 48:49. Compilation runs fine, I can program the device (I checked that it is indeed my design by switching on some random LEDs), export the hardware and start the SDK, generate a BSP and starts a hello world project. I check that i can indeed connect to the USB-UART interface by creating a new connection in the SDK terminal (which then indicates Connected to Serial (/dev/ttyACM0, 115200, 0, 8).
However, when i build the project and run it (Launch on Hardware), although the SDK log on the right shows that the program was loaded and executed, the console at the bottom remains completely empty (except for the header "TCF Debug Virtual Terminal - ARM Cortex A9 MPCore1)
I'm using Vivado 2018.3 Webpack under Ubuntu 16.04 but also tried with several earlier versions (I went all the way back to 2014.1 and 2014.2 with the same result). I have done every possible tutorial on this (which always amount to load an empty design with just the processor and do a helloworld). I have no compilation error at any stage of the process and i'm pretty sure my design is loaded since i can set some LEDs and see them on the board. I have tried not connecting the SDK terminal to the /dev/ttyACM0 and use gtkterm or screen instead, with the same result.
I have the last version of the USB drivers for the Cypress and FTDI devices and the correct permissions to access them (otherwise I would not be able to connect to the reference design in the SD card via the UART link) therefore I have no idea what's going on at this point.
Anyone got stuck with the same issue? I'm pretty sure the problem exists between the keyboard and the chair but i have no clue as to where exactly 