...
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 from SD card and connect to this running target , in SDK. User can then set the relocation information, and set a breakpoint. Then upon a reboot , then the breakpoint should be hit and user can step through the uboot code as normal.
Table of Contents |
---|
Determining the uboot relocation address and offset:
...
If the board is connected directly to your machine, select Conection as local. However, as in the case here the board is connected remotely, then . User can set this up by selecting New
...