Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 KB | None | 0 0
  1. user@ubuntu:/opt/ttn-gateway/packet_forwarder/lora_pkt_fwd$ sudo ./lora_pkt_fwd
  2. *** Beacon Packet Forwarder for Lora Gateway ***
  3. Version: 4.0.1
  4. *** Lora concentrator HAL library version info ***
  5. Version: 5.0.1;
  6. ***
  7. INFO: Little endian host
  8. INFO: found global configuration file global_conf.json, parsing it
  9. INFO: global_conf.json does contain a JSON object named SX1301_conf, parsing SX1301 parameters
  10. INFO: lorawan_public 1, clksrc 1
  11. INFO: no configuration for LBT
  12. INFO: antenna_gain 0 dBi
  13. INFO: Configuring TX LUT with 16 indexes
  14. INFO: radio 0 enabled (type SX1257), center frequency 904300000, RSSI offset -166.000000, tx enabled 1, tx_notch_freq 0
  15. INFO: radio 1 enabled (type SX1257), center frequency 905000000, RSSI offset -166.000000, tx enabled 0, tx_notch_freq 0
  16. INFO: Lora multi-SF channel 0> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
  17. INFO: Lora multi-SF channel 1> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
  18. INFO: Lora multi-SF channel 2> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
  19. INFO: Lora multi-SF channel 3> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
  20. INFO: Lora multi-SF channel 4> radio 1, IF -300000 Hz, 125 kHz bw, SF 7 to 12
  21. INFO: Lora multi-SF channel 5> radio 1, IF -100000 Hz, 125 kHz bw, SF 7 to 12
  22. INFO: Lora multi-SF channel 6> radio 1, IF 100000 Hz, 125 kHz bw, SF 7 to 12
  23. INFO: Lora multi-SF channel 7> radio 1, IF 300000 Hz, 125 kHz bw, SF 7 to 12
  24. INFO: Lora std channel> radio 0, IF 300000 Hz, 500000 Hz bw, SF 8
  25. INFO: FSK channel 8 disabled
  26. INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
  27. INFO: gateway MAC address is configured to 0000000000000000
  28. INFO: server hostname or IP address is configured to "router.us.thethings.network"
  29. INFO: upstream port is configured to "1700"
  30. INFO: downstream port is configured to "1700"
  31. INFO: downstream keep-alive interval is configured to 10 seconds
  32. INFO: statistics display interval is configured to 30 seconds
  33. INFO: upstream PUSH_DATA time-out is configured to 100 ms
  34. INFO: packets received with a valid CRC will be forwarded
  35. INFO: packets received with a CRC error will NOT be forwarded
  36. INFO: packets received with no CRC will NOT be forwarded
  37. INFO: Auto-quit after 6 non-acknowledged PULL_DATA
  38. INFO: found local configuration file local_conf.json, parsing it
  39. INFO: redefined parameters will overwrite global parameters
  40. INFO: local_conf.json does not contain a JSON object named SX1301_conf
  41. INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
  42. INFO: gateway MAC address is configured to 00900BFFFE6D5F13
  43. INFO: packets received with a valid CRC will be forwarded
  44. INFO: packets received with a CRC error will NOT be forwarded
  45. INFO: packets received with no CRC will NOT be forwarded
  46. ERROR: Failed to load fw 1
  47. ERROR: Version of calibration firmware not expected, actual:0 expected:2
  48. ERROR: [main] failed to start the concentrator
  49. user@ubuntu:/opt/ttn-gateway/packet_forwarder/lora_pkt_fwd$ lsusb
  50. Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  51. Bus 001 Device 002: ID 0403:6010 Future Technology Devices International, Ltd FT2232C Dual USB-UART/FIFO IC
  52. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement