winni99 Posted August 20, 2019 Posted August 20, 2019 Hallo, i want install "Qemu" on my Nanopi M4 (on Armbian Bionic). I follow these Instruction: If i eintipe tfe Command "./configure --target-list="i386-softmmu" --enable-sdl --prefix=/usr" in the Terminal, the message appears "Unsupported CPU= aarch64". I would be grateful for help. Thanks.
drice Posted August 20, 2019 Posted August 20, 2019 1 hour ago, winni99 said: Unsupported CPU= aarch64 NanoPi M4 uses 64-bit (aarch64). Raspberry Pi uses 32-bit (armhf). You need to obtain and compile a version of Qemu for aarch64. I cannot provide instructions for that.
winni99 Posted August 21, 2019 Author Posted August 21, 2019 Thanks! Sometimes you don't see the obvious. I have reinstalled Qemu in the Terminal now: sudo apt install qemu-system sudo ln -s /usr/bin/qemu-system-arm /usr/bin/qemu
Recommended Posts