I’m attempting to install Chirpstack Gateway OS 4.5.2 to install a Relay Mesh gateway on a RAK7240V2. There is no predefined binary for the 7240, so I have used the 7289 version.
The concentrator is the RAK5146-210 (SPI).
The concentrator fails to start giving these logs in the System log from the gateway web access:
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring reset pin, dev: /dev/gpiochip0, pin: 17
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Starting Concentratord SX1302 (version: 4.4.2, docs: https://www.chirpstack.io/docs/chirpstack-concentratord/)
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Triggering sx130x reset
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Setting i2c device path, path: /dev/i2c-1
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Setting board configuration, lorawan_public: true, clock_source: 0, com_type: Spi, com_path: /dev/spidev0.1
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Setting up fine timestamp, enable: false
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Setting up concentrator channels
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring radio, radio: 0, enabled: true, center_freq: 867500000, type: SX1250
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring radio, radio: 1, enabled: true, center_freq: 868500000, type: SX1250
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Setting up concentrator channels
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 868100000, rf_chain: 1, if_freq: -400000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 868500000, rf_chain: 1, if_freq: 0
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 867100000, rf_chain: 0, if_freq: -400000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 867300000, rf_chain: 0, if_freq: -200000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 867500000, rf_chain: 0, if_freq: 0
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 867700000, rf_chain: 0, if_freq: 200000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 867900000, rf_chain: 0, if_freq: 400000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring Std LoRa channel, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Configuring FSK channel, enabled: true, freq: 868800000, rf_chain: 1, if_freq: 300000
Tue Oct 8 16:34:34 2024 user.info chirpstack-concentratord-sx1302[17781]: Starting the concentrator
Tue Oct 8 16:34:35 2024 user.info chirpstack-gateway-mesh[17787]: Starting ChirpStack Gateway Mesh (border_gateway: false,version: 4.0.0, docs: https://www.chirpstack.io/)
Tue Oct 8 16:34:35 2024 user.info chirpstack-gateway-mesh[17787]: Setting up Concentratord backend, event_url: ipc:///tmp/concentratord_slot1_event, command_url: ipc:///tmp/concentratord_slot1_command
Tue Oct 8 16:34:35 2024 user.err chirpstack-gateway-mesh[17787]: Concentratord command loop has been interrupted
and this when started manually:
root@chirpstack-2946e9:/dev# /usr/bin/chirpstack-concentratord-sx1302 -c /var/etc/chirpstack-concentratord-slot1/concentratord.toml -c /var/etc/chirpstack-concentratord-slot1/region.toml -c /var/etc/chirpstack-concentratord-slot1/channels.toml
Opening SPI communication interface
Note: chip version is 0x07 (v0.7)
ERROR: Failed to set SX1250_0 in STANDBY_RC mode
ERROR: failed to setup radio 0
thread 'main' panicked at chirpstack-concentratord-sx1302/src/main.rs:117:80:
called `Result::unwrap()` on an `Err` value: lgw_start failed
I’m thinking it could be the reset pin, but I haven’t been able to find what the reset pin is for this model, and also where to change it if necessary.