-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug with OpenOCD #36
Comments
The openocd config file is in the main Ariane (or CVA6) repository. As soon as you launch openocd and it sucessfully connects to the FPGA it outputs a port on which you can run riscv-gdb on. |
ok, I'll try it, after tring ,I'll tell you the result . |
Sorry. root@delta:/home/delta/riscv-openocd# openocd -f fpga/ariane.cfg please tell me how to solve this problem. |
Just to check: are you sure you use the correct ariane image and the correct jtag usb port? |
I'm sure that my ariane image is correct. |
Why do you configure your IO? The release image of ariane already has the correct ports specified. |
Oh,this is my mistake, I will try again and get back to you,thanks |
Fix Safety Island's power on reset connection and eliding Spyglass.
Hi.
I have some questions about debug.
1:As you said, I go to this page "https://github.com/riscv/riscv-openocd", and installed the OpenOCD , but it doesn't said how to use it to gdb , could you tell me how to use it?
2:OpenOCD need configuration file for debug, but there isn't have the OpenOCD configuration file for digilent genesys 2 ,how can i get the corresponding configuration file.
Many thanks for your reply.
The text was updated successfully, but these errors were encountered: