I have the following hardware running in order to set up a LoRa Gateway
- RAK2247(SPI) (on a lora hat from pi-supply)
- RPi 4 (4GB)
Installed the software according GitHub - RAKWireless/rak_common_for_gateway.
Configured the LoRa Gateway thru 192.168.1.90:8080 (Chirpstack). No traffic flowing
Investigated and it seems that the concentrator is not able to be started - see below
pi@raspberrypi:~ $ sudo systemctl status ttn-gateway.service
● ttn-gateway.service - The Things Network Gateway
Loaded: loaded (/lib/systemd/system/ttn-gateway.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Sat 2021-06-05 16:14:56 BST; 2s ago
Process: 8882 ExecStart=/opt/ttn-gateway/packet_forwarder/lora_pkt_fwd/start.sh (code=exited, status=1/FAILURE)
Main PID: 8882 (code=exited, status=1/FAILURE)Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: redefined parameters will overwrite global parameters Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: local_conf.json does not contain a JSON object named SX1301_conf Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: gateway MAC address is configured to DCA632FFFE817E1C Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: packets received with a valid CRC will be forwarded Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: packets received with a CRC error will NOT be forwarded Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: INFO: packets received with no CRC will NOT be forwarded Jun 05 16:14:56 rak-gateway ttn-gateway[8882]: ERROR: [main] failed to start the concentrator Jun 05 16:14:56 rak-gateway systemd[1]: ttn-gateway.service: Main process exited, code=exited, status=1/FAILURE Jun 05 16:14:56 rak-gateway systemd[1]: ttn-gateway.service: Failed with result 'exit-code'. pi@raspberrypi:~ $
Any idea on how this can be solved?
Thanks
DeBuffel