I'm trying to emulate ubuntu budgie arm64 on my jetson nano with qemu-system-aarch64

Hello

I’m trying to boot the ubuntu budgie arm 64 bit for raspberry. This is how I have tired to boot it :

qemu-system-aarch64 \

–machine raspi3
–cpu arm1176
–m 1024
–kernel ./hirsute-raspi/system-boot/vmlinuz
–initrd ./hirsute-raspi/system-boot/initrd.img
–append “rw earlyprintk loglevel=8 console=ttyAMA0 115200,console=tty0 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 panic=1 dwc_otg.fiq_fsm_enable=0” \

–drive file=/root/Desktop/zi/Work/Android2/Raspy/Ubuntu/iso/hirsute-budgie-preinstalled-desktop-arm64+raspi.img,format=raw \

and I tried also :

–drive file=/root/Desktop/zi/Work/Android2/Raspy/Ubuntu/vms/hirsute-raspi3.qcow2 \

–netdev tap,id=mynet0,ifname=tap0,script=no,downscript=no -device usb-net,netdev=mynet0,mac=52:55:00:d1:55:01
–dtb ./hirsute-raspi/system-boot/bcm2710-rpi-3-b-plus.dtb
–no-reboot \

–serial mon:stdio

something is not good,because it stucks on boot :

where could be the error,please ?

According to this raspbian - How to emulate Raspberry Pi in QEMU? - Raspberry Pi Stack Exchange qemu doesnt support 64bit raspi 4 just yet.