Added more progress messages in the update sequence.

Since it takes a while it is nice to know what the status is.
This commit is contained in:
Laco Pápay
2012-07-03 16:54:07 +03:00
parent e1c7f9ec1f
commit 34929dae28

View File

@@ -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"