Hi,
I am using QEMU 3.0.0
I am trying to execute a Cortex-R5 binary on any of the two R5F cores
emulated by QEMU but I am unable to. I don't see any error messages; just
nothing happens. I use the following command:
./aarch64-softmmu/qemu-system-aarch64 -M xlnx-zcu102 -smp 6 -m 2G -serial
mon:stdio -serial /dev/null -display none \
-device loader,file=<path to R5 .out image>,cpu-num=4

If I try to boot R5-0 with my working AMP solution, AMP image launches on
A53-0 but stops at booting R5-0. I use the following command to launch my
image on A53-0:
./aarch64-softmmu/qemu-system-aarch64 -M xlnx-zcu102 -smp 6 -m 2G -serial
mon:stdio -serial /dev/null -display none \
-device loader,file=<path to AMP demo .out image>,cpu-num=0

Do core 4 and core 5 really emulate R5-0 and R5-1?

Reply via email to