Questions tagged [fvp]

Question related to Fixed Virtual Platform, ARM's virtual development platform

Question related to Fixed Virtual Platform, ARM's virtual development platform

5 questions
7
votes
1 answer

DS-5 : What is FVP, RTSM, Foundation Model, AEM model, Fast Model, CADI?

DS-5 simulator uses a lot of terms like FVP, RTSM, Fast Models, Foundation Model, AEM Model, CADI. The explanation provided in Arm's documentation is not very clear. What do these terms mean and which ones should I care about as an end user of DS-5?
Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
3
votes
1 answer

QEMU and FVP models difference

Does anyone know what the difference is between ARM's Fixed Virtual Platform (FVP) binaries (which usually need a paid license) and QEMU's free models? For example: which are their strong/weak points such as capabilities for debugging and tracing?
user10728141
  • 59
  • 1
  • 8
1
vote
0 answers

Stack overflow on QEMU hosting MTE enabled kernel does not raise fault

I test stack overflow with linux 5.10 and qemu 5.2.93. It also can't detect the overflow on stack. Here is my sample example #include int main(int argc, char** argv) { volatile char pad[10]; char s[10]; for(int i=0;…
echo
  • 11
  • 1
0
votes
1 answer

Android Boot Debug : Init ends up in OnBootPhase_XXX loop ( Android-13 on Qemu / Virtual Platform )

I am new to Android bringup, Kernel boot seems successful and we arrive at console prompt but beyond that, logcat does not reveal what might be holding back Android-13 boot. In terms of Software, we have a setup to build Android-12 succesfully for…
-6
votes
1 answer

ARM Fixed Virtual Platforms (FVP) and ARMv8.4-a support

ARM offers emulators for development at Fixed Virtual Platforms (FVPs). ARM also announced ARMv8.4-a, which provides hardware acceleration for cryptographic algorithms, including SHA2-512, SHA3, SM3 and SM4. I have some C++ code I want t port to the…
jww
  • 97,681
  • 90
  • 411
  • 885