Setup OpenOCD with JTAG + UART on raspberry pi 4 using FT232H
Hello everyone. On today's blog, I'll tell you about how to setup JTAG + Serial connection on the Raspberry pi 4B and configure OpenOCD to debug the RPi4b. Be sure to follow every line or you might end in problem ;)
Pre-requisite Material
Hardwares
...
0xnoor.hashnode.dev11 min read
Ning Yang
RTEMS
Hi, I successfully set up JTAG by following your blog,but I have a problem. i use
b hello.c:60and reboot my raspberrypi,It runs directly without interruption.How to debug RTEMS applications? How to single step debugging?