qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Running application on R5 of xilinx zcu102 QEMU model


From: Mirza, Taimoor
Subject: [Qemu-devel] Running application on R5 of xilinx zcu102 QEMU model
Date: Thu, 1 Nov 2018 09:01:32 +0000

Hi Guys,

I have built my application to run on Cortex-R5 ZCU-102. I can successfully run 
my application on target but I am now trying to run it on QEMU zcu-102 model 
and facing some problems. Below is the command that I am using:

~/qemu_oss/qemu/aarch64-softmmu/qemu-system-aarch64 -M xlnx-zcu102 -serial 
stdio -serial /dev/null -display none -device 
loader,file=<out_file_path>,cpu-num=5 -monitor 
telnet:127.0.0.1:1234,server,nowait

It gives me following error:
qemu-system-aarch64: -device loader,file=<my_out_file>,cpu-num=5: Specified 
boot CPU#5 is nonexistent

Also when I check cpus from monitor, it only shows 4 CPUs.

Thanks,
Taimoor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]