Debugging VMs on Bao #125
Replies: 2 comments
-
I guess I was wrongly looking to debug on physical memory, partially because of previous experience on riscv of which certain versions of hardware and GNU toolchain are very bad at handling virual address debugging.
|
Beta Was this translation helpful? Give feedback.
-
@maskedarray happy you found a workaround to your problem. Cache coloring shouldn't cause any issues with debugging bao. I would also maybe suggest using Vitis for debugging as it essentially provides a nice GUI over xsdb. |
Beta Was this translation helpful? Give feedback.
-
Hi, since Bao relocated the VM images as specified by cache coloring, I was wondering what would be the best way to debug VM images (eg, baremetal/FreeRTOS) on Bao?
My platform is ZCU102.
To be able to use JTAG, I am using xsct to build and download code into the board, I have tried using the xsct builtin debugging functionality (xsdb) but it does not seem to work good.
Beta Was this translation helpful? Give feedback.
All reactions