From 3e8046da4cd3f1b7ff51ab003e4fce8001b70d85 Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Mon, 27 Mar 2023 18:02:46 +0300 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7beb1f..19c2615 100644 --- a/README.md +++ b/README.md @@ -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`.