You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to report success and say thanks for the project/repo/info. I'm able to control my old PI using jtag now following your armjtag instructions and kernel.img.
I'm running an old 18.04 LTS Ubuntu linux desktop and the stock openocd installed fine, and I launch it with
openocd -f olimex-arm-usb-tiny-h.cfg -f raspi.cfg
olimex-arm-usb-tiny-h.cfg is from the openocd package, but here's a copy:
Open On-Chip Debugger 0.10.0
Licensed under GNU GPL v2
For bug reports, read http://openocd.org/doc/doxygen/bugs.html
adapter speed: 1000 kHz
none separate
Info : auto-selecting first available session transport "jtag". To override use 'transport select '.
raspi.arm
Info : clock speed 1000 kHz
Info : JTAG tap: raspi.arm tap/device found: 0x07b7617f (mfg: 0x0bf (Broadcom), part: 0x7b76, ver: 0x0)
Info : found ARM1176
Info : raspi.arm: hardware has 6 breakpoints, 2 watchpoints
The text was updated successfully, but these errors were encountered:
Just wanted to report success and say thanks for the project/repo/info. I'm able to control my old PI using jtag now following your armjtag instructions and kernel.img.
I'm running an old 18.04 LTS Ubuntu linux desktop and the stock openocd installed fine, and I launch it with
olimex-arm-usb-tiny-h.cfg is from the openocd package, but here's a copy:
And raspi.cfg is the same as yours here:
https://raw.githubusercontent.com/dwelch67/raspberrypi/master/armjtag/raspi.cfg
When it works I get this:
The text was updated successfully, but these errors were encountered: