From 02abbfedf1675df4fa4b16ba119fb532ab04419d Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:09:51 +0200 Subject: [PATCH] Clear screen before zsync OTA update starts (#9114) --- platform/common/spinning_zsync | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/common/spinning_zsync b/platform/common/spinning_zsync index 99dba42bc..b5e5d1436 100755 --- a/platform/common/spinning_zsync +++ b/platform/common/spinning_zsync @@ -19,6 +19,8 @@ else ZSYNC_MESSAGE="Computing zsync delta" fi +# Clear screen before start +./fbink --cls # Small zsync wrapper so we can print its output while it works... ./fbink -q -y -7 -pmh "${ZSYNC_MESSAGE} . . ." # Clear any potential leftover from the local OTA tarball creation.