I would like to emulate with qemu an aarch64 system. The system has been tested on the board and works perfectly. The board is based on the allwinner A64. I started using qemu from this repo : git://git.qemu.org/qemu.git but the command I run just doesn't start it, I get a black screen :
./qemu-system-aarch64 \
-machine type=virt \
-cpu cortex-a53 \
-nographic \
-smp 1 \
-m 2048 \
-kernel my_image
-serial stdio
I'm not sure about the need of pointing to the kernel file and initrd one and there's no -v flag for qemu to debug