From 4fec69a7433f1301f499fb5a5968c42a2213c2b5 Mon Sep 17 00:00:00 2001 From: Captain Date: Thu, 3 Oct 2024 15:58:05 +0200 Subject: [PATCH] [FlashManager] temp solution zgemmah82h kill e2 not allways works with ofgwrite --- lib/python/Screens/FlashManager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/Screens/FlashManager.py b/lib/python/Screens/FlashManager.py index c429f9872ec..1867971bc15 100644 --- a/lib/python/Screens/FlashManager.py +++ b/lib/python/Screens/FlashManager.py @@ -664,6 +664,8 @@ def findImageFiles(path): cmdArgs = ["-rmmcblk0p1"] elif BoxInfo.getItem("model") in ("dm800se", "dm500hd"): # Temp solution ofgwrite auto detection not ready. cmdArgs = ["-r%s" % mtdRootFS, "-f"] + elif BoxInfo.getItem("model") in ("zgemmah82h"): # Temp solution ofgwrite kill e2 not allways works. + cmdArgs = ["-r", "-k", "-f"] elif mtdKernel == mtdRootFS: # Receiver with kernel and rootfs on one partition. cmdArgs = ["-r"] else: # Normal non MultiBoot receiver.