I'm newer about piCore。i want use qemu run piCore64-13.1
my param is:
qemu-system-aarch64 -M raspi3b -m 1024 -dtb bcm2710-rpi-3-b.dtb -drive "file=piCore64-13.1.img,if=none,index=0,media=disk,format=raw,id=disk0" -kernel kernel51077v8.img -append 'root=/dev/vda2' -no-reboot -net "user,hostfwd=tcp::5022-:22" -serial stdio -usb -device usb-kbd
i can't see any output,can anyone help me,thanks!