From 2314c41ad66836fe4142d73895ad0ae2ad18651c Mon Sep 17 00:00:00 2001 From: Riku Isokoski <riksu9000@gmail.com> Date: Sun, 7 Nov 2021 18:45:24 +0200 Subject: [PATCH] Reorganize bootloader readme --- bootloader/README.md | 8 +++----- .../firmwareNoValidated.jpg | Bin .../firmwareValidated.jpg | Bin .../firmwareValidationApp.jpg | Bin 4 files changed, 3 insertions(+), 5 deletions(-) rename doc/{companionapps => bootloader}/firmwareNoValidated.jpg (100%) rename doc/{companionapps => bootloader}/firmwareValidated.jpg (100%) rename doc/{companionapps => bootloader}/firmwareValidationApp.jpg (100%) diff --git a/bootloader/README.md b/bootloader/README.md index 9f99602b..1a02ebdc 100644 --- a/bootloader/README.md +++ b/bootloader/README.md @@ -115,8 +115,6 @@ sudo dfu.py -z /home/jf/nrf52/bootloader/dfu.zip -a <pinetime MAC address> --leg **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. @@ -126,12 +124,12 @@ If the new firmware is working correctly, open the application menu and tap on t 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/bootloader/firmwareNoValidated.jpg similarity index 100% rename from doc/companionapps/firmwareNoValidated.jpg rename to doc/bootloader/firmwareNoValidated.jpg diff --git a/doc/companionapps/firmwareValidated.jpg b/doc/bootloader/firmwareValidated.jpg similarity index 100% rename from doc/companionapps/firmwareValidated.jpg rename to doc/bootloader/firmwareValidated.jpg diff --git a/doc/companionapps/firmwareValidationApp.jpg b/doc/bootloader/firmwareValidationApp.jpg similarity index 100% rename from doc/companionapps/firmwareValidationApp.jpg rename to doc/bootloader/firmwareValidationApp.jpg