Hi. Can you help me please what is a correct code to install the below gateway on my raspberry pi 4?
https://github.com/helium/gateway-rs
Tried several codes, but comes with the error, doing something wrong 🙁
Thank you in advance!
i managed to download one of the versions on pi, but when installing I get this message: '''error: 'helium-gateway-1.3.0-x86_64-unknown-debian-gnu.tar.gz' is not a Debian format archive'''
eyes1337
what os are you using and check if that verion is supported with that one
incognitas0411
I am using raspberry pi OS lite (64-bit)
eyes1337
it maybe the version you tryed to install on github try the helium discord for more support
https://github.com/helium/gateway-rs?tab=readme-ov-file#supported-targets
click discord for the link or someone else in server can help
i sould say maybe try there server due to if your setting up a helium server gateway they should know how
oops.se
If you are using Raspberry Pi OS 64 bit you should get aarch64-unknown-linux-gnu as per "Supported Targets.
Download it with the command:
wget https://github.com/helium/gateway-rs/releases/download/v1.3.0/helium-gateway-1.3.0-aarch64-unknown-linux-musl.tar.gz`
But the install instruction is lacking info and isn't a step by step instruction, it assumes you can a lot already. This is not a beginners project.
So I agree with <@215158390530375680> ask on their discord for assistance.