This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to know why system hangs in EL2

Hello,

I am trying to enable stage 2 translation on Raspberry Pi 3B+. I create a translation table, store its base address in VTTBR, configure VTCR and HCR to enable stage 2 translation.

These steps should be finished in EL2, but it hangs, without any information printed on my screen. I cannot find some useful information why it hangs. Maybe I do not flush cache or TLB? Or maybe my traslation table is wrong? I don't know.

So can someone tell me how to know the reason for hangs in EL2? Maybe I should check some debug logs?