Layton
Layton
> How very strange, does the green ‘done’ LED come on when you press the reconfigure button? Have you tried the pre-made binaries in the release area of the website?...
> 当您按下重新配置按钮时,绿色的“完成” LED会亮得多么奇怪?您是否在网站的发布区域中尝试了预制的二进制文件? v0.6 when I reset the cpu, the led will be lighted colorfully. whether v0.7 is same as it? When I pressed PROG , nothing happened with '...
> Have you tried the ‘make debug’ target. This would establish if the CPU is working. You can load in a program with gdb and test the operation that way....
> Have you tried the ‘make debug’ target. This would establish if the CPU is working. You can load in a program with gdb and test the operation that way....
> You can also try the command: > > ``` > make nexys4_ddr_rocket_new > ``` > > This will recompile the boot loader and create a patched bitstream, it should...
> Did you use the load command in gdb also? No, I did't
I'm a newbie, now I'm in junior year. I am learning RISC-V,Please trouble you
> OK, I have added more detail to the documentation to get you going if possible. The correct usage of gdb is: > > target remote :3333 > load >...
> By the way, what version of Vivado are you using ? vivado 2018.3 ubuntu 16.04.3
Will it cause any problem? If yes, maybe i should install vivado2018.1 and retry