From 61fa80e80c44325381ddd78164cc983fcdbbce5e Mon Sep 17 00:00:00 2001 From: Ollieparanoid <Ollieparanoid@wiki.postmarketos.org> Date: Wed, 15 Aug 2018 21:30:10 +0000 Subject: [PATCH] heimdall failing at 7% might be related to sparse images - https://gitlab.com/postmarketOS/pmbootstrap/issues/1643 --- Troubleshooting.mw | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Troubleshooting.mw b/Troubleshooting.mw index 753b2d97a..79fb461a2 100644 --- a/Troubleshooting.mw +++ b/Troubleshooting.mw @@ -293,3 +293,7 @@ The path to the correct touch device depends on the device. This can be added to When attaching the power cable while the device is off, Android devices boot into a special "charging mode". postmarketOS's [[charging-sdl]] display does not work yet on all devices. To debug the issue, follow instructions at [[Inspecting the initramfs]] including activating the initramfs-extra, then execute <code>start_charging_mode</code> in the shell. + +=== Heimdall: Flashing fails at 7% === + +It might be, that your device only accepts "sparse images" ({{issue|1643}}). Try setting <code>deviceinfo_flash_sparse="true"</code> in the [[deviceinfo]]. -- GitLab