Hello,
I am attempting to run the Hello World application - first setting up the Zynq in Vivado 2020.2 and then running the standard Hello World C application through Vitis 2020.2. Following this tutorial: https://www.youtube.com/watch?v=Mb-cStd4Tqs&ab_channel=RobertSwan . The classic mistakes of putting the board into JTAG boot mode and changing the stdin/stdout to uart_1 have been solved.
When debugging/launching the code on my MiniZed over JTAG, I receive the following messages in the XSCT console. I cannot get it to print Hello World over UART, either in the Serial Terminal or through an external application like Tera Term.
Info: ARM Cortex-A9 MPCore #0 (target 2) Stopped at 0xffffff28 (Suspended)
_vector_table() at asm_vectors.S: 50
50: B _boot
Info: ARM Cortex-A9 MPCore #0 (target 2) Stopped at 0x10058c (Breakpoint)
main() at ../src/helloworld.c: 55
55: init_platform();
When googling, similar error messaged appear but no clear instructions/understanding is given towards these errors.
I have attached my platform and application files below.
Any help/insight would be appreciated.
Kind Regards,
Mathijs