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 pi 4 (linux/arm64/v8) support #5

Closed
emilburzo opened this issue May 9, 2020 · 3 comments
Closed

raspberry pi 4 (linux/arm64/v8) support #5

emilburzo opened this issue May 9, 2020 · 3 comments
Assignees

Comments

@emilburzo
Copy link

emilburzo commented May 9, 2020

Hi,

First off, thanks for building this (and piaware), they are setup exactly as I imagined they should be and make transitioning from a manual setup to a docker based one incredibly easy!

Not sure how difficult it is, but would it be possible to have a fr24feed docker image compatible with raspberry pi 4?

Unable to find image 'mikenye/fr24feed:latest' locally
latest: Pulling from mikenye/fr24feed
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
@mikenye mikenye self-assigned this May 10, 2020
mikenye added a commit that referenced this issue May 11, 2020
@mikenye
Copy link
Member

mikenye commented May 11, 2020

Hi @emilburzo, if you could please re-pull mikenye/fr24feed:latest and give it a try, I've included support for arm64 architecture.

A note on arm64: FlightRadar24 only make binaries available for amd64 and armhf. The arm64 version of this container uses the armhf binaries which are compiled for arm32. arm32 support is optional on arm64. In practice, there is only one arm64 CPU that omits legacy arm32 instruction set support - Cavium ThunderX. Thus, this image should work on any arm64 system that doesn't have the Cavium ThunderX CPU. Reference.

Given you're using a Pi 4, you should be fine. I've tested the image on my Pi 4 here running arm64 and it appears to work fine.

@emilburzo
Copy link
Author

@mikenye wow, that was incredibly fast!

I just tried it and everything seems ok. There's little traffic at the moment in my area, so I'll have to wait until there is actually something to track.

The amd64 and armhf is also super interesting and good to know for the future.

I think we can close this issue and I'll follow-up if anything seems weird later on.

Thank you again! this saved me a lot of manual setup

@mikenye
Copy link
Member

mikenye commented May 11, 2020

No problems!

@mikenye mikenye closed this as completed May 11, 2020
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