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

Install on NanoPi NEO Core #169

Open
Keksstar opened this issue Nov 24, 2024 · 2 comments
Open

Install on NanoPi NEO Core #169

Keksstar opened this issue Nov 24, 2024 · 2 comments

Comments

@Keksstar
Copy link

Hi!

I want to install the satellite on an NanoPi NEO Core, which has an armhf infrastructure. The install script doesn´t support this. Is there any way to install it manually?

Thanks!

@Julusian
Copy link
Member

We don't officially support armhf, and it hasn't been tested in years so there may be issues such as missing dependencies that make it non-trivial to build/install.

But you could try cloning the repository, running yarn, then yarn build and finally node satellite/dist/main.js. You will also need to setup the udev rules to allow usb access, and there might be other important steps in the install script https://github.com/bitfocus/companion-satellite/blob/main/pi-image/install.sh or maybe the update script https://github.com/bitfocus/companion-satellite/blob/main/pi-image/update.sh that will be needed.
If it all works, then you can setup systemd (based on https://github.com/bitfocus/companion-satellite/blob/main/pi-image/satellite.service) to auto-launch it.

In my experience, cheaper boards (including cheaper arm64 boards) dont have the power to drive a streamdeck nicely. It results in a rather visible staggered button update when changing page in companion

@Keksstar
Copy link
Author

Alright, so you won´t recommend install on an armhf infrastructure?

So if this:
CPU: Allwinner H3, Quad-core Cortex-A7 Up to 1.2GHz
DDR3 RAM: 256MB/512MB DDR3 RAM
isn´t sufficent enough - what else do you recommend? Raspberry Pi Pico? I need the smallest board possible ;-)

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