Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion content/en/docs/movement/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ Install the cross-compiling toolchain on Windows
Compile firmware
----------------

* From within the [repo](https://github.com/joeycastillo/second-movement):
* Clone the [repo](https://github.com/joeycastillo/second-movement) and submodules:
* * `git clone https://github.com/joeycastillo/second-movement.git`
* `cd second-movement`
* `git submodule update --init`
* `make BOARD=X DISPLAY=y`, with X and Y replaced with the following:
* For Sensor Watch Pro boards `make BOARD=sensorwatch_pro`
* For Sensor Watch Lite boards `make BOARD=sensorwatch_red`
Expand Down