Update qemu ARM binary name in README.md (#684)

When running a 64 bit build you need the QEMU aarch64 binary installed
on the host system.

Fixes #678
This commit is contained in:
Stefan Becker 2023-03-27 18:02:46 +03:00 committed by GitHub
parent a2afdf78cb
commit 3e8046da4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -531,7 +531,7 @@ To resolve this, ensure that the following files are available (install them if
```
/lib/modules/$(uname -r)/kernel/fs/binfmt_misc.ko
/usr/bin/qemu-arm-static
/usr/bin/qemu-aarch64-static
```
You may also need to load the module by hand - run `modprobe binfmt_misc`.