diff --git a/docs/build.md b/docs/build.md index b569dd378c..588daac4a2 100644 --- a/docs/build.md +++ b/docs/build.md @@ -79,6 +79,10 @@ pipenv install pipenv run make vendor build_boardloader build_bootloader build_firmware ``` +### Uploading + +Use `make upload` to upload the firmware to a production device (with a bootloader). + ### Flashing For flashing firmware to blank device (without bootloader) use `make flash`,