From 7d99781f9081d86bacf976c282ddf4ee2803a266 Mon Sep 17 00:00:00 2001 From: Konrad Beckmann Date: Tue, 17 May 2022 17:17:49 +0200 Subject: [PATCH] step 3: Tell users to press and hold the button It should not be needed in normal cases, but it doesn't hurt to do. It is needed in some cases, when the external flash has been corrupted. --- 3_backup_internal_flash.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3_backup_internal_flash.sh b/3_backup_internal_flash.sh index 960e61e..03b24dd 100755 --- a/3_backup_internal_flash.sh +++ b/3_backup_internal_flash.sh @@ -64,10 +64,10 @@ fi echo "Flash successfully programmed. Now do the following procedure:" echo "- Disconnect power from the device" echo "- Power it again" -echo "- Press the power button on the device" +echo "- Press and hold the power button on the device" echo "- The LCD should show a blue screen" echo "- If it's not blue, you can try pressing the Time button on the device" -echo "- Press return" +echo "- Press return (while still holding the power button)!" read -n 1