I set core_freq=250
in /boot/config.txt
, rebooted, and tried a range of bauds, but still getting the same error. Iāve tried with sudo ./mp_pkt_fwd -s 8000000
. Is that reasonable? With all logging enabled, I get:
16:54:28 *** Multi Protocol Packet Forwarder for Lora Gateway ***
Version: 3.0.20
16:54:28 *** Lora concentrator HAL library version info ***
Version: 5.0.1; Options: native;
***
16:54:28 INFO: Little endian host
16:54:28 INFO: found global configuration file global_conf.json, parsing it
16:54:28 INFO: global_conf.json does contain a JSON object named SX1301_conf, parsing SX1301 parameters
16:54:28 INFO: lorawan_public 1, clksrc 1
lgw_board_setconf:437: Note: board configuration; lorawan_public:1, clksrc:1
16:54:28 INFO: no configuration for LBT
16:54:28 INFO: antenna_gain 0 dBi
16:54:28 INFO: Configuring TX LUT with 16 indexes
16:54:28 INFO: radio 0 enabled (type SX1257), center frequency 904300000, RSSI offset -166.000000, tx enabled 1
lgw_rxrf_setconf:486: WARNING: NOT A VALID TX NOTCH FILTER FREQUENCY [126000..250000]Hz
lgw_rxrf_setconf:498: Note: rf_chain 0 configuration; en:1 freq:904300000 rssi_offset:-166.000000 radio_type:2 tx_enable:1 tx_notch_freq:0
16:54:28 INFO: radio 1 enabled (type SX1257), center frequency 905000000, RSSI offset -166.000000, tx enabled 0
lgw_rxrf_setconf:498: Note: rf_chain 1 configuration; en:1 freq:905000000 rssi_offset:-166.000000 radio_type:2 tx_enable:0 tx_notch_freq:0
16:54:28 INFO: Lora multi-SF channel 0> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 0 configuration; en:1 freq:-400000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 1> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 1 configuration; en:1 freq:-200000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 2> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 2 configuration; en:1 freq:0 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 3> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 3 configuration; en:1 freq:200000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 4> radio 1, IF -300000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 4 configuration; en:1 freq:-300000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 5> radio 1, IF -100000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 5 configuration; en:1 freq:-100000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 6> radio 1, IF 100000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 6 configuration; en:1 freq:100000 SF_mask:0x7e
16:54:28 INFO: Lora multi-SF channel 7> radio 1, IF 300000 Hz, 125 kHz bw, SF 7 to 12
lgw_rxif_setconf:617: Note: LoRa 'multi' if_chain 7 configuration; en:1 freq:300000 SF_mask:0x7e
16:54:28 INFO: Lora std channel> radio 0, IF 300000 Hz, 500000 Hz bw, SF 8
lgw_rxif_setconf:591: Note: LoRa 'std' if_chain 8 configuration; en:1 freq:300000 bw:1 dr:4
16:54:28 INFO: FSK channel 8 disabled
lgw_rxif_setconf:525: Note: if_chain 9 disabled
16:54:28 INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
16:54:28 INFO: gateway MAC address is configured to B827EBFFFE15F6CB
16:54:28 INFO: Found 1 servers in array.
16:54:28 INFO: Server 0 configured to "router.us.thethings.network"
16:54:28 INFO: packets received with a valid CRC will be forwarded
16:54:28 INFO: packets received with a CRC error will NOT be forwarded
16:54:28 INFO: packets received with no CRC will NOT be forwarded
16:54:28 INFO: GPS is disabled
16:54:28 INFO: Upstream data is enabled
16:54:28 INFO: Downstream data is enabled
16:54:28 INFO: Ghoststream data is disabled
16:54:28 INFO: Radiostream data is enabled
16:54:28 INFO: Statusstream data is enabled
16:54:28 INFO: Beacon is disabled
16:54:28 INFO: Packet logger is disabled
16:54:28 INFO: Flush output after statistic is disabled
16:54:28 INFO: Flush after each line of output is disabled
16:54:28 INFO: Watchdog is disabled
16:54:28 INFO: [Transports] Initializing protocol for 1 servers
16:54:28 INFO: Successfully contacted server router.us.thethings.network
16:54:28 INFO: [main] Starting the concentrator
Note: SPI port opened and configured ok
Note: SPI read success
lgw_connect:532: INFO: no FPGA detected or version not supported (v0)
Note: SPI read success
lgw_connect:555: ERROR: NOT EXPECTED CHIP VERSION (v0)
ERROR: FAIL TO CONNECT BOARD
16:54:28 ERROR: [main] failed to start the concentrator