Created
August 6, 2016 10:48
-
-
Save newbreedofgeek/df10a83ef81c586893cded3d9aed1c19 to your computer and use it in GitHub Desktop.
Gateway bootup issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Gateway done not boot and connect | |
// Had an issue with firmware and did a factory reset but now it does nto connect anymore | |
// here is what is happening: | |
// https://vine.co/v/5qwMLqKuw79 | |
Last login: Sat Aug 6 20:23:27 on console | |
Welcome to fish, the friendly interactive shell | |
Type help for instructions on how to use fish | |
markpaul@Marks-MacBook-Pro ~> particle serial monitor | |
Opening serial monitor for com port: "/dev/cu.usbmodem1411" | |
195359:DEBUG: In SPI Receive | |
195363:DEBUG: Handshake complete | |
195368:DEBUG: Receiving SPI data of size 6 | |
195373:DEBUG: Reading chunk of size 6 | |
195379:DEBUG: Processing message of size 3 with clientID 0 and service ID 1 | |
195387:DEBUG: Disconnecting Client0 | |
195391:DEBUG: Read length = 1 | |
195399:DEBUG: In SPI Receive | |
195403:DEBUG: Handshake complete | |
195408:DEBUG: Receiving SPI data of size 6 | |
195413:DEBUG: Reading chunk of size 6 | |
195419:DEBUG: Processing message of size 3 with clientID 1 and service ID 1 | |
195427:DEBUG: Disconnecting Client1 | |
195431:DEBUG: Read length = 1 | |
195439:DEBUG: In SPI Receive | |
195443:DEBUG: Handshake complete | |
195448:DEBUG: Receiving SPI data of size 6 | |
195453:DEBUG: Reading chunk of size 6 | |
195459:DEBUG: Processing message of size 3 with clientID 2 and service ID 1 | |
195467:DEBUG: Disconnecting Client2 | |
195471:DEBUG: Read length = 1 | |
195479:DEBUG: In SPI Receive | |
195483:DEBUG: Handshake complete | |
195488:DEBUG: Receiving SPI data of size 6 | |
195493:DEBUG: Reading chunk of size 6 | |
195499:DEBUG: Processing message of size 3 with clientID 3 and service ID 1 | |
195507:DEBUG: Disconnecting Client3 | |
195511:DEBUG: Read length = 1 | |
197505:DEBUG: In SPI Receive | |
197508:DEBUG: Handshake complete | |
197513:DEBUG: Receiving SPI data of size 28 | |
197518:DEBUG: Reading chunk of size 28 | |
197525:DEBUG: Processing message of size 25 with clientID 3 and service ID 1 | |
197533:DEBUG: Connecting Client3 | |
markpaul@Marks-MacBook-Pro ~> clear | |
markpaul@Marks-MacBook-Pro ~> particle serial monitor | |
! serial: No devices available via serial | |
markpaul@Marks-MacBook-Pro ~> particle serial monitor | |
Opening serial monitor for com port: "/dev/cu.usbmodem1411" | |
3188:DEBUG: STARTING! | |
54137:DEBUG: In SPI Receive | |
54140:DEBUG: Handshake complete | |
54146:DEBUG: Receiving SPI data of size 6 | |
54150:DEBUG: Reading chunk of size 6 | |
54156:DEBUG: Processing message of size 3 with clientID 0 and service ID 1 | |
54164:DEBUG: Disconnecting Client0 | |
54168:DEBUG: Read length = 1 | |
54176:DEBUG: In SPI Receive | |
54179:DEBUG: Handshake complete | |
54185:DEBUG: Receiving SPI data of size 6 | |
54189:DEBUG: Reading chunk of size 6 | |
54195:DEBUG: Processing message of size 3 with clientID 1 and service ID 1 | |
54203:DEBUG: Disconnecting Client1 | |
54207:DEBUG: Read length = 1 | |
54215:DEBUG: In SPI Receive | |
54218:DEBUG: Handshake complete | |
54223:DEBUG: Receiving SPI data of size 6 | |
54228:DEBUG: Reading chunk of size 6 | |
54234:DEBUG: Processing message of size 3 with clientID 2 and service ID 1 | |
54242:DEBUG: Disconnecting Client2 | |
54246:DEBUG: Read length = 1 | |
54254:DEBUG: In SPI Receive | |
54257:DEBUG: Handshake complete | |
54262:DEBUG: Receiving SPI data of size 6 | |
54267:DEBUG: Reading chunk of size 6 | |
54273:DEBUG: Processing message of size 3 with clientID 3 and service ID 1 | |
54281:DEBUG: Disconnecting Client3 | |
54284:DEBUG: Read length = 1 | |
56272:DEBUG: In SPI Receive | |
56275:DEBUG: Handshake complete | |
56281:DEBUG: Receiving SPI data of size 28 | |
56285:DEBUG: Reading chunk of size 28 | |
56292:DEBUG: Processing message of size 25 with clientID 3 and service ID 1 | |
56300:DEBUG: Connecting Client3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment