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

Solution for RasPi on OSMC? #30

Closed
nroTTron opened this issue Aug 4, 2018 · 10 comments · Fixed by #81
Closed

Solution for RasPi on OSMC? #30

nroTTron opened this issue Aug 4, 2018 · 10 comments · Fixed by #81

Comments

@nroTTron
Copy link

nroTTron commented Aug 4, 2018

Hi,

Is there a solution to run this plugin on Kodi/OSMC on a rpi?

Thanks!

@osscombat
Copy link

+1 for the same on Pi with Librelec

@fsegouin
Copy link

fsegouin commented Aug 17, 2018

You can easily run this on a node docker image for armhf.

@osscombat
Copy link

osscombat commented Aug 17, 2018

I don't get it how to do this, not a docker fan or guru yet. Would be much more easier to deal with 1 executable and config for armhf as well, Librelec has a very limited add-on oriented environment.

@fsegouin
Copy link

@osscombat Actualy libreelec has built-in Docker support so it's just a matter of having a Dockerfile based on a node image made for armhf. I can give it a go and post a pull request if it helps?

@osscombat
Copy link

If it's possible. I have a docker service on librelec up and running, but that's all. I can test this further on if you can support this option.

@fsegouin
Copy link

@osscombat I am not sure how @TheJF wants to handle this (separate Dockerfile in the master branch or 1 branch per architecture?), but in the meantime I forked his repo and created an arm32v7 (Raspberry Pi 2/3) dockerfile under the branch arch/arm32v7. Please try my image at fsegouin/antennas:arm32v7 and let me know if it works.

@jfarseneau
Copy link
Owner

@fsegouin Thanks for being awesome! :D And yeah, hmm, I'm wondering how I can autobuild both the x86 and ARM version on Docker hub. I might have to get some CI setup for that, and we tag each release with -arm32v7 appended to the version number

@fsegouin
Copy link

@TheJF You're very welcome 🙌🏻 It's a bit tricky as you need QEMU in the docker image to be able to use an automated build system on Docker Hub (see https://ownyourbits.com/2018/06/27/running-and-building-arm-docker-containers-in-x86/). I went the easy route and built it myself on my Pi for now as a PoC.

@osscombat
Copy link

Thanks a lot @fsegouin, with fsegouin/antennas:arm32v7 image it runs fine on Rpi3!

@ronniedude
Copy link

Sorry to necro an old thread but I was attempting to get Antennas running via docker image on my Raspberry Pi Zero W. The unfortunate part of the fork above is that the Broadcom ARM chip (ARM1176) on this only supports armv6 microarchitecture, not armv7.

Seems like I'll have to abandon the docker method for now. Unless @fsegouin can pull a hail mary like he did 4 years ago.

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

Successfully merging a pull request may close this issue.

5 participants