I just started with the MicroZed. My first application is the HelloWorld app, and it works just fine with the JTAG, running as debug.
I built a BIF with the FSBL (release) and HelloWorld (release). I burned the image to flash. The UART has no output when running from flash.
I modified the FSBL so I could debug booting from QSPI and it seems to do the right thing and loads and attempts to run HelloWorld, but still no output from the UART.
Any suggestions?