Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qemu-system-aarch64: Connection refused #91

Open
FaiqueAli opened this issue Jan 28, 2024 · 0 comments
Open

qemu-system-aarch64: Connection refused #91

FaiqueAli opened this issue Jan 28, 2024 · 0 comments

Comments

@FaiqueAli
Copy link

FaiqueAli commented Jan 28, 2024

Hi,

I am trying to create a VM for QNX OS using Qemu which I have installed using PetaLinux.
when I am trying to create a VM with the command below I am getting a connection refused error.
/home/xxx/QEMU/Qemu-PetaLinux/components/yocto/buildtools_extended/sysroots/x86_64-petalinux-linux/usr/bin/qemu-system-aarch64 -M arm-generic-fdt -serial mon:stdio -serial /dev/null -display none -device loader,file=/home/xxx/bl31.elf,cpu-num=0 -device loader,file=/home/xxx/rootfs.cpio.gz.u-boot,addr=0x04000000,force-raw=on -device loader,file=/home/xxx/_fsbl_a53_0_app.elf -device loader,file=/home/xxx/ABC,addr=0x00200000,force-raw=on -device loader,file=/home/xxx/system.dtb,addr=0x00100000,force-raw=on -device loader,file=/home/xxx/boot.scr,addr=0x20000000,force-raw=on -hw-dtb /home/xxx/zynqmp-qemu-multiarch-arm.dtb -global xlnx,zynqmp-boot.cpu-num=0 -global xlnx,zynqmp-boot.use-pmufw=true -m 4G -machine-path /home/xxx/arm-machine -gdb tcp::9000

my intended target OS is QNX ARM64, and having xilling xyznq zcu102 board, I am not using a prebuild image (custom image for our QNX OS QNX-IFS)
After execution of the command I am getting the error below

qemu-system-aarch64: Failed to connect to '/home/xxx/arm-machine/qemu-rport-_pmu@0': Connection refused qemu-system-aarch64: info: QEMU waiting for connection on: disconnected:unix:/home/xxx/arm-machine/qemu-rport-_pmu@0,server=on

I have installed tftp which is also working fine.
@edgarigl could you please have a look on this, looking forward for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant