Created
May 1, 2022 11:49
-
-
Save tom-code/f33cd71045a888319dc54551c7dffaba to your computer and use it in GitHub Desktop.
arm64 linux in qemu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qemu-system-aarch64 -M virt -m 1G -cpu cortex-a57 -smp 1 -cdrom alpine-virt-3.15.4-aarch64.iso -pflash "/usr/local/Cellar/qemu/6.2.0_1/share/qemu/edk2-aarch64-code.fd" -serial stdio -nodefaults -M virt,highmem=off -boot d | |
qemu-system-aarch64 -nographic -machine virt -m 4096 -cpu cortex-a57 -drive if=pflash,format=raw,readonly,file=/usr/local/Cellar/qemu/6.2.0_1/share/qemu/edk2-aarch64-code.fd -drive format=raw,readonly,file=alpine-virt-3.15.4-aarch64.iso |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment