File README of Package image-qemu
Simple image that contains kernel and initrd as FIT image in a fat partition. To be booted by a u-boot that supports boot flows. Short of a bootflow that supports discovering FIT images this method uses boot.scr. The output is a disk image as well as u-boot for qemu. Can be run like this: qemu-system-aarch64 -m 4G -smp 4 -serial mon:stdio \ -nic user,model=virtio-net-pci \ -machine virt -cpu cortex-a53 -nographic \ -device virtio-serial-device \ -device virtconsole,chardev=con -chardev vc,id=con \ -device virtio-rng-pci -device qemu-xhci,id=xhci \ -device loader,file=binaries/*.u-boot \ -drive if=virtio,file=binaries/*.raw,format=raw,media=disk