From 34929dae281755f9d6dc7f6b958e1c9f03f5f956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laco=20P=C3=A1pay?= Date: Tue, 3 Jul 2012 16:54:07 +0300 Subject: [PATCH] Added more progress messages in the update sequence. Since it takes a while it is nice to know what the status is. --- rpi-update | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpi-update b/rpi-update index b2764fb..d5cb788 100755 --- a/rpi-update +++ b/rpi-update @@ -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"