03-04-2015 07:15 AM
I am using vivado 2014.4 to program a zedboard.
I am trying to go through the hello world tutorial found here:
http://www.ece.unm.edu/~jimp/codesign/Vivado/VivadoHelloWorldTutorial.pdf
The application runs on the hardware but no serial output is printed ("Hello" is not printed)
here is my MIO configuration
And here is the application code
#include "xil_printf.h" int main() { xil_printf("Hello\n"); return 0; }
The tutorial uses init_platform(); to initalize the ps, but I can't find the function in the bsp.
Here is the terminal settings:
And here is the linker script, I am posting because I feel there is something wrong here since all the compiled sizes is zero !!
03-04-2015 07:17 AM
MIO configuration: