-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
Alden Hart edited this page May 24, 2015
·
11 revisions
This page contains some common errors and what to d about them
Errs out immediately with something like:
ShopMac:tinyg-testing-framework home$ jasmine
Test parameters:
Sun May 24 2015 15:44:53 GMT-0400 (EDT)
Started
events.js:72
throw er; // Unhandled 'error' event
^
TinyGError:: SerialPort Error: [Error: Cannot open /dev/cu.usbmodemfa12241]
ShopMac:tinyg-testing-framework home$
Do in this order until it works:
- disconnect from any other program that has grabbed the USB port
- physically disconnect and reconnect the USB port
- reset the TinyG
- reboot your system
###Tests Time Out The tester is probably not getting a command to the board or not getting a response from the board. Do in this order until it works:
- check your cables and power supplies
- get rid of any USB hubs in the path to the TinyG that you can
- try running the test again
- physically disconnect and reconnect the USB port
- reset the TinyG
- reboot your system
###Mac Kernel Panics (reboots) This has happened on v8 but rarely on v9. We blame the FTDI USB driver that can get unhappy sometimes.
Steps to recover: Reboot your system. Oh, wait, it did this for you.