Update docs
This commit is contained in:
@@ -14,15 +14,17 @@
|
|||||||
|
|
||||||
## To build Firmware locally using Docker
|
## To build Firmware locally using Docker
|
||||||
|
|
||||||
### Setup
|
### First run
|
||||||
|
|
||||||
1. Execute `setup.sh`.
|
1. Execute `make all`.
|
||||||
|
|
||||||
### Build firmware
|
|
||||||
|
|
||||||
1. Execute `run.sh`
|
|
||||||
2. Check the `firmware` directory for the latest firmware build.
|
2. Check the `firmware` directory for the latest firmware build.
|
||||||
|
|
||||||
|
### Subsequent runs
|
||||||
|
|
||||||
|
If the only file you have changed is `config/adv360.keymap`, execute `make build` and check the `firmware` directory for the latest firmware build.
|
||||||
|
|
||||||
|
If you have changed other files in the `config` directory (such as `config/west.yml`) you will need to execute `make all` to rebuild the Docker image as well as the firmware.
|
||||||
|
|
||||||
### Flash firmware
|
### Flash firmware
|
||||||
|
|
||||||
Resources can be found on Kinesis.com
|
Resources can be found on Kinesis.com
|
||||||
|
|||||||
Reference in New Issue
Block a user