Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The use-case we will use here is the debugging of the PS GEM driver (zynq_gem) on the RFSoC board; ZCU111. The SDK supports debugging on a running target, so users can boot u-boot and connect to this running target, then set the relocation information, and set a breakpoint. Then upon a reboot, then breakpoint should be hit and user can step through the uboot code.

...