Skip to content

Commit

Permalink
[FlashManager] temp solution zgemmah82h kill e2 not allways works wit…
Browse files Browse the repository at this point in the history
…h ofgwrite
  • Loading branch information
atvcaptain committed Oct 3, 2024
1 parent f935f7f commit 4fec69a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/python/Screens/FlashManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4fec69a

Please sign in to comment.