I have created a simple Zynq Processing project in Vivado 2018 SDK, for which I want to write a simple software (Hello World Application). I generated the bitstream and then exported it to Vivado SDK. Which generated the BSP files.
The MIO was configured with ETH port, USB Port, SD port, UART etc.
I then created a simple program (Hello World) in c. Which added all of header and source file "helloWorld.c". I then configured the system debugger and then click on Run as >> Launch on Hardware (System Debugger).
After running on the hardware I get the followin