Hi my name is Faiq Ali Sayed
Currently, I am trading to create a Qemu VM with the command below and getting an error and the terminal hangs after that
Command:
qemu-system-aarch64 -M xlnx-zcu102 -m 16G -serial mon:stdio -display none
-device loader,file=QNX-IFS,addr=0x00100000,cpu-num=0
-net nic,model=cadence_gem -net nic,model=cadence_gem -net nic,model=cadence_gem -net nic,model=cadence_gem,netdev=xzynq0 -netdev user,id=xzynq0,tftp=/tftpboot
-nographic -global xlnx,zynqmp-boot.cpu-num=0 -global 'xlnx,zynqmp-boot.use-pmufw=true'
Error:
qemu-system-aarch64: warning: hub 0 is not connected to host network
any help in this regard is highly appreciated.