Difference between revisions of "User:Omegix/Notes/Synapse"
From Makers Local 256
(adding how to add support for core revisions to your dev environment) |
m (fixing typo) |
||
Line 8: | Line 8: | ||
** The support package is not installed for the node's core. | ** The support package is not installed for the node's core. | ||
** snap node [target] info <-- this will let you see the node's core info | ** snap node [target] info <-- this will let you see the node's core info | ||
− | ** sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap- | + | ** sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap-firmware-2.4.19 |
− | + | ||
*** Where the numbers at the end are the core release information. | *** Where the numbers at the end are the core release information. |
Revision as of 22:01, 29 September 2017
- For linux, first time setup of tools, you will need to add yourself to the dialout group
- Reference dev.synapse-wireless.com for setup of dev tools
- The address of the node is the last 6 of the second line (the whole two lines is the 802.15.4 MAC address).
! Troubleshooting
- Error: Could not determine target's core and module
- The support package is not installed for the node's core.
- snap node [target] info <-- this will let you see the node's core info
- sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap-firmware-2.4.19
- Where the numbers at the end are the core release information.