Skip to content
Snippets Groups Projects
Commit 6d0ed116 authored by Kevin Hester's avatar Kevin Hester Committed by Pat Hickey
Browse files

documentation: explain where the build output goes.

pch: rebased pullreq #189
parent 9190db97
No related branches found
No related tags found
No related merge requests found
...@@ -62,9 +62,9 @@ the instructions in the "Building using make" section. ...@@ -62,9 +62,9 @@ the instructions in the "Building using make" section.
This will create a `config.mk` file at the top level of the repository. You This will create a `config.mk` file at the top level of the repository. You
can set some defaults in `config.mk` can set some defaults in `config.mk`
2. In the sketch directory, type `make` to build for 2. In the sketch directory, type `make` to build for APM2. Alternatively,
APM2. Alternatively, `make apm1` will build for the APM1 and `make `make apm1` will build for the APM1 and `make px4` will build for the PX4.
px4` will build for the PX4. The binaries will generated in `/tmp/<i>sketchname</i>.build`.
3. Type `make upload` to upload. You may need to set the correct default 3. Type `make upload` to upload. You may need to set the correct default
serial port in your `config.mk`. serial port in your `config.mk`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment