-
Notifications
You must be signed in to change notification settings - Fork 157
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
How can we use jtag to debug the ARM7 chip? #219
Comments
RV1106 ARM openocd cfg
|
and then enter 0xff001100
I ran openocd -f dirtyjtag.cfg -f file_with_above_config I got the following error: Info : only one transport option; autoselecting 'jtag' |
ARM is SWD Protocol。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From uboot we can do the following:
mm.l 0xff538008
and then enter
0xff001100
This should set us up to use jtag to debug the ARM7 chip.
But now we need a target file for openocd to connect to debug the ARM7 chip.
Thanks for any help.
The text was updated successfully, but these errors were encountered: