-
Notifications
You must be signed in to change notification settings - Fork 42
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
Raspberry Pi4 Support #10
Comments
Certainly seems like something this community would likely use. I'll add it to my list to check out thanks 👍 |
lol i should have checked the issues first been trying to fix this for 2 hours |
Oh sorry that happened to you. Just after a little more looking here are some notes:
I'll keep digging see what I can find. |
So for now I'm focusing on
More details here |
I'm not sure if Tizen actually supports ARM. Someone mentioned it's not present in it's installers. I'll leave this open for now but I'll need to do some more reading. |
I've built and run multi-arch docker images using the qemu emulator. Had to do it all the time on the new M1/2 macbooks since lots of images only come in You can either install qemu on the RPI and then link it to docker or just run something like this https://github.com/multiarch/qemu-user-static |
Hello,
is it possible to support the raspberry pi 4?
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
exec /home/developer/entrypoint.sh: exec format error
The text was updated successfully, but these errors were encountered: