Replies: 2 comments 12 replies
-
Hi, You are not able to set the breakpoint at that point because those virtual memory memory addresses are only used starting from the The way to debug that code is to put a breakpoint on the physical address bao is running on. Let me know if this helps. |
Beta Was this translation helpful? Give feedback.
-
Hello David, Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am running the baremetal demo of bao, when I tried to set the breakpoint to _el2_entry or 0xfd8000000000, gdb cannot stop at the place. I found the earliest breakpoint I can set successfully is init in init.c.
Could you please give me any clue that I can debug the boot code from _el2_entry?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions