Qemu emulation
Run arm32 UEFI in a virtual machine.
Compile OVMF for qemu
Install required packages
sudo apt install python python3 python3-distutils
sudo apt install gcc-arm-none-eabi
sudo apt install uuid-dev
sudo apt install build-essential
sudo apt install bison
sudo apt install flexDownload source
# Go to the directory you want to work in
export WORKSPACE=$PWD
# Download edk2 and acpica
git clone https://github.com/acpica/acpica.git
git clone https://github.com/tianocore/edk2.git
# Download submodules
cd edk2
git submodule update --init
cd ..Compile OVMF
Setup qemu files and run it
Run qemu
Premade files
References
Last updated
Was this helpful?