03-28-2024, 06:31 AM
(12-02-2020, 10:46 AM)LPLA Wrote: Did you try running a RTL simulation first?
If that works then make sure you followed the steps on GitHub and source the right files before compiling an App for FPGA.
After loadingĀ the program to L2 you should set a breakpoint.
So basically in gdb you do:
1) load
2) b exit
3) continue
Did you have any output on minicom or screen?
Hi, I tried this but am not able to view any output on minicom, also the gdb terminal got hung at "continuing". Could you please guide me on what can I do next?