Skip to content

Commit

Permalink
Added more progress messages in the update sequence.
Browse files Browse the repository at this point in the history
Since it takes a while it is nice to know what the status is.
  • Loading branch information
lacop committed Jul 3, 2012
1 parent e1c7f9e commit 34929da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpi-update
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,13 @@ function do_backup {
}

function do_update {
echo "Updating firmware"
update_firmware
echo "Updating modules"
update_modules
echo "Updating SDK"
update_sdk
echo "Almost done, final tweaks"
set_split
finalise
echo "If no errors appeared, your firmware was successfully $1"
Expand Down

1 comment on commit 34929da

@aldegoeij
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it an idea to remove the --quiet tags from the code? this way we can see what's going on behind the scenes (I've done it manually on my rpi)

Please sign in to comment.