IC880A continuously restgarting

Hi Community, I’m new and already issues :slight_smile: !!!
I have a full image 4.3.2 on rapsby pi 3 and a shield and a IC880A, I used to use an old version of Chirpstack without web and it was working, I think because I could change the PIN reset, now on this version, I cannot.
The exact shield is this GitHub - ch2i/iC880A-Raspberry-PI: Raspberry PI iC880A and LinkLab Lora Gateway Shield
And from system log, I get this cntinuously every 5 secs and cannot see the gateway on chirpstack :
Sat Feb 17 13:12:03 2024 user.info chirpstack-concentratord-sx1301[24651]: Starting the concentrator
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring reset pin, dev: /dev/gpiochip0, pin: 5
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Starting Concentratord SX1301 (version: 4.3.5, docs: Introduction - ChirpStack open-source LoRaWAN® Network Server documentation)
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Triggering sx1302 reset
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Setting spi device path, spidev_path: /dev/spidev0.0
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Setting board configuration, lorawan_public: true, clock_source: 1
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Setting up concentrator radios
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring radio, radio: 0, enabled: true, center_freq: 867500000, type: SX1257
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring radio, radio: 1, enabled: true, center_freq: 868500000, type: SX1257
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Setting up concentrator channels
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 0, enabled: true, freq: 868100000, rf_chain: 1, if_freq: -400000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 1, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 2, enabled: true, freq: 868500000, rf_chain: 1, if_freq: 0
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 3, enabled: true, freq: 867100000, rf_chain: 0, if_freq: -400000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 4, enabled: true, freq: 867300000, rf_chain: 0, if_freq: -200000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 5, enabled: true, freq: 867500000, rf_chain: 0, if_freq: 0
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 6, enabled: true, freq: 867700000, rf_chain: 0, if_freq: 200000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring multi-SF LoRa channel, channel: 7, enabled: true, freq: 867900000, rf_chain: 0, if_freq: 400000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring Std LoRa channel, enabled: true, freq: 868300000, rf_chain: 1, if_freq: -200000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Configuring FSK channel, enabled: true, freq: 868800000, rf_chain: 1, if_freq: 300000
Sat Feb 17 13:12:08 2024 user.info chirpstack-concentratord-sx1301[24657]: Starting the concentrator
Sat Feb 17 13:12:13 2024 user.info chirpstack-concentratord-sx1301[24662]: Configuring reset pin, dev: /dev/gpiochip0, pin: 5
Sat Feb 17 13:12:13 2024 user.info chirpstack-concentratord-sx1301[24662]: Starting Concentratord SX1301 (version: 4.3.5, docs:)
Sat Feb 17 13:12:13 2024 user.info chirpstack-concentratord-sx1301[24662]: Triggering sx1302 reset

I tried to get rid of the shield and do with jumper from the rapsberry to the IC880A but it does not even start.
Did someone face this ?
Thanks !!

Joseph

Configuring reset pin, dev: /dev/gpiochip0, pin: 5

Are you sure that is the correct reset pin?

Hi !
This is the message from the log, I did not change anything.
Now OK, apparently it was an issue from my gateway shield, it could not be reseted and after a while, it worked, very strange. Sometimes it happens again.
Your project is beautiful guys, I’m not developper but telco engineer and I’m very impressed of what humans can do.
Thanks so much for the help !