CSGOS IC880A Reset Pin

Hello,

I have a gateway with ChirpStack Gateway OS v4.3.2 for Raspberry Pi 3B/3B+ (full image) with my own concentrator similar to IC880A / SPI mode but i need to change the reset pin to gpio25.
Global Configuration = sx1301
Shield Mode = IC880A
I would like to know how to change the reset_pin number for an ic880a concentrator board.

Regards

Stephane

Hi !
I have the same issue, reset pin is 5 but need to change to 25, I have a shield board between the rapi 3 and ic 880A, apparently the file to change is /dev/gpiochi0 but i dont know how to change on openwrt, then it enters in a loop of restart :
Fri Feb 16 22:50:56 2024 user.info chirpstack-concentratord-sx1301[2240]: Starting the concentrator
Fri Feb 16 22:50:59 2024 cron.err crond[975]: time disparity of 108 minutes detected
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring reset pin, dev: /dev/gpiochip0, pin: 5
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Starting Concentratord SX1301 (version: 4.3.5, docs: Introduction - ChirpStack open-source LoRaWAN® Network Server documentation)
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Triggering sx1302 reset
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Setting spi device path, spidev_path: /dev/spidev0.0
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Setting board configuration, lorawan_public: true, clock_source: 1
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Setting up concentrator radios
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring radio, radio: 0, enabled: true, center_freq: 867500000, type: SX1257
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring radio, radio: 1, enabled: true, center_freq: 868500000, type: SX1257
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Setting up concentrator channels
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 868100000, rf_chain: 1, if_freq: -400000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 868500000, rf_chain: 1, if_freq: 0
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 867100000, rf_chain: 0, if_freq: -400000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 867300000, rf_chain: 0, if_freq: -200000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 867500000, rf_chain: 0, if_freq: 0
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 867700000, rf_chain: 0, if_freq: 200000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 867900000, rf_chain: 0, if_freq: 400000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring Std LoRa channel, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Configuring FSK channel, enabled: true, freq: 868800000, rf_chain: 1, if_freq: 300000
Fri Feb 16 22:51:01 2024 user.info chirpstack-concentratord-sx1301[2264]: Starting the concentrator

This is currently not possible when using the ChirpStack Gateway OS. While the config option exists in the Concentratord for the SX1301, this configuration is not (yet) implemented int the GW OS UCI configuration (which is used to generate the TOML configuration).

Could you create a feature-request here:

E.g. for the SX1302/3 this is already supported from the CLI (by directly editing the /etc/config/chirpstack-concentratord config file):

Hi Brocaar,

Thank you for your answer, i have create a feature request in GitHub.

Stephane