Difference between revisions of "User:Omegix/Notes/Synapse"

From Makers Local 256
Jump to: navigation, search
(adding how to add support for core revisions to your dev environment)
(adding link for board support docs)
 
(One intermediate revision by one user not shown)
Line 3: Line 3:
 
* Reference dev.synapse-wireless.com for setup of dev tools
 
* 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).
 
* The address of the node is the last 6 of the second line (the whole two lines is the 802.15.4 MAC address).
 +
* Proto Board PDFs to obtain pinouts: https://developer.synapse-wireless.com/downloads/prototyping/index.html#proto-boards
  
 
! Troubleshooting
 
! Troubleshooting
Line 8: Line 9:
 
** 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-firmw
+
** sudo pip install -i https://update.synapse-wireless.com/pypi snapbuild snap-firmware-2.4.19
are-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.

Latest revision as of 22:14, 29 September 2017

! 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.