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

Reboot failing in FVP RDV2 platform

Hi Team,

We are facing issue in reboot path. When we trigger the "reboot -f" command from host. The setup is failed at BL1 stage.

It is failing at In BL1  enable_mmu_direct_el3(flags) function. We have debugged the code and it is failing exactly at assembly instruction "isb" in enable_mmu.s file. It's triggered exception due to failed to read memory address.The exception is SynchronousExceptionSPx .

We expected cold reboot should happen in FVP RDV2. But we are stuck at this point. Please help us to proceed further.

Thanks,

Srinivas M

Parents
  • Invoking "reboot" with the "-f" option is to bypass all the shutdown steps meaning that you could corrupt your file system and potentially lose all your data so it doesn't seem to be appropriate to cold reboot with "-f". Try to invoke "reboot" without "-f".

Reply
  • Invoking "reboot" with the "-f" option is to bypass all the shutdown steps meaning that you could corrupt your file system and potentially lose all your data so it doesn't seem to be appropriate to cold reboot with "-f". Try to invoke "reboot" without "-f".

Children
No data