Advertisement
ksadowski987

Raspian Packet Forwarder

Jun 16th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.28 KB | None | 0 0
  1. root@crank:/tmp/lora# ./reset.sh ; ./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. lgw_board_setconf:427: Note: board configuration; lorawan_public:1, clksrc:1
  12. INFO: no configuration for LBT
  13. INFO: antenna_gain 0 dBi
  14. INFO: Configuring TX LUT with 16 indexes
  15. INFO: radio 0 enabled (type SX1257), center frequency 904300000, RSSI offset -166.000000, tx enabled 1, tx_notch_freq 0
  16. lgw_rxrf_setconf:476: WARNING: NOT A VALID TX NOTCH FILTER FREQUENCY [126000..250000]Hz
  17. lgw_rxrf_setconf:488: Note: rf_chain 0 configuration; en:1 freq:904300000 rssi_offset:-166.000000 radio_type:2 tx_enable:1 tx_notch_freq:0
  18. INFO: radio 1 enabled (type SX1257), center frequency 905000000, RSSI offset -166.000000, tx enabled 0, tx_notch_freq 0
  19. lgw_rxrf_setconf:488: Note: rf_chain 1 configuration; en:1 freq:905000000 rssi_offset:-166.000000 radio_type:2 tx_enable:0 tx_notch_freq:0
  20. INFO: Lora multi-SF channel 0> radio 0, IF -400000 Hz, 125 kHz bw, SF 7 to 12
  21. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 0 configuration; en:1 freq:-400000 SF_mask:0x7e
  22. INFO: Lora multi-SF channel 1> radio 0, IF -200000 Hz, 125 kHz bw, SF 7 to 12
  23. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 1 configuration; en:1 freq:-200000 SF_mask:0x7e
  24. INFO: Lora multi-SF channel 2> radio 0, IF 0 Hz, 125 kHz bw, SF 7 to 12
  25. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 2 configuration; en:1 freq:0 SF_mask:0x7e
  26. INFO: Lora multi-SF channel 3> radio 0, IF 200000 Hz, 125 kHz bw, SF 7 to 12
  27. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 3 configuration; en:1 freq:200000 SF_mask:0x7e
  28. INFO: Lora multi-SF channel 4> radio 1, IF -300000 Hz, 125 kHz bw, SF 7 to 12
  29. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 4 configuration; en:1 freq:-300000 SF_mask:0x7e
  30. INFO: Lora multi-SF channel 5> radio 1, IF -100000 Hz, 125 kHz bw, SF 7 to 12
  31. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 5 configuration; en:1 freq:-100000 SF_mask:0x7e
  32. INFO: Lora multi-SF channel 6> radio 1, IF 100000 Hz, 125 kHz bw, SF 7 to 12
  33. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 6 configuration; en:1 freq:100000 SF_mask:0x7e
  34. INFO: Lora multi-SF channel 7> radio 1, IF 300000 Hz, 125 kHz bw, SF 7 to 12
  35. lgw_rxif_setconf:607: Note: LoRa 'multi' if_chain 7 configuration; en:1 freq:300000 SF_mask:0x7e
  36. INFO: Lora std channel> radio 0, IF 300000 Hz, 500000 Hz bw, SF 8
  37. lgw_rxif_setconf:581: Note: LoRa 'std' if_chain 8 configuration; en:1 freq:300000 bw:1 dr:4
  38. INFO: FSK channel 8 disabled
  39. lgw_rxif_setconf:515: Note: if_chain 9 disabled
  40. INFO: global_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
  41. INFO: gateway MAC address is configured to 0000000000000000
  42. INFO: server hostname or IP address is configured to "127.0.0.1"
  43. INFO: upstream port is configured to "1700"
  44. INFO: downstream port is configured to "1700"
  45. INFO: downstream keep-alive interval is configured to 10 seconds
  46. INFO: statistics display interval is configured to 30 seconds
  47. INFO: upstream PUSH_DATA time-out is configured to 100 ms
  48. INFO: packets received with a valid CRC will be forwarded
  49. INFO: packets received with a CRC error will NOT be forwarded
  50. INFO: packets received with no CRC will NOT be forwarded
  51. INFO: GPS serial port path is configured to "/dev/ttyAMA0"
  52. INFO: Reference latitude is configured to 10.000000 deg
  53. INFO: Reference longitude is configured to 20.000000 deg
  54. INFO: Reference altitude is configured to -1 meters
  55. INFO: fake GPS is disabled
  56. INFO: Auto-quit after 20 non-acknowledged PULL_DATA
  57. INFO: found local configuration file local_conf.json, parsing it
  58. INFO: redefined parameters will overwrite global parameters
  59. INFO: local_conf.json does not contain a JSON object named SX1301_conf
  60. INFO: local_conf.json does contain a JSON object named gateway_conf, parsing gateway parameters
  61. INFO: gateway MAC address is configured to <VALID MAC ADDRESS>
  62. INFO: packets received with a valid CRC will be forwarded
  63. INFO: packets received with a CRC error will NOT be forwarded
  64. INFO: packets received with no CRC will NOT be forwarded
  65. INFO: [main] TTY port /dev/ttyAMA0 open for GPS synchronization
  66. Note: SPI port opened and configured ok
  67. Note: SPI read success
  68. lgw_connect:532: INFO: no FPGA detected or version not supported (v0)
  69. Note: SPI read success
  70. Note: SPI write success
  71. Note: success connecting the concentrator
  72. Note: SPI write success
  73. Note: SPI read success
  74. Note: SPI write success
  75. Note: SPI read success
  76. Note: SPI write success
  77. Note: SPI write success
  78. Note: SPI read success
  79. Note: SPI write success
  80. Note: SPI read success
  81. Note: SPI write success
  82. Note: SPI read success
  83. Note: SPI write success
  84. Note: SPI read success
  85. Note: SPI write success
  86. Note: SPI read success
  87. Note: SPI write success
  88. Note: SPI write success
  89. Note: SPI write success
  90. Note: SPI read success
  91. Note: SPI write success
  92. Note: SPI read success
  93. Note: SPI write success
  94. Note: SPI read success
  95. lgw_setup_sx125x:407: Note: SX125x #0 version register returned 0x21
  96. Note: SPI read success
  97. Note: SPI write success
  98. Note: SPI write success
  99. Note: SPI write success
  100. Note: SPI read success
  101. Note: SPI write success
  102. Note: SPI read success
  103. Note: SPI write success
  104. lgw_setup_sx125x:415: Note: SX125x #0 clock output disabled
  105. Note: SPI read success
  106. Note: SPI write success
  107. Note: SPI write success
  108. Note: SPI write success
  109. Note: SPI read success
  110. Note: SPI write success
  111. Note: SPI read success
  112. Note: SPI write success
  113. Note: SPI read success
  114. Note: SPI write success
  115. Note: SPI write success
  116. Note: SPI write success
  117. Note: SPI read success
  118. Note: SPI write success
  119. Note: SPI read success
  120. Note: SPI write success
  121. Note: SPI read success
  122. Note: SPI write success
  123. Note: SPI write success
  124. Note: SPI write success
  125. Note: SPI read success
  126. Note: SPI write success
  127. Note: SPI read success
  128. Note: SPI write success
  129. Note: SPI read success
  130. Note: SPI write success
  131. Note: SPI write success
  132. Note: SPI write success
  133. Note: SPI read success
  134. Note: SPI write success
  135. Note: SPI read success
  136. Note: SPI write success
  137. Note: SPI read success
  138. Note: SPI write success
  139. Note: SPI write success
  140. Note: SPI write success
  141. Note: SPI read success
  142. Note: SPI write success
  143. Note: SPI read success
  144. Note: SPI write success
  145. Note: SPI read success
  146. Note: SPI write success
  147. Note: SPI write success
  148. Note: SPI write success
  149. Note: SPI read success
  150. Note: SPI write success
  151. Note: SPI read success
  152. Note: SPI write success
  153. Note: SPI read success
  154. Note: SPI write success
  155. Note: SPI write success
  156. Note: SPI write success
  157. Note: SPI read success
  158. Note: SPI write success
  159. Note: SPI read success
  160. Note: SPI write success
  161. Note: SPI read success
  162. Note: SPI write success
  163. Note: SPI write success
  164. Note: SPI write success
  165. Note: SPI read success
  166. Note: SPI write success
  167. Note: SPI read success
  168. Note: SPI write success
  169. Note: SPI read success
  170. Note: SPI write success
  171. Note: SPI write success
  172. Note: SPI write success
  173. Note: SPI read success
  174. Note: SPI write success
  175. Note: SPI read success
  176. Note: SPI write success
  177. Note: SPI read success
  178. Note: SPI write success
  179. Note: SPI write success
  180. Note: SPI write success
  181. Note: SPI read success
  182. Note: SPI write success
  183. Note: SPI read success
  184. Note: SPI write success
  185. Note: SPI read success
  186. Note: SPI write success
  187. Note: SPI write success
  188. Note: SPI write success
  189. Note: SPI read success
  190. Note: SPI write success
  191. Note: SPI read success
  192. Note: SPI write success
  193. Note: SPI read success
  194. Note: SPI write success
  195. Note: SPI write success
  196. Note: SPI write success
  197. Note: SPI read success
  198. Note: SPI write success
  199. Note: SPI read success
  200. Note: SPI write success
  201. lgw_setup_sx125x:469: Note: SX125x #0 PLL start (attempt 1)
  202. Note: SPI read success
  203. Note: SPI write success
  204. Note: SPI write success
  205. Note: SPI write success
  206. Note: SPI read success
  207. Note: SPI write success
  208. Note: SPI read success
  209. Note: SPI write success
  210. Note: SPI read success
  211. Note: SPI read success
  212. Note: SPI write success
  213. Note: SPI write success
  214. Note: SPI write success
  215. Note: SPI read success
  216. Note: SPI write success
  217. Note: SPI read success
  218. Note: SPI write success
  219. Note: SPI read success
  220. lgw_setup_sx125x:407: Note: SX125x #1 version register returned 0x21
  221. Note: SPI read success
  222. Note: SPI write success
  223. Note: SPI write success
  224. Note: SPI write success
  225. Note: SPI read success
  226. Note: SPI write success
  227. Note: SPI read success
  228. Note: SPI write success
  229. lgw_setup_sx125x:412: Note: SX125x #1 clock output enabled
  230. Note: SPI read success
  231. Note: SPI write success
  232. Note: SPI write success
  233. Note: SPI write success
  234. Note: SPI read success
  235. Note: SPI write success
  236. Note: SPI read success
  237. Note: SPI write success
  238. Note: SPI read success
  239. Note: SPI write success
  240. Note: SPI write success
  241. Note: SPI write success
  242. Note: SPI read success
  243. Note: SPI write success
  244. Note: SPI read success
  245. Note: SPI write success
  246. Note: SPI read success
  247. Note: SPI write success
  248. Note: SPI write success
  249. Note: SPI write success
  250. Note: SPI read success
  251. Note: SPI write success
  252. Note: SPI read success
  253. Note: SPI write success
  254. Note: SPI read success
  255. Note: SPI write success
  256. Note: SPI write success
  257. Note: SPI write success
  258. Note: SPI read success
  259. Note: SPI write success
  260. Note: SPI read success
  261. Note: SPI write success
  262. Note: SPI read success
  263. Note: SPI write success
  264. Note: SPI write success
  265. Note: SPI write success
  266. Note: SPI read success
  267. Note: SPI write success
  268. Note: SPI read success
  269. Note: SPI write success
  270. Note: SPI read success
  271. Note: SPI write success
  272. Note: SPI write success
  273. Note: SPI write success
  274. Note: SPI read success
  275. Note: SPI write success
  276. Note: SPI read success
  277. Note: SPI write success
  278. Note: SPI read success
  279. Note: SPI write success
  280. Note: SPI write success
  281. Note: SPI write success
  282. Note: SPI read success
  283. Note: SPI write success
  284. Note: SPI read success
  285. Note: SPI write success
  286. Note: SPI read success
  287. Note: SPI write success
  288. Note: SPI write success
  289. Note: SPI write success
  290. Note: SPI read success
  291. Note: SPI write success
  292. Note: SPI read success
  293. Note: SPI write success
  294. Note: SPI read success
  295. Note: SPI write success
  296. Note: SPI write success
  297. Note: SPI write success
  298. Note: SPI read success
  299. Note: SPI write success
  300. Note: SPI read success
  301. Note: SPI write success
  302. Note: SPI read success
  303. Note: SPI write success
  304. Note: SPI write success
  305. Note: SPI write success
  306. Note: SPI read success
  307. Note: SPI write success
  308. Note: SPI read success
  309. Note: SPI write success
  310. Note: SPI read success
  311. Note: SPI write success
  312. Note: SPI write success
  313. Note: SPI write success
  314. Note: SPI read success
  315. Note: SPI write success
  316. Note: SPI read success
  317. Note: SPI write success
  318. Note: SPI read success
  319. Note: SPI write success
  320. Note: SPI write success
  321. Note: SPI write success
  322. Note: SPI read success
  323. Note: SPI write success
  324. Note: SPI read success
  325. Note: SPI write success
  326. lgw_setup_sx125x:469: Note: SX125x #1 PLL start (attempt 1)
  327. Note: SPI read success
  328. Note: SPI write success
  329. Note: SPI write success
  330. Note: SPI write success
  331. Note: SPI read success
  332. Note: SPI write success
  333. Note: SPI read success
  334. Note: SPI write success
  335. Note: SPI read success
  336. Note: SPI read success
  337. Note: SPI write success
  338. Note: SPI read success
  339. Note: SPI write success
  340. Note: SPI read success
  341. Note: SPI write success
  342. Note: SPI read success
  343. Note: SPI write success
  344. Note: SPI write success
  345. Note: SPI read success
  346. Note: SPI write success
  347. Note: SPI read success
  348. Note: SPI write success
  349. Note: SPI write success
  350. lgw_spi_wb:309: BURST WRITE: to trans 8192 # chunk 1024 # transferred 1024
  351. lgw_spi_wb:309: BURST WRITE: to trans 7168 # chunk 1024 # transferred 2048
  352. lgw_spi_wb:309: BURST WRITE: to trans 6144 # chunk 1024 # transferred 3072
  353. lgw_spi_wb:309: BURST WRITE: to trans 5120 # chunk 1024 # transferred 4096
  354. lgw_spi_wb:309: BURST WRITE: to trans 4096 # chunk 1024 # transferred 5120
  355. lgw_spi_wb:309: BURST WRITE: to trans 3072 # chunk 1024 # transferred 6144
  356. lgw_spi_wb:309: BURST WRITE: to trans 2048 # chunk 1024 # transferred 7168
  357. lgw_spi_wb:309: BURST WRITE: to trans 1024 # chunk 1024 # transferred 8192
  358. Note: SPI burst write success
  359. Note: SPI read success
  360. lgw_spi_rb:371: BURST READ: to trans 8192 # chunk 1024 # transferred 1024
  361. lgw_spi_rb:371: BURST READ: to trans 7168 # chunk 1024 # transferred 2048
  362. lgw_spi_rb:371: BURST READ: to trans 6144 # chunk 1024 # transferred 3072
  363. lgw_spi_rb:371: BURST READ: to trans 5120 # chunk 1024 # transferred 4096
  364. lgw_spi_rb:371: BURST READ: to trans 4096 # chunk 1024 # transferred 5120
  365. lgw_spi_rb:371: BURST READ: to trans 3072 # chunk 1024 # transferred 6144
  366. lgw_spi_rb:371: BURST READ: to trans 2048 # chunk 1024 # transferred 7168
  367. lgw_spi_rb:371: BURST READ: to trans 1024 # chunk 1024 # transferred 8192
  368. Note: SPI burst read success
  369. Note: SPI read success
  370. Note: SPI write success
  371. Note: SPI read success
  372. Note: SPI write success
  373. Note: SPI write success
  374. Note: SPI read success
  375. Note: SPI write success
  376. Note: SPI write success
  377. Note: SPI write success
  378. Note: SPI read success
  379. Note: SPI write success
  380. Note: SPI read success
  381. Note: SPI write success
  382. lgw_start:823: Note: calibration started (time: 2300 ms)
  383. Note: SPI read success
  384. Note: SPI write success
  385. Note: SPI read success
  386. lgw_start:844: Note: calibration finished (status = 183)
  387. WARNING: problem in calibration of radio A for image rejection
  388. Note: SPI write success
  389. Note: SPI write success
  390. Note: SPI read success
  391. Note: SPI write success
  392. Note: SPI read success
  393. Note: SPI write success
  394. Note: SPI read success
  395. Note: SPI write success
  396. Note: SPI read success
  397. Note: SPI write success
  398. Note: SPI read success
  399. Note: SPI write success
  400. Note: SPI read success
  401. Note: SPI write success
  402. Note: SPI read success
  403. Note: SPI write success
  404. Note: SPI read success
  405. Note: SPI write success
  406. Note: SPI read success
  407. Note: SPI write success
  408. Note: SPI read success
  409. Note: SPI write success
  410. Note: SPI read success
  411. Note: SPI write success
  412. Note: SPI read success
  413. Note: SPI write success
  414. Note: SPI read success
  415. Note: SPI write success
  416. Note: SPI read success
  417. Note: SPI write success
  418. Note: SPI read success
  419. Note: SPI write success
  420. Note: SPI read success
  421. Note: SPI write success
  422. Note: SPI read success
  423. Note: SPI write success
  424. Note: SPI read success
  425. Note: SPI write success
  426. Note: SPI read success
  427. Note: SPI write success
  428. Note: SPI read success
  429. Note: SPI write success
  430. Note: SPI read success
  431. Note: SPI write success
  432. Note: SPI read success
  433. Note: SPI write success
  434. Note: SPI read success
  435. Note: SPI write success
  436. Note: SPI read success
  437. Note: SPI write success
  438. Note: SPI read success
  439. Note: SPI write success
  440. Note: SPI read success
  441. Note: SPI write success
  442. Note: SPI read success
  443. Note: SPI write success
  444. Note: SPI read success
  445. Note: SPI write success
  446. Note: SPI read success
  447. Note: SPI write success
  448. Note: SPI read success
  449. Note: SPI write success
  450. Note: SPI read success
  451. Note: SPI write success
  452. Note: SPI read success
  453. Note: SPI write success
  454. Note: SPI read success
  455. Note: SPI write success
  456. Note: SPI read success
  457. Note: SPI write success
  458. Note: SPI read success
  459. Note: SPI write success
  460. Note: SPI write success
  461. Note: SPI write success
  462. Note: SPI write success
  463. Note: SPI read success
  464. Note: SPI write success
  465. Note: SPI read success
  466. Note: SPI write success
  467. Note: SPI read success
  468. Note: SPI write success
  469. Note: SPI read success
  470. Note: SPI write success
  471. Note: SPI read success
  472. Note: SPI write success
  473. Note: SPI write success
  474. Note: SPI read success
  475. Note: SPI write success
  476. Note: SPI read success
  477. Note: SPI write success
  478. Note: SPI write success
  479. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  480. Note: SPI burst write success
  481. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  482. Note: SPI burst write success
  483. Note: SPI read success
  484. Note: SPI write success
  485. Note: SPI write success
  486. Note: SPI read success
  487. Note: SPI write success
  488. Note: SPI write success
  489. Note: SPI read success
  490. Note: SPI write success
  491. Note: SPI write success
  492. Note: SPI read success
  493. Note: SPI write success
  494. Note: SPI read success
  495. Note: SPI write success
  496. Note: SPI read success
  497. Note: SPI write success
  498. Note: SPI read success
  499. Note: SPI write success
  500. Note: SPI read success
  501. Note: SPI write success
  502. Note: SPI write success
  503. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  504. Note: SPI burst write success
  505. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  506. Note: SPI burst write success
  507. Note: SPI read success
  508. Note: SPI write success
  509. Note: SPI read success
  510. Note: SPI write success
  511. Note: SPI read success
  512. Note: SPI write success
  513. Note: SPI read success
  514. Note: SPI write success
  515. Note: SPI write success
  516. Note: SPI read success
  517. Note: SPI write success
  518. Note: SPI write success
  519. Note: SPI read success
  520. Note: SPI write success
  521. Note: SPI write success
  522. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  523. Note: SPI burst write success
  524. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  525. Note: SPI burst write success
  526. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  527. Note: SPI burst write success
  528. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  529. Note: SPI burst write success
  530. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  531. Note: SPI burst write success
  532. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  533. Note: SPI burst write success
  534. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  535. Note: SPI burst write success
  536. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  537. Note: SPI burst write success
  538. Note: SPI read success
  539. Note: SPI write success
  540. Note: SPI read success
  541. Note: SPI write success
  542. Note: SPI read success
  543. Note: SPI write success
  544. Note: SPI read success
  545. Note: SPI write success
  546. Note: SPI read success
  547. Note: SPI write success
  548. Note: SPI read success
  549. Note: SPI write success
  550. Note: SPI read success
  551. Note: SPI write success
  552. Note: SPI read success
  553. Note: SPI write success
  554. Note: SPI read success
  555. Note: SPI write success
  556. Note: SPI read success
  557. Note: SPI write success
  558. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  559. Note: SPI burst write success
  560. Note: SPI write success
  561. Note: SPI read success
  562. Note: SPI write success
  563. Note: SPI read success
  564. Note: SPI write success
  565. Note: SPI read success
  566. Note: SPI write success
  567. Note: SPI read success
  568. Note: SPI write success
  569. Note: SPI read success
  570. Note: SPI write success
  571. Note: SPI write success
  572. lgw_spi_wb:309: BURST WRITE: to trans 2 # chunk 2 # transferred 2
  573. Note: SPI burst write success
  574. Note: SPI write success
  575. Note: SPI read success
  576. Note: SPI write success
  577. Note: SPI read success
  578. Note: SPI write success
  579. lgw_spi_wb:309: BURST WRITE: to trans 4 # chunk 4 # transferred 4
  580. Note: SPI burst write success
  581. lgw_spi_wb:309: BURST WRITE: to trans 4 # chunk 4 # transferred 4
  582. Note: SPI burst write success
  583. Note: SPI read success
  584. Note: SPI write success
  585. Note: SPI write success
  586. Note: SPI read success
  587. Note: SPI write success
  588. Note: SPI read success
  589. Note: SPI write success
  590. Note: SPI write success
  591. lgw_spi_wb:309: BURST WRITE: to trans 8192 # chunk 1024 # transferred 1024
  592. lgw_spi_wb:309: BURST WRITE: to trans 7168 # chunk 1024 # transferred 2048
  593. lgw_spi_wb:309: BURST WRITE: to trans 6144 # chunk 1024 # transferred 3072
  594. lgw_spi_wb:309: BURST WRITE: to trans 5120 # chunk 1024 # transferred 4096
  595. lgw_spi_wb:309: BURST WRITE: to trans 4096 # chunk 1024 # transferred 5120
  596. lgw_spi_wb:309: BURST WRITE: to trans 3072 # chunk 1024 # transferred 6144
  597. lgw_spi_wb:309: BURST WRITE: to trans 2048 # chunk 1024 # transferred 7168
  598. lgw_spi_wb:309: BURST WRITE: to trans 1024 # chunk 1024 # transferred 8192
  599. Note: SPI burst write success
  600. Note: SPI read success
  601. lgw_spi_rb:371: BURST READ: to trans 8192 # chunk 1024 # transferred 1024
  602. lgw_spi_rb:371: BURST READ: to trans 7168 # chunk 1024 # transferred 2048
  603. lgw_spi_rb:371: BURST READ: to trans 6144 # chunk 1024 # transferred 3072
  604. lgw_spi_rb:371: BURST READ: to trans 5120 # chunk 1024 # transferred 4096
  605. lgw_spi_rb:371: BURST READ: to trans 4096 # chunk 1024 # transferred 5120
  606. lgw_spi_rb:371: BURST READ: to trans 3072 # chunk 1024 # transferred 6144
  607. lgw_spi_rb:371: BURST READ: to trans 2048 # chunk 1024 # transferred 7168
  608. lgw_spi_rb:371: BURST READ: to trans 1024 # chunk 1024 # transferred 8192
  609. Note: SPI burst read success
  610. Note: SPI read success
  611. Note: SPI write success
  612. Note: SPI read success
  613. Note: SPI write success
  614. Note: SPI read success
  615. Note: SPI write success
  616. Note: SPI write success
  617. lgw_spi_wb:309: BURST WRITE: to trans 8192 # chunk 1024 # transferred 1024
  618. lgw_spi_wb:309: BURST WRITE: to trans 7168 # chunk 1024 # transferred 2048
  619. lgw_spi_wb:309: BURST WRITE: to trans 6144 # chunk 1024 # transferred 3072
  620. lgw_spi_wb:309: BURST WRITE: to trans 5120 # chunk 1024 # transferred 4096
  621. lgw_spi_wb:309: BURST WRITE: to trans 4096 # chunk 1024 # transferred 5120
  622. lgw_spi_wb:309: BURST WRITE: to trans 3072 # chunk 1024 # transferred 6144
  623. lgw_spi_wb:309: BURST WRITE: to trans 2048 # chunk 1024 # transferred 7168
  624. lgw_spi_wb:309: BURST WRITE: to trans 1024 # chunk 1024 # transferred 8192
  625. Note: SPI burst write success
  626. Note: SPI read success
  627. lgw_spi_rb:371: BURST READ: to trans 8192 # chunk 1024 # transferred 1024
  628. lgw_spi_rb:371: BURST READ: to trans 7168 # chunk 1024 # transferred 2048
  629. lgw_spi_rb:371: BURST READ: to trans 6144 # chunk 1024 # transferred 3072
  630. lgw_spi_rb:371: BURST READ: to trans 5120 # chunk 1024 # transferred 4096
  631. lgw_spi_rb:371: BURST READ: to trans 4096 # chunk 1024 # transferred 5120
  632. lgw_spi_rb:371: BURST READ: to trans 3072 # chunk 1024 # transferred 6144
  633. lgw_spi_rb:371: BURST READ: to trans 2048 # chunk 1024 # transferred 7168
  634. lgw_spi_rb:371: BURST READ: to trans 1024 # chunk 1024 # transferred 8192
  635. Note: SPI burst read success
  636. Note: SPI read success
  637. Note: SPI write success
  638. Note: SPI read success
  639. Note: SPI write success
  640. Note: SPI read success
  641. Note: SPI write success
  642. Note: SPI read success
  643. Note: SPI write success
  644. Note: SPI write success
  645. Note: SPI read success
  646. Note: SPI write success
  647. Note: SPI read success
  648. Note: SPI write success
  649. Note: SPI write success
  650. Note: SPI write success
  651. Note: SPI read success
  652. Note: SPI write success
  653. Note: SPI read success
  654. Info: Initialising AGC firmware...
  655. Note: SPI read success
  656. Note: SPI write success
  657. Note: SPI write success
  658. Note: SPI write success
  659. Note: SPI read success
  660. Note: SPI write success
  661. Note: SPI write success
  662. Note: SPI read success
  663. Note: SPI write success
  664. Note: SPI write success
  665. Note: SPI read success
  666. Note: SPI write success
  667. Note: SPI write success
  668. Note: SPI read success
  669. Note: SPI write success
  670. Note: SPI write success
  671. Note: SPI read success
  672. Note: SPI write success
  673. Note: SPI write success
  674. Note: SPI read success
  675. Note: SPI write success
  676. Note: SPI write success
  677. Note: SPI read success
  678. Note: SPI write success
  679. Note: SPI write success
  680. Note: SPI read success
  681. Note: SPI write success
  682. Note: SPI write success
  683. Note: SPI read success
  684. Note: SPI write success
  685. Note: SPI write success
  686. Note: SPI read success
  687. Note: SPI write success
  688. Note: SPI write success
  689. Note: SPI read success
  690. Note: SPI write success
  691. Note: SPI write success
  692. Note: SPI read success
  693. Note: SPI write success
  694. Note: SPI write success
  695. Note: SPI read success
  696. Note: SPI write success
  697. Note: SPI write success
  698. Note: SPI read success
  699. Note: SPI write success
  700. Note: SPI write success
  701. Note: SPI read success
  702. Note: SPI write success
  703. Note: SPI write success
  704. Note: SPI read success
  705. Note: SPI write success
  706. Note: SPI write success
  707. Note: SPI read success
  708. Note: SPI write success
  709. Note: SPI write success
  710. Note: SPI read success
  711. Note: SPI write success
  712. Note: SPI write success
  713. Info: putting back original RADIO_SELECT value
  714. Note: SPI read success
  715. Note: SPI write success
  716. Note: SPI read success
  717. Note: SPI write success
  718. INFO: [main] concentrator started, packet can now be received
  719. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  720. Note: SPI burst read success
  721.  
  722. INFO: Disabling GPS mode for concentrator's counter...
  723. Note: SPI read success
  724. Note: SPI write success
  725. lgw_spi_rb:371: BURST READ: to trans 4 # chunk 4 # transferred 4
  726. Note: SPI burst read success
  727. INFO: host/sx1301 time offset=(1592319622s:539176µs) - drift=-847747160µs
  728. INFO: Enabling GPS mode for concentrator's counter.
  729.  
  730. Note: SPI read success
  731. Note: SPI write success
  732. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  733. Note: SPI burst read success
  734. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  735. Note: SPI burst read success
  736. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  737. Note: SPI burst read success
  738. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  739. Note: SPI burst read success
  740. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  741. Note: SPI burst read success
  742. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  743. Note: SPI burst read success
  744. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  745. Note: SPI burst read success
  746. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  747. Note: SPI burst read success
  748. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  749. Note: SPI burst read success
  750. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  751. Note: SPI burst read success
  752. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  753. Note: SPI burst read success
  754. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  755. Note: SPI burst read success
  756. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  757. Note: SPI burst read success
  758. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  759. Note: SPI burst read success
  760. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  761. Note: SPI burst read success
  762. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  763. Note: SPI burst read success
  764. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  765. Note: SPI burst read success
  766. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  767. Note: SPI burst read success
  768. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  769. Note: SPI burst read success
  770. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  771. Note: SPI burst read success
  772. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  773. Note: SPI burst read success
  774. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  775. Note: SPI burst read success
  776. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  777. Note: SPI burst read success
  778. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  779. Note: SPI burst read success
  780. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  781. Note: SPI burst read success
  782. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  783. Note: SPI burst read success
  784. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  785. Note: SPI burst read success
  786. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  787. Note: SPI burst read success
  788. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  789. Note: SPI burst read success
  790. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  791. Note: SPI burst read success
  792. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  793. Note: SPI burst read success
  794. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  795. Note: SPI burst read success
  796. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  797. Note: SPI burst read success
  798. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  799. Note: SPI burst read success
  800. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  801. Note: SPI burst read success
  802. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  803. Note: SPI burst read success
  804. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  805. Note: SPI burst read success
  806. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  807. Note: SPI burst read success
  808. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  809. Note: SPI burst read success
  810. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  811. Note: SPI burst read success
  812. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  813. Note: SPI burst read success
  814. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  815. Note: SPI burst read success
  816. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  817. Note: SPI burst read success
  818. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  819. Note: SPI burst read success
  820. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  821. Note: SPI burst read success
  822. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  823. Note: SPI burst read success
  824. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  825. Note: SPI burst read success
  826. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  827. Note: SPI burst read success
  828. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  829. Note: SPI burst read success
  830. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  831. Note: SPI burst read success
  832. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  833. Note: SPI burst read success
  834. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  835. Note: SPI burst read success
  836. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  837. Note: SPI burst read success
  838. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  839. Note: SPI burst read success
  840. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  841. Note: SPI burst read success
  842. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  843. Note: SPI burst read success
  844. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  845. Note: SPI burst read success
  846. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  847. Note: SPI burst read success
  848. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  849. Note: SPI burst read success
  850. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  851. Note: SPI burst read success
  852. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  853. Note: SPI burst read success
  854. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  855. Note: SPI burst read success
  856. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  857. Note: SPI burst read success
  858. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  859. Note: SPI burst read success
  860. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  861. Note: SPI burst read success
  862. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  863. Note: SPI burst read success
  864. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  865. Note: SPI burst read success
  866. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  867. Note: SPI burst read success
  868. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  869. Note: SPI burst read success
  870. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  871. Note: SPI burst read success
  872. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  873. Note: SPI burst read success
  874. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  875. Note: SPI burst read success
  876. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  877. Note: SPI burst read success
  878. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  879. Note: SPI burst read success
  880. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  881. Note: SPI burst read success
  882. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  883. Note: SPI burst read success
  884. ERROR: TOO SHORT TO BE A VALID UBX MESSAGE
  885. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  886. Note: SPI burst read success
  887. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  888. Note: SPI burst read success
  889. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  890. Note: SPI burst read success
  891. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35
  892. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  893. Note: SPI burst read success
  894. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  895. Note: SPI burst read success
  896. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  897. Note: SPI burst read success
  898. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c
  899. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  900. Warning: invalid NMEA sentence (bad checksum)
  901. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a
  902. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  903. Warning: invalid NMEA sentence (bad checksum)
  904. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  905. Note: SPI burst read success
  906. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  907. Note: SPI burst read success
  908. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  909. Note: SPI burst read success
  910. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  911. Note: SPI burst read success
  912. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  913. Warning: invalid NMEA sentence (bad checksum)
  914. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31
  915. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  916. Warning: invalid NMEA sentence (bad checksum)
  917. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  918. Note: SPI burst read success
  919. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  920. Warning: invalid NMEA sentence (bad checksum)
  921. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47
  922. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  923. Warning: invalid NMEA sentence (bad checksum)
  924. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  925. Note: SPI burst read success
  926. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  927. Note: SPI burst read success
  928. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  929. Warning: invalid NMEA sentence (bad checksum)
  930. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30
  931. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  932. Warning: invalid NMEA sentence (bad checksum)
  933. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  934. Warning: invalid NMEA sentence (bad checksum)
  935. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e
  936. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  937. Warning: invalid NMEA sentence (bad checksum)
  938. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  939. Note: SPI burst read success
  940. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  941. Note: SPI burst read success
  942. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  943. Note: SPI burst read success
  944. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  945. Warning: invalid NMEA sentence (bad checksum)
  946. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34
  947. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  948. Warning: invalid NMEA sentence (bad checksum)
  949. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  950. Note: SPI burst read success
  951. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  952. Note: SPI burst read success
  953. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  954. Warning: invalid NMEA sentence (bad checksum)
  955. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24
  956. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  957. Warning: invalid NMEA sentence (bad checksum)
  958. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  959. Warning: invalid NMEA sentence (bad checksum)
  960. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  961. Note: SPI burst read success
  962. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  963. Note: SPI burst read success
  964. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  965. Note: SPI burst read success
  966. ERROR: NMEA CHECKSUM  DOESN'T MATCH VERIFICATION CHECKSUM 07
  967. Warning: invalid NMEA sentence (bad checksum)
  968. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37
  969. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  970. Warning: invalid NMEA sentence (bad checksum)
  971. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  972. Warning: invalid NMEA sentence (bad checksum)
  973. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  974. Note: SPI burst read success
  975. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  976. Note: SPI burst read success
  977. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  978. Note: SPI burst read success
  979. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37 2a 30 33 0d 0a 24 47 50
  980. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  981. Warning: invalid NMEA sentence (bad checksum)
  982. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  983. Warning: invalid NMEA sentence (bad checksum)
  984. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  985. Warning: invalid NMEA sentence (bad checksum)
  986. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  987. Note: SPI burst read success
  988. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  989. Note: SPI burst read success
  990. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37 2a 30 33 0d 0a 24 47 50 31 30 2c 30 31 2c 34 37
  991. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  992. Warning: invalid NMEA sentence (bad checksum)
  993. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  994. Warning: invalid NMEA sentence (bad checksum)
  995. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  996. Warning: invalid NMEA sentence (bad checksum)
  997. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  998. Note: SPI burst read success
  999. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1000. Note: SPI burst read success
  1001. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1002. Note: SPI burst read success
  1003. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37 2a 30 33 0d 0a 24 47 50 31 30 2c 30 31 2c 34 37 31 39 2c 30 35 33 2c 31
  1004. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1005. Warning: invalid NMEA sentence (bad checksum)
  1006. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1007. Warning: invalid NMEA sentence (bad checksum)
  1008. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1009. Warning: invalid NMEA sentence (bad checksum)
  1010. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1011. Note: SPI burst read success
  1012. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1013. Note: SPI burst read success
  1014. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37 2a 30 33 0d 0a 24 47 50 31 30 2c 30 31 2c 34 37 31 39 2c 30 35 33 2c 31 30 36 32 2c 33 31 2a 37
  1015. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1016. Warning: invalid NMEA sentence (bad checksum)
  1017. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1018. Warning: invalid NMEA sentence (bad checksum)
  1019. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1020. Warning: invalid NMEA sentence (bad checksum)
  1021. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1022. Note: SPI burst read success
  1023. Note: parsing UBX frame> b5 6d 24 47 50 52 33 30 30 2e 30 34 36 35 2c 31 36 30 lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1024. Note: SPI burst read success
  1025. 36 32 30 2c 2c 2c 41 2a 36 39 0d 0a 39 36 2c 4e 2c 31 2e 31 44 0d 0a 24 47 50 47 47 2e 30 30 2c 34 33 30 30 2e 30 34 36 35 33 2c 4e 2c 30 36 2c 31 2e 34 34 2c 2c 2a 36 35 0d 0a 24 30 37 2c 31 31 2c 31 37 2a 30 33 0d 0a 24 47 50 31 30 2c 30 31 2c 34 37 31 39 2c 30 35 33 2c 31 30 36 32 2c 33 31 2a 37 56 2c 33 2c 32 2c 31 30
  1026. ERROR: NMEA CHECKSUM 69 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1027. Warning: invalid NMEA sentence (bad checksum)
  1028. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1029. Warning: invalid NMEA sentence (bad checksum)
  1030. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1031. Warning: invalid NMEA sentence (bad checksum)
  1032. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1033. Note: SPI burst read success
  1034. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1035. Note: SPI burst read success
  1036. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1037. Note: SPI burst read success
  1038. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1039. Warning: invalid NMEA sentence (bad checksum)
  1040. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1041. Warning: invalid NMEA sentence (bad checksum)
  1042. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1043. Note: SPI burst read success
  1044. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1045. Note: SPI burst read success
  1046. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1047. Note: SPI burst read success
  1048. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1049. Warning: invalid NMEA sentence (bad checksum)
  1050. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1051. Warning: invalid NMEA sentence (bad checksum)
  1052. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1053. Note: SPI burst read success
  1054. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1055. Note: SPI burst read success
  1056. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1057. Note: SPI burst read success
  1058. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1059. Warning: invalid NMEA sentence (bad checksum)
  1060. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1061. Warning: invalid NMEA sentence (bad checksum)
  1062. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1063. Warning: invalid NMEA sentence (bad checksum)
  1064. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1065. Note: SPI burst read success
  1066. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1067. Note: SPI burst read success
  1068. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1069. Warning: invalid NMEA sentence (bad checksum)
  1070. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1071. Warning: invalid NMEA sentence (bad checksum)
  1072. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1073. Warning: invalid NMEA sentence (bad checksum)
  1074. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1075. Note: SPI burst read success
  1076. ERROR: NMEA CHECKSUM 65 DOESN'T MATCH VERIFICATION CHECKSUM 73
  1077. Warning: invalid NMEA sentence (bad checksum)
  1078. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1079. Warning: invalid NMEA sentence (bad checksum)
  1080. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1081. Warning: invalid NMEA sentence (bad checksum)
  1082. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1083. Note: SPI burst read success
  1084. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1085. Note: SPI burst read success
  1086. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1087. Note: SPI burst read success
  1088. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1089. Note: SPI burst read success
  1090. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1091. Note: SPI burst read success
  1092. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1093. Note: SPI burst read success
  1094. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1095. Note: SPI burst read success
  1096. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1097. Note: SPI burst read success
  1098. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1099. Note: SPI burst read success
  1100. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1101. Note: SPI burst read success
  1102. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1103. Note: SPI burst read success
  1104. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1105. Note: SPI burst read success
  1106. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1107. Note: SPI burst read success
  1108. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1109. Note: SPI burst read success
  1110. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1111. Note: SPI burst read success
  1112. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1113. Note: SPI burst read success
  1114. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1115. Note: SPI burst read success
  1116. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1117. Note: SPI burst read success
  1118. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1119. Note: SPI burst read success
  1120. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1121. Note: SPI burst read success
  1122. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1123. Note: SPI burst read success
  1124. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1125. Note: SPI burst read success
  1126. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1127. Note: SPI burst read success
  1128. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1129. Note: SPI burst read success
  1130. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1131. Note: SPI burst read success
  1132. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1133. Note: SPI burst read success
  1134. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1135. Note: SPI burst read success
  1136. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1137. Note: SPI burst read success
  1138. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1139. Note: SPI burst read success
  1140. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1141. Note: SPI burst read success
  1142. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1143. Note: SPI burst read success
  1144. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1145. Note: SPI burst read success
  1146. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1147. Note: SPI burst read success
  1148. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1149. Note: SPI burst read success
  1150. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1151. Note: SPI burst read success
  1152. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1153. Note: SPI burst read success
  1154. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1155. Note: SPI burst read success
  1156. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1157. Note: SPI burst read success
  1158. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1159. Note: SPI burst read success
  1160. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1161. Note: SPI burst read success
  1162. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1163. Note: SPI burst read success
  1164. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1165. Note: SPI burst read success
  1166. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1167. Note: SPI burst read success
  1168. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1169. Note: SPI burst read success
  1170. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1171. Note: SPI burst read success
  1172. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1173. Note: SPI burst read success
  1174. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1175. Note: SPI burst read success
  1176. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1177. Note: SPI burst read success
  1178. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1179. Note: SPI burst read success
  1180. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1181. Note: SPI burst read success
  1182. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1183. Note: SPI burst read success
  1184. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1185. Warning: invalid NMEA sentence (bad checksum)
  1186. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1187. Warning: invalid NMEA sentence (bad checksum)
  1188. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1189. Note: SPI burst read success
  1190. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1191. Note: SPI burst read success
  1192. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1193. Note: SPI burst read success
  1194. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1195. Warning: invalid NMEA sentence (bad checksum)
  1196. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1197. Warning: invalid NMEA sentence (bad checksum)
  1198. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1199. Note: SPI burst read success
  1200. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1201. Note: SPI burst read success
  1202. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1203. Warning: invalid NMEA sentence (bad checksum)
  1204. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1205. Warning: invalid NMEA sentence (bad checksum)
  1206. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1207. Note: SPI burst read success
  1208. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 01
  1209. Warning: invalid NMEA sentence (bad checksum)
  1210. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1211. Warning: invalid NMEA sentence (bad checksum)
  1212. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1213. Note: SPI burst read success
  1214. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1215. Note: SPI burst read success
  1216. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1217. Note: SPI burst read success
  1218. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1219. Note: SPI burst read success
  1220. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1221. Warning: invalid NMEA sentence (bad checksum)
  1222. Maximum length reached for nmea_checksum
  1223. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1224. Warning: invalid NMEA sentence (bad checksum)
  1225. ERROR: NMEA CHECKSUM 7V DOESN'T MATCH VERIFICATION CHECKSUM 01
  1226. Warning: invalid NMEA sentence (bad checksum)
  1227. Maximum length reached for nmea_checksum
  1228. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1229. Warning: invalid NMEA sentence (bad checksum)
  1230. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1231. Note: SPI burst read success
  1232. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1233. Note: SPI burst read success
  1234. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1235. Note: SPI burst read success
  1236. Maximum length reached for nmea_checksum
  1237. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1238. Warning: invalid NMEA sentence (bad checksum)
  1239. Maximum length reached for nmea_checksum
  1240. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1241. Warning: invalid NMEA sentence (bad checksum)
  1242. Maximum length reached for nmea_checksum
  1243. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1244. Warning: invalid NMEA sentence (bad checksum)
  1245. Maximum length reached for nmea_checksum
  1246. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1247. Warning: invalid NMEA sentence (bad checksum)
  1248. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1249. Note: SPI burst read success
  1250. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1251. Note: SPI burst read success
  1252. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1253. Note: SPI burst read success
  1254. Maximum length reached for nmea_checksum
  1255. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1256. Warning: invalid NMEA sentence (bad checksum)
  1257. Maximum length reached for nmea_checksum
  1258. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1259. Warning: invalid NMEA sentence (bad checksum)
  1260. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1261. Note: SPI burst read success
  1262. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1263. Note: SPI burst read success
  1264. Maximum length reached for nmea_checksum
  1265. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1266. Warning: invalid NMEA sentence (bad checksum)
  1267. Maximum length reached for nmea_checksum
  1268. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1269. Warning: invalid NMEA sentence (bad checksum)
  1270. Maximum length reached for nmea_checksum
  1271. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1272. Warning: invalid NMEA sentence (bad checksum)
  1273. Maximum length reached for nmea_checksum
  1274. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1275. Warning: invalid NMEA sentence (bad checksum)
  1276. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1277. Note: SPI burst read success
  1278. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1279. Note: SPI burst read success
  1280. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1281. Note: SPI burst read success
  1282. Maximum length reached for nmea_checksum
  1283. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1284. Warning: invalid NMEA sentence (bad checksum)
  1285. Maximum length reached for nmea_checksum
  1286. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1287. Warning: invalid NMEA sentence (bad checksum)
  1288. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1289. Note: SPI burst read success
  1290. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1291. Note: SPI burst read success
  1292. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1293. Note: SPI burst read success
  1294. Maximum length reached for nmea_checksum
  1295. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1296. Warning: invalid NMEA sentence (bad checksum)
  1297. Maximum length reached for nmea_checksum
  1298. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1299. Warning: invalid NMEA sentence (bad checksum)
  1300. Maximum length reached for nmea_checksum
  1301. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1302. Warning: invalid NMEA sentence (bad checksum)
  1303. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1304. Note: SPI burst read success
  1305. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1306. Note: SPI burst read success
  1307. Maximum length reached for nmea_checksum
  1308. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1309. Warning: invalid NMEA sentence (bad checksum)
  1310. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1311. Warning: invalid NMEA sentence (bad checksum)
  1312. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1313. Note: SPI burst read success
  1314. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1315. Note: SPI burst read success
  1316. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1317. Note: SPI burst read success
  1318. Maximum length reached for nmea_checksum
  1319. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1320. Warning: invalid NMEA sentence (bad checksum)
  1321. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1322. Warning: invalid NMEA sentence (bad checksum)
  1323. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1324. Note: SPI burst read success
  1325. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1326. Note: SPI burst read success
  1327. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1328. Note: SPI burst read success
  1329. Maximum length reached for nmea_checksum
  1330. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1331. Warning: invalid NMEA sentence (bad checksum)
  1332. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1333. Warning: invalid NMEA sentence (bad checksum)
  1334. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1335. Note: SPI burst read success
  1336. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1337. Note: SPI burst read success
  1338. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1339. Note: SPI burst read success
  1340. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1341. Note: SPI burst read success
  1342. Maximum length reached for nmea_checksum
  1343. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1344. Warning: invalid NMEA sentence (bad checksum)
  1345. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1346. Warning: invalid NMEA sentence (bad checksum)
  1347. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1348. Note: SPI burst read success
  1349. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1350. Note: SPI burst read success
  1351. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1352. Note: SPI burst read success
  1353. Maximum length reached for nmea_checksum
  1354. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1355. Warning: invalid NMEA sentence (bad checksum)
  1356. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1357. Warning: invalid NMEA sentence (bad checksum)
  1358. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1359. Note: SPI burst read success
  1360. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1361. Note: SPI burst read success
  1362. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1363. Note: SPI burst read success
  1364. Maximum length reached for nmea_checksum
  1365. ERROR: IMPOSSIBLE TO PARSE NMEA SENTENCE
  1366. Warning: invalid NMEA sentence (bad checksum)
  1367. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1368. Warning: invalid NMEA sentence (bad checksum)
  1369. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1370. Note: SPI burst read success
  1371. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1372. Note: SPI burst read success
  1373. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1374. Note: SPI burst read success
  1375. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1376. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1377. Warning: invalid NMEA sentence (bad checksum)
  1378. Note: SPI burst read success
  1379. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1380. Note: SPI burst read success
  1381. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1382. Note: SPI burst read success
  1383. ERROR: NMEA CHECKSUM 03 DOESN'T MATCH VERIFICATION CHECKSUM 1D
  1384. Warning: invalid NMEA sentence (bad checksum)
  1385. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1386. Note: SPI burst read success
  1387. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1388. Note: SPI burst read success
  1389. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1390. Note: SPI burst read success
  1391. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1392. Note: SPI burst read success
  1393. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1394. Note: SPI burst read success
  1395. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1396. Note: SPI burst read success
  1397. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1398. Note: SPI burst read success
  1399. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1400. Note: SPI burst read success
  1401. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1402. Note: SPI burst read success
  1403. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1404. Note: SPI burst read success
  1405. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1406. Note: SPI burst read success
  1407. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1408. Note: SPI burst read success
  1409. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1410. Note: SPI burst read success
  1411. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1412. Note: SPI burst read success
  1413. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1414. Note: SPI burst read success
  1415. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1416. Note: SPI burst read success
  1417. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1418. Note: SPI burst read success
  1419. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1420. Note: SPI burst read success
  1421. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1422. Note: SPI burst read success
  1423. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1424. Note: SPI burst read success
  1425. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1426. Note: SPI burst read success
  1427. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1428. Note: SPI burst read success
  1429. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1430. Note: SPI burst read success
  1431. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1432. Note: SPI burst read success
  1433. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1434. Note: SPI burst read success
  1435. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1436. Note: SPI burst read success
  1437. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1438. Note: SPI burst read success
  1439. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1440. Note: SPI burst read success
  1441. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1442. Note: SPI burst read success
  1443. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1444. Note: SPI burst read success
  1445. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1446. Note: SPI burst read success
  1447. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1448. Note: SPI burst read success
  1449. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1450. Note: SPI burst read success
  1451. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1452. Note: SPI burst read success
  1453. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1454. Note: SPI burst read success
  1455. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1456. Note: SPI burst read success
  1457. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1458. Note: SPI burst read success
  1459. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1460. Note: SPI burst read success
  1461. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1462. Note: SPI burst read success
  1463. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1464. Note: SPI burst read success
  1465. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1466. Note: SPI burst read success
  1467. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1468. Note: SPI burst read success
  1469. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1470. Note: SPI burst read success
  1471. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1472. Note: SPI burst read success
  1473. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1474. Note: SPI burst read success
  1475. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1476. Note: SPI burst read success
  1477. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1478. Note: SPI burst read success
  1479. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1480. Note: SPI burst read success
  1481. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1482. Note: SPI burst read success
  1483. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1484. Note: SPI burst read success
  1485. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1486. Note: SPI burst read success
  1487. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1488. Note: SPI burst read success
  1489. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1490. Note: SPI burst read success
  1491. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1492. Note: SPI burst read success
  1493. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1494. Note: SPI burst read success
  1495. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1496. Note: SPI burst read success
  1497. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1498. Note: SPI burst read success
  1499. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1500. Note: SPI burst read success
  1501. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1502. Note: SPI burst read success
  1503. ERROR: NMEA CHECKSUM 5, DOESN'T MATCH VERIFICATION CHECKSUM 7D
  1504. Warning: invalid NMEA sentence (bad checksum)
  1505. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1506. Warning: invalid NMEA sentence (bad checksum)
  1507. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1508. Note: SPI burst read success
  1509. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1510. Note: SPI burst read success
  1511. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1512. Note: SPI burst read success
  1513. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1514. Note: SPI burst read success
  1515. ERROR: NMEA CHECKSUM 5, DOESN'T MATCH VERIFICATION CHECKSUM 7D
  1516. Warning: invalid NMEA sentence (bad checksum)
  1517. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1518. Warning: invalid NMEA sentence (bad checksum)
  1519. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1520. Warning: invalid NMEA sentence (bad checksum)
  1521. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1522. Note: SPI burst read success
  1523. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1524. Note: SPI burst read success
  1525. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1526. Note: SPI burst read success
  1527. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1528. Warning: invalid NMEA sentence (bad checksum)
  1529. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1530. Warning: invalid NMEA sentence (bad checksum)
  1531. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1532. Note: SPI burst read success
  1533. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1534. Note: SPI burst read success
  1535. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1536. Note: SPI burst read success
  1537. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1538. Warning: invalid NMEA sentence (bad checksum)
  1539. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1540. Warning: invalid NMEA sentence (bad checksum)
  1541. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1542. Note: SPI burst read success
  1543. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1544. Note: SPI burst read success
  1545. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1546. Note: SPI burst read success
  1547. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1548. Warning: invalid NMEA sentence (bad checksum)
  1549. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1550. Warning: invalid NMEA sentence (bad checksum)
  1551. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1552. Note: SPI burst read success
  1553. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1554. Note: SPI burst read success
  1555. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1556. Note: SPI burst read success
  1557. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1558. Note: SPI burst read success
  1559. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1560. Warning: invalid NMEA sentence (bad checksum)
  1561. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1562. Warning: invalid NMEA sentence (bad checksum)
  1563. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1564. Note: SPI burst read success
  1565. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1566. Note: SPI burst read success
  1567. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1568. Note: SPI burst read success
  1569. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1570. Warning: invalid NMEA sentence (bad checksum)
  1571. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1572. Warning: invalid NMEA sentence (bad checksum)
  1573. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1574. Note: SPI burst read success
  1575. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1576. Note: SPI burst read success
  1577. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1578. Note: SPI burst read success
  1579. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1580. Warning: invalid NMEA sentence (bad checksum)
  1581. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1582. Warning: invalid NMEA sentence (bad checksum)
  1583. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1584. Note: SPI burst read success
  1585. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1586. Note: SPI burst read success
  1587. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1588. Note: SPI burst read success
  1589. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1590. Warning: invalid NMEA sentence (bad checksum)
  1591. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1592. Warning: invalid NMEA sentence (bad checksum)
  1593. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1594. Note: SPI burst read success
  1595. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1596. Note: SPI burst read success
  1597. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1598. Note: SPI burst read success
  1599. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1600. Note: SPI burst read success
  1601. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1602. Warning: invalid NMEA sentence (bad checksum)
  1603. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1604. Warning: invalid NMEA sentence (bad checksum)
  1605. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1606. Note: SPI burst read success
  1607. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1608. Note: SPI burst read success
  1609. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1610. Note: SPI burst read success
  1611. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 6B
  1612. Warning: invalid NMEA sentence (bad checksum)
  1613. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1614. Warning: invalid NMEA sentence (bad checksum)
  1615. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1616. Note: SPI burst read success
  1617. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1618. Note: SPI burst read success
  1619. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1620. Note: SPI burst read success
  1621. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1622. Warning: invalid NMEA sentence (bad checksum)
  1623. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1624. Note: SPI burst read success
  1625. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1626. Note: SPI burst read success
  1627. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1628. Note: SPI burst read success
  1629. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1630. Warning: invalid NMEA sentence (bad checksum)
  1631. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1632. Note: SPI burst read success
  1633. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1634. Note: SPI burst read success
  1635. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1636. Note: SPI burst read success
  1637. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1638. Note: SPI burst read success
  1639. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1640. Note: SPI burst read success
  1641. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1642. Note: SPI burst read success
  1643. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1644. Note: SPI burst read success
  1645. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1646. Note: SPI burst read success
  1647. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1648. Note: SPI burst read success
  1649. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1650. Note: SPI burst read success
  1651. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1652. Note: SPI burst read success
  1653. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1654. Note: SPI burst read success
  1655. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1656. Note: SPI burst read success
  1657. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1658. Note: SPI burst read success
  1659. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1660. Note: SPI burst read success
  1661. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1662. Note: SPI burst read success
  1663. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1664. Note: SPI burst read success
  1665. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1666. Note: SPI burst read success
  1667. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1668. Note: SPI burst read success
  1669. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1670. Note: SPI burst read success
  1671. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1672. Note: SPI burst read success
  1673. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1674. Note: SPI burst read success
  1675. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1676. Note: SPI burst read success
  1677. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1678. Note: SPI burst read success
  1679. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1680. Note: SPI burst read success
  1681. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1682. Note: SPI burst read success
  1683. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1684. Note: SPI burst read success
  1685. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1686. Note: SPI burst read success
  1687. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1688. Note: SPI burst read success
  1689. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1690. Note: SPI burst read success
  1691. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1692. Note: SPI burst read success
  1693. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1694. Note: SPI burst read success
  1695. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1696. Note: SPI burst read success
  1697. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1698. Note: SPI burst read success
  1699. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1700. Note: SPI burst read success
  1701. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1702. Note: SPI burst read success
  1703. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1704. Note: SPI burst read success
  1705. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1706. Note: SPI burst read success
  1707. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1708. Note: SPI burst read success
  1709. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1710. Note: SPI burst read success
  1711. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1712. Note: SPI burst read success
  1713. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1714. Note: SPI burst read success
  1715. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1716. Note: SPI burst read success
  1717. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1718. Note: SPI burst read success
  1719. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1720. Note: SPI burst read success
  1721. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1722. Note: SPI burst read success
  1723. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1724. Note: SPI burst read success
  1725. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1726. Note: SPI burst read success
  1727. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1728. Note: SPI burst read success
  1729. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1730. Note: SPI burst read success
  1731. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1732. Note: SPI burst read success
  1733. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1734. Warning: invalid NMEA sentence (bad checksum)
  1735. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1736. Note: SPI burst read success
  1737. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1738. Note: SPI burst read success
  1739. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1740. Warning: invalid NMEA sentence (bad checksum)
  1741. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1742. Note: SPI burst read success
  1743. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1744. Note: SPI burst read success
  1745. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1746. Note: SPI burst read success
  1747. ERROR: NMEA CHECKSUM 2D DOESN'T MATCH VERIFICATION CHECKSUM 52
  1748. Warning: invalid NMEA sentence (bad checksum)
  1749. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1750. Note: SPI burst read success
  1751. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1752. Note: SPI burst read success
  1753. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1754. Note: SPI burst read success
  1755. ERROR: NMEA CHECKSUM 64 DOESN'T MATCH VERIFICATION CHECKSUM 0E
  1756. Warning: invalid NMEA sentence (bad checksum)
  1757. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1758. Note: SPI burst read success
  1759. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1760. Note: SPI burst read success
  1761. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1762. Note: SPI burst read success
  1763. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1764. Warning: invalid NMEA sentence (bad checksum)
  1765. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1766. Note: SPI burst read success
  1767. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1768. Note: SPI burst read success
  1769. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1770. Note: SPI burst read success
  1771. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1772. Note: SPI burst read success
  1773. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1774. Warning: invalid NMEA sentence (bad checksum)
  1775. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1776. Note: SPI burst read success
  1777. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1778. Note: SPI burst read success
  1779. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1780. Note: SPI burst read success
  1781. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1782. Warning: invalid NMEA sentence (bad checksum)
  1783. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1784. Note: SPI burst read success
  1785. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1786. Note: SPI burst read success
  1787. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1788. Note: SPI burst read success
  1789. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1790. Warning: invalid NMEA sentence (bad checksum)
  1791. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1792. Note: SPI burst read success
  1793. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1794. Note: SPI burst read success
  1795. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1796. Warning: invalid NMEA sentence (bad checksum)
  1797. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1798. Note: SPI burst read success
  1799. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1800. Warning: invalid NMEA sentence (bad checksum)
  1801. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1802. Warning: invalid NMEA sentence (bad checksum)
  1803. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1804. Warning: invalid NMEA sentence (bad checksum)
  1805. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1806. Warning: invalid NMEA sentence (bad checksum)
  1807. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1808. Note: SPI burst read success
  1809. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1810. Note: SPI burst read success
  1811. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1812. Note: SPI burst read success
  1813. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1814. Note: SPI burst read success
  1815. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1816. Warning: invalid NMEA sentence (bad checksum)
  1817. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1818. Warning: invalid NMEA sentence (bad checksum)
  1819. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1820. Note: SPI burst read success
  1821. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1822. Warning: invalid NMEA sentence (bad checksum)
  1823. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1824. Warning: invalid NMEA sentence (bad checksum)
  1825. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1826. Note: SPI burst read success
  1827. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1828. Note: SPI burst read success
  1829. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1830. Warning: invalid NMEA sentence (bad checksum)
  1831. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1832. Warning: invalid NMEA sentence (bad checksum)
  1833. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1834. Note: SPI burst read success
  1835. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1836. Note: SPI burst read success
  1837. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1838. Warning: invalid NMEA sentence (bad checksum)
  1839. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1840. Warning: invalid NMEA sentence (bad checksum)
  1841. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1842. Note: SPI burst read success
  1843. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1844. Warning: invalid NMEA sentence (bad checksum)
  1845. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1846. Warning: invalid NMEA sentence (bad checksum)
  1847. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1848. Note: SPI burst read success
  1849. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1850. Note: SPI burst read success
  1851. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1852. Warning: invalid NMEA sentence (bad checksum)
  1853. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1854. Warning: invalid NMEA sentence (bad checksum)
  1855. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1856. Note: SPI burst read success
  1857. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1858. Warning: invalid NMEA sentence (bad checksum)
  1859. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1860. Warning: invalid NMEA sentence (bad checksum)
  1861. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1862. Note: SPI burst read success
  1863. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1864. Note: SPI burst read success
  1865. ERROR: NMEA CHECKSUM 24 DOESN'T MATCH VERIFICATION CHECKSUM 54
  1866. Warning: invalid NMEA sentence (bad checksum)
  1867. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1868. Warning: invalid NMEA sentence (bad checksum)
  1869. ERROR: NMEA CHECKSUM 61 DOESN'T MATCH VERIFICATION CHECKSUM 1C
  1870. Warning: invalid NMEA sentence (bad checksum)
  1871. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1872. Note: SPI burst read success
  1873. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1874. Note: SPI burst read success
  1875. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1876. Note: SPI burst read success
  1877. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 1A
  1878. Warning: invalid NMEA sentence (bad checksum)
  1879. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  1880. Warning: invalid NMEA sentence (bad checksum)
  1881. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1882. Note: SPI burst read success
  1883. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1884. Note: SPI burst read success
  1885. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1886. Note: SPI burst read success
  1887. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1888. Note: SPI burst read success
  1889. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 1A
  1890. Warning: invalid NMEA sentence (bad checksum)
  1891. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  1892. Warning: invalid NMEA sentence (bad checksum)
  1893. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1894. Note: SPI burst read success
  1895. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1896. Note: SPI burst read success
  1897. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1898. Note: SPI burst read success
  1899. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1900. Note: SPI burst read success
  1901. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1902. Note: SPI burst read success
  1903. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1904. Note: SPI burst read success
  1905. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1906. Note: SPI burst read success
  1907. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1908. Note: SPI burst read success
  1909. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1910. Note: SPI burst read success
  1911. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1912. Note: SPI burst read success
  1913. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1914. Note: SPI burst read success
  1915. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1916. Note: SPI burst read success
  1917. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1918. Note: SPI burst read success
  1919. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1920. Note: SPI burst read success
  1921. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1922. Note: SPI burst read success
  1923. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1924. Note: SPI burst read success
  1925. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1926. Note: SPI burst read success
  1927. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1928. Note: SPI burst read success
  1929. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1930. Note: SPI burst read success
  1931. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1932. Note: SPI burst read success
  1933. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1934. Note: SPI burst read success
  1935. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1936. Note: SPI burst read success
  1937. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1938. Note: SPI burst read success
  1939. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1940. Note: SPI burst read success
  1941. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1942. Note: SPI burst read success
  1943. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1944. Note: SPI burst read success
  1945. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1946. Note: SPI burst read success
  1947. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1948. Note: SPI burst read success
  1949. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1950. Note: SPI burst read success
  1951. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1952. Note: SPI burst read success
  1953. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1954. Note: SPI burst read success
  1955. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1956. Note: SPI burst read success
  1957. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1958. Note: SPI burst read success
  1959. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1960. Note: SPI burst read success
  1961. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1962. Note: SPI burst read success
  1963. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1964. Note: SPI burst read success
  1965. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1966. Note: SPI burst read success
  1967. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1968. Note: SPI burst read success
  1969. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1970. Note: SPI burst read success
  1971. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1972. Note: SPI burst read success
  1973. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1974. Note: SPI burst read success
  1975. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1976. Note: SPI burst read success
  1977. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1978. Note: SPI burst read success
  1979. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1980. Note: SPI burst read success
  1981. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1982. Note: SPI burst read success
  1983. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1984. Note: SPI burst read success
  1985. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1986. Note: SPI burst read success
  1987. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1988. Note: SPI burst read success
  1989. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1990. Note: SPI burst read success
  1991. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1992. Note: SPI burst read success
  1993. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 1A
  1994. Warning: invalid NMEA sentence (bad checksum)
  1995. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  1996. Warning: invalid NMEA sentence (bad checksum)
  1997. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  1998. Note: SPI burst read success
  1999. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2000. Note: SPI burst read success
  2001. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2002. Note: SPI burst read success
  2003. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 1A
  2004. Warning: invalid NMEA sentence (bad checksum)
  2005. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  2006. Warning: invalid NMEA sentence (bad checksum)
  2007. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2008. Note: SPI burst read success
  2009. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2010. Note: SPI burst read success
  2011. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2012. Note: SPI burst read success
  2013. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2014. Note: SPI burst read success
  2015. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 1A
  2016. Warning: invalid NMEA sentence (bad checksum)
  2017. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  2018. Warning: invalid NMEA sentence (bad checksum)
  2019. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2020. Note: SPI burst read success
  2021. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2022. Note: SPI burst read success
  2023. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2024. Note: SPI burst read success
  2025. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  2026. Warning: invalid NMEA sentence (bad checksum)
  2027. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2028. Note: SPI burst read success
  2029. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2030. Note: SPI burst read success
  2031. lgw_spi_rb:371: BURST READ: to trans 5 # chunk 5 # transferred 5
  2032. Note: SPI burst read success
  2033. ERROR: NMEA CHECKSUM 72 DOESN'T MATCH VERIFICATION CHECKSUM 69
  2034. Warning: invalid NMEA sentence (bad checksum)
  2035. ^C
  2036. ##### 2020-06-16 15:00:30 GMT #####
  2037. ### [UPSTREAM] ###
  2038. # RF packets received by concentrator: 0
  2039. # CRC_OK: 0.00%, CRC_FAIL: 0.00%, NO_CRC: 0.00%
  2040. # RF packets forwarded: 0 (0 bytes)
  2041. # PUSH_DATA datagrams sent: 0 (0 bytes)
  2042. # PUSH_DATA acknowledged: 0.00%
  2043. ### [DOWNSTREAM] ###
  2044. # PULL_DATA sent: 1 (0.00% acknowledged)
  2045. # PULL_RESP(onse) datagrams received: 0 (0 bytes)
  2046. # RF packets sent to concentrator: 0 (0 bytes)
  2047. # TX errors: 0
  2048. # BEACON queued: 0
  2049. # BEACON sent so far: 0
  2050. # BEACON rejected: 0
  2051. ### [JIT] ###
  2052. lgw_spi_rb:371: BURST READ: to trans 4 # chunk 4 # transferred 4
  2053. Note: SPI burst read success
  2054. # SX1301 time (PPS): 7474118
  2055. src/jitqueue.c:448:jit_print_queue(): INFO: [jit] queue is empty
  2056. ### [GPS] ###
  2057. # Invalid time reference (age: 1592319630 sec)
  2058. # no valid GPS coordinates available yet
  2059. ##### END #####
  2060.  
  2061. INFO: End of upstream thread
  2062. ERROR: TTY PORT FAIL TO CLOSE
  2063. WARNING: failed to close GPS successfully
  2064. Note: SPI write success
  2065. Note: SPI port closed
  2066. Note: success disconnecting the concentrator
  2067. INFO: concentrator stopped successfully
  2068. INFO: Exiting packet forwarder program
  2069. root@crank:/tmp/lora#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement