You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro: RPI 5 is a pretty fast board. Its performance is similar to Xeon Haswell with the same CPU frequency.
But aarch64-to-x86_64 emulation image is missing (multiarch/qemu-user-static:aarch64-x86_64)
root@rpi5 ~ $ docker run --rm --privileged multiarch/qemu-user-static:aarch64-x86_64 --reset
Unable to find image 'multiarch/qemu-user-static:aarch64-x86_64' locally
docker: Error response from daemon: manifest for multiarch/qemu-user-static:aarch64-x86_64 not found: manifest unknown: manifest unknown.
See 'docker run --help'.
root@rpi5 ~ $
However, the corresponding user static emulator exists.
For example:
/kind question
Intro: RPI 5 is a pretty fast board. Its performance is similar to Xeon Haswell with the same CPU frequency.
But aarch64-to-x86_64 emulation image is missing (multiarch/qemu-user-static:aarch64-x86_64)
However, the corresponding user static emulator exists.
For example:
How to register /usr/bin/qemu-x86_64-static on arm64 host?
I can copy /usr/bin/qemu-x86_64-static to docker container myself.
The text was updated successfully, but these errors were encountered: