Setting reset pin for Gateway OS

Aloha,

Very new to Lorawan and software in general. I’m trying to set up my first gateway using a Raspberry Pi 5 with a RAK2287 concentrator and a RAK2004 PiHat. Based on conversations with RAK support, the reset is pin25 instead of pin17. I’ve tried to follow along with the advice from other threads, specifically the one by @PovilasID here seems to be the closest to what I need.

I am stuck at how to actually edit the config file. I’m able to view the directories via ssh but using nano with or without sudo doesn’t seem to work for opening the file for editing. I am very new to Linux and this level of software in general. I’m not sure what specific commands are required to perform the actions in the thread linked above. Any help is much appreciated.

Latest build seams to have implemented my fix because after updating to newer build I did not need to do anything.
You can always edit file using nano or any other editor.

Got it to work. My issue was a lack of knowledge on how to edit the text file. Nano and other text editors didn’t seem to work for me. Got it to work via “sudo -e /etc/config/chirpstack-concentratord”. Very new to all this so thanks to everyone for helping me get through this.