How to install chirpstack-concentratord-sx1301 in Raspberry Pi 4 Model B running on Raspberry Pi OS (64 bit)

I have a Raspberry Pi 4B+, RAK2245 Ver B that is mounted on RAKWisLink LoRa RAK2243 Ver. A hat.

I intend to install the chirpstack-concentratord-sx1301 along the official Raspberry Pi OS (64 bit).

I modified the config.txt to allow hardware communication
dtparam=spi=on
enable_uart=1
dtparam=i2c1=on
dtparam=i2c_arm=on

I downloaded, extracted and ran the binary, however, I got this error.

The error is quite clear? The gateway model is incorrect (you should remove the _eu868), see for an overview of supported models:

https://www.chirpstack.io/docs/chirpstack-concentratord/hardware-support.html

Thank you, funny how I missed that “_eu868”. I was using the precompiled binary provided by Chirpstack

I’ll have to build from source if there is no precompiled library that has been corrected.

I don’t think you need to compile your own, just remove the _eu868 from the model name. It used to be like this in the past, but this has been replaced by region="EU868" configuration, see also:

https://www.chirpstack.io/docs/chirpstack-concentratord/configuration.html