Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/riotboot/flashwrite: display progress bar during copy/download #12551

Merged
merged 4 commits into from
Jan 9, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
examples/suit_update: update README
  • Loading branch information
aabadie committed Jan 9, 2020
commit 0597fc9444f2acf224a87738180f523bf9e2e986
10 changes: 4 additions & 6 deletions examples/suit_update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down