Skip to content

Commit

Permalink
adds a step to Updating system firmware process in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
technobly authored and monkbroc committed Jun 4, 2018
1 parent 4e2917e commit 62c29de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ PARTICLE_CLI_DEVELOPMENT=1 bin/particle.js
- `npm run update-firmware-binaries <version>`
where `<version>` is the newly released system firmware version like 0.7.0

- If a particular device requires `requiresBootloaderAscenderApp: true` found in `src/lib/deviceSpecs/specifications.js` then a manual step is required that replaces the firmware files copied from the above step with the special system firmware required that allows the bootloader to be updated by the ascender.bin user app. There will be a draft release in the `particle-iot/firmware` repo containing these files.

- Test on each platform by doing

```
Expand Down

0 comments on commit 62c29de

Please sign in to comment.