mirror of
https://github.com/raspberrypi/rpi-update.git
synced 2026-01-20 21:13:38 +08:00
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:
@@ -146,9 +146,13 @@ function do_backup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function do_update {
|
function do_update {
|
||||||
|
echo "Updating firmware"
|
||||||
update_firmware
|
update_firmware
|
||||||
|
echo "Updating modules"
|
||||||
update_modules
|
update_modules
|
||||||
|
echo "Updating SDK"
|
||||||
update_sdk
|
update_sdk
|
||||||
|
echo "Almost done, final tweaks"
|
||||||
set_split
|
set_split
|
||||||
finalise
|
finalise
|
||||||
echo "If no errors appeared, your firmware was successfully $1"
|
echo "If no errors appeared, your firmware was successfully $1"
|
||||||
|
|||||||
Reference in New Issue
Block a user