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

Running on Raspberry Pi #178

Open
enstain-tm opened this issue Jun 15, 2023 · 3 comments
Open

Running on Raspberry Pi #178

enstain-tm opened this issue Jun 15, 2023 · 3 comments

Comments

@enstain-tm
Copy link

Hello,
I have been trying to figure out how to run this on a Raspberry. We have a Kodi media center, and it would be great to use that to run this app on the screen. I have tried to run it on Raspbian, but no success. Could you compile a .deb package or provide instructions on how to compile this on the Raspbian OS (should be the same as Ubuntu I would assume). The provided linux file doesn't work. Which linux is it made for?

thanks

@tux21b
Copy link

tux21b commented Jun 18, 2023

The app is packaged for Linux with x86 (Intel/AMD) processors. The raspberry uses an ARM processor (like most phones, but without Android / iOS as runtime). So the precompiled binary will not work.

You should be able to compile it on your own though. Just follow to official flutter docs for compiling under Linux or for compiling for the web (this would allow you to open it in any browser).

@Tarmslitaren
Copy link
Owner

A heads up: you won't be able to run this in web, as it's using several libraries without web support (not least the tcp/ip connections)

@enstain-tm
Copy link
Author

Hi, tried compiling on the pi, but it crashes every time. Perhaps not enough RAM (it's the 2 gb model)... 😕

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

3 participants