Nature40 / pimod

Reconfigure Raspberry Pi images with an easy, Docker-like configuration file
GNU General Public License v3.0
127 stars 19 forks source link

[Error] pimod fails on Apple M1 devices #35

Closed jonashoechst closed 3 years ago

jonashoechst commented 3 years ago

When running pimod on Apple M1 devices with Docker for Mac using aarch64, pimod fails to run:

update-binfmts: warning: qemu-arm already enabled in kernel.
update-binfmts: warning: qemu-armeb already enabled in kernel.
update-binfmts: warning: qemu-aarch64 not in database of installed binary formats.
update-binfmts: exiting due to previous errors
### Error 2, cleaning up...
jonashoechst commented 3 years ago

The bug presumably also exists on any other aarch64 machines, or more generally speaking whenever host and target architecture match.