How to use Cortex-a53 FVP for AArch32 platform in DS-5?

Hi all,
I have downloaded Cortex-A53 FVP (Version-10.2). I am able to run code on AArch64 platform in DS-5 simulator. How to use this Cortex-A53 FVP to run on AArch32 ? What are the required settings for this? Can anyone help me on this.

Thanks,
Divya.

Parents
  • After booting in AArch64 software can configure the system to change to AArch32 on an exception return. DS-5 has some example code for a generic v8 model that should be easy to port to A53. See the "ARMv8 SMP AArch64 Startup Code with AArch32 application for ARM Compiler 6 and AEMv8 FVP model" example in DS-5.
Reply
  • After booting in AArch64 software can configure the system to change to AArch32 on an exception return. DS-5 has some example code for a generic v8 model that should be easy to port to A53. See the "ARMv8 SMP AArch64 Startup Code with AArch32 application for ARM Compiler 6 and AEMv8 FVP model" example in DS-5.
Children