Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exec format error #1

Open
arabine opened this issue Jul 28, 2024 · 1 comment
Open

Exec format error #1

arabine opened this issue Jul 28, 2024 · 1 comment

Comments

@arabine
Copy link

arabine commented Jul 28, 2024

Hi,

I'm trying to build with the following command line (with last stock firmware) and I an error:

(python-env) anthony@anthony-desktop:/mnt/work/git/rg35xx/alpine-h700$ make FACTORY_IMAGE=RG35XX+-P-V1.1.5-EN16GB-240712.IMG ./scripts/extract-blobs.py RG35XX+-P-V1.1.5-EN16GB-240712.IMG -o ./artifacts ./scripts/extract-kernel.sh RG35XX+-P-V1.1.5-EN16GB-240712.IMG ./artifacts writing boot image config in ./artifacts/bootimg.cfg extracting kernel in ./artifacts/zImage extracting ramdisk in /dev/null ./scripts/mkinitrd.sh latest exec /bin/sh: exec format error make: *** [Makefile:55 : artifacts/initramfs] Erreur 1

@mporrato
Copy link
Owner

Looks like podman cannot run aarch64 binaries on your system: have you installed qemu-user-static-aarch64?
What happens if you run podman run --arch aarch64 -it --rm docker.io/library/busybox uname -a?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants