Difference between revisions of "Particle Photon"

From Robert-Depot
Jump to: navigation, search
(Particle Photon)
(Particle Photon)
Line 1: Line 1:
 
https://github.com/spark/firmware/blob/develop/docs/gettingstarted.md
 
https://github.com/spark/firmware/blob/develop/docs/gettingstarted.md
  
=Particle Photon=
+
=Build Firmware=
 +
Change dir to firmware/modules
 +
 
 +
<syntaxhighlight lang="bash">make all PLATFORM=photon program-dfu</syntaxhighlight>
 +
 +
=Build Application=
 
Simlink application to firmware/user/applications
 
Simlink application to firmware/user/applications
  
 
Change dir to firmware/main
 
Change dir to firmware/main
  
Compiling application and uploading:  
+
Comile application and upload:  
 
<syntaxhighlight lang="bash">make all PLATFORM=photon APP=housenode program-dfu</syntaxhighlight>
 
<syntaxhighlight lang="bash">make all PLATFORM=photon APP=housenode program-dfu</syntaxhighlight>

Revision as of 07:22, 28 October 2015

https://github.com/spark/firmware/blob/develop/docs/gettingstarted.md

Build Firmware

Change dir to firmware/modules

make all PLATFORM=photon program-dfu

Build Application

Simlink application to firmware/user/applications

Change dir to firmware/main

Comile application and upload:

make all PLATFORM=photon APP=housenode program-dfu