From 62c29decc48484b01d459b47ebec6b8750d85b91 Mon Sep 17 00:00:00 2001 From: Technobly Date: Mon, 4 Jun 2018 12:58:32 -0500 Subject: [PATCH] adds a step to Updating system firmware process in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ffbfb8329..1badb0000 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,8 @@ PARTICLE_CLI_DEVELOPMENT=1 bin/particle.js - `npm run update-firmware-binaries ` where `` 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 ```