Hello,
i found an interesting project: ZedBoard-BareMetal-Examples
https://github.com/rlangoy/ZedBoard-BareMetal-Examples
Well, i am able to run HelloWorld 1 & 2 but i fail with HelloWorld03.
The first two depend on U-Boot, which initiates UART etc.
HelloWorld03 is supposed to work without U-Boot, but i dont see no output.
Now, how would i debug this?
I boot this stuff with XMD.
i.e.
%connect arm hw
%source ps7_init.tcl
%ps7_init
% dow hello03.elf
% run
Anybody used to XMD?
May i use it to debug this bring-up code?
Anybody successful with HelloWorld_03?