OpenOCD on the Raspberry Pi inside a NumWorks calculator
In my previous post I added a Raspberry Pi Zero inside the calculator. Why not use also it to program/debug the calculator firmware ?
What I have done is basically to follow this adafruit tutorial.
I soldered only SWDIO to Raspberry Pi #24 and SWCLK to Raspberry Pi #25. This seems to be enough, and the reset button of the calculator is not far away if needed.
Using the following OpenOCD script, it is now possible to debug or program the calculator over the air !
Read more ...