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

Raspberry Pi4 Support #10

Open
o0mba0o opened this issue May 20, 2023 · 6 comments
Open

Raspberry Pi4 Support #10

o0mba0o opened this issue May 20, 2023 · 6 comments

Comments

@o0mba0o
Copy link

o0mba0o commented May 20, 2023

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

@Georift
Copy link
Owner

Georift commented Jun 3, 2023

Certainly seems like something this community would likely use.

I'll add it to my list to check out thanks 👍

@ljohnso16
Copy link

lol i should have checked the issues first been trying to fix this for 2 hours

@Georift
Copy link
Owner

Georift commented Jun 5, 2023

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.

@Georift
Copy link
Owner

Georift commented Jun 5, 2023

So for now I'm focusing on linux/arm64 which I believe checks off:

  • Pi 3 B+
  • Pi 4
  • NOT Pi Zero W (as that's 32-bit)

More details here

@Georift
Copy link
Owner

Georift commented Aug 26, 2023

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.

@ThorpeJosh
Copy link

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 amd64. The downside is emulating can be very slow.

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

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

4 participants