1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/suit_update: update README

This commit is contained in:
Alexandre Abadie 2019-12-06 15:56:31 +01:00
parent 496f65b946
commit 0597fc9444
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -275,14 +275,12 @@ in regards to the running slot to see witch firmware image to fetch.
Once the manifest validation is complete, the application fetches the image
and starts flashing.
This step takes some time to fetch and write to flash, a series of messages like
the following are printed to the terminal:
This step takes some time to fetch and write to flash. A progress bar is
displayed during this step:
....
riotboot_flashwrite: processing bytes 1344-1407
riotboot_flashwrite: processing bytes 1408-1471
riotboot_flashwrite: processing bytes 1472-1535
...
Fetching firmware |█████████████ | 50%
....
Once the new image is written, a final validation is performed and, in case of
success, the application reboots on the new slot: