Author: JF <jf@codingfield.com>
Add doc about firmware validation
bootloader/README.md | 23 ++++++++++++++++++++++-
diff --git a/bootloader/README.md b/bootloader/README.md index 79112076de2540a7c9b86196869cc5066acb9f4a..61e7ed6871d8d3bcddca815839df3a5cc245e3f5 100644 --- a/bootloader/README.md +++ b/bootloader/README.md @@ -113,4 +113,25 @@ ` sudo dfu.py -z /home/jf/nrf52/bootloader/dfu.zip -a <pinetime MAC address> --legacy ` -**Note** : dfu.py is a slightly modified version of [this repo](https://github.com/daniel-thompson/ota-dfu-python). \ No newline at end of file +**Note** : dfu.py is a slightly modified version of [this repo](https://github.com/daniel-thompson/ota-dfu-python). + +See [this page](../doc/CompanionApps/NrfconnectOTA.md) for more info about OTA with NRFConect + +### Firmware validation +Once the OTA is done, InfiniTime will reset the watch to apply the update. When the watch reboots, the new firmware is running. + +One last step is needed to finalize the upgrade : the new firmware must be manually validated. If the watch resets while the image is not validated, the bootloader will automatically revert to the previous version of the firmware. + +If the new firmware is working correctly, open the application menu and tap on the 'check' app. This apps displays the version of the firmware that is currently running, and allows you to validate the firmware, of reset the device to rollback to the previous version. + +Firmware validation application in the menu: + + + +The firmware is not validated yet. Tap 'Validate' to validate it, or 'Reset' to rollback to the previous version. + + + +The firmware is validated! + + diff --git a/doc/CompanionApps/firmwareNoValidated.jpg b/doc/CompanionApps/firmwareNoValidated.jpg new file mode 100644 index 0000000000000000000000000000000000000000..28df7eaa8497ef58ae4d057afbd2bdb27bcdb7cb Binary files /dev/null and b/doc/CompanionApps/firmwareNoValidated.jpg differ diff --git a/doc/CompanionApps/firmwareValidated.jpg b/doc/CompanionApps/firmwareValidated.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0d6f99b5b900879016f7e4940a3775ef12ee2e01 Binary files /dev/null and b/doc/CompanionApps/firmwareValidated.jpg differ diff --git a/doc/CompanionApps/firmwareValidationApp.jpg b/doc/CompanionApps/firmwareValidationApp.jpg new file mode 100644 index 0000000000000000000000000000000000000000..d78ad0c1331ec039ca6a627dc15db615bac2da57 Binary files /dev/null and b/doc/CompanionApps/firmwareValidationApp.jpg differ