Hi Vadim,

On 6/8/20 11:08 AM, Vadim Tsapko wrote:
The script ew.py was helpful for us to produce the options for qemu to run the system on the aarch64.
Here is what we have used recently from that script:
*qemu-system-aarch64 -M virt -cpu cortex-a57 -m 1024 -bios image.iso -drive if=none,file=image.iso,id=cdrom,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -nographic*

Your -bios option is wrong. It is not supposed to point to image.iso, but to an EFI image.

tools/ew.py -d gives this commpand line:

qemu-system-aarch64 -M virt -cpu cortex-a57 -m 1024 -bios /usr/local/qemu-efi-aarch64/QEMU_EFI.fd -drive if=none,file=image.iso,id=cdrom,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -nographic

HTH,
Jakub

_______________________________________________
HelenOS-devel mailing list
[email protected]
http://lists.modry.cz/listinfo/helenos-devel

Reply via email to