From 633b639cab54ace776097ed4664aac5293d4e9f9 Mon Sep 17 00:00:00 2001 From: Johan <85756863+johan-m-o@users.noreply.github.com> Date: Thu, 17 Feb 2022 12:16:28 +0100 Subject: [PATCH] More clarifications on using old dfu-util --- Documentation/Flashing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/Flashing.md b/Documentation/Flashing.md index 0f9378ab..537b8cda 100644 --- a/Documentation/Flashing.md +++ b/Documentation/Flashing.md @@ -118,6 +118,7 @@ In this example we see that more than one part of the Pinecil is detected as a D ``` dfu-util -D Pinecil_EN.dfu -a 0 ``` +Note that if you are using an older release of `dfu-util` and you do not see `alt=0, name="@Internal Flash /0x08000000/128*001Kg"` when running `dfu-util -l` you likely will not be able to update without updating `dfu-util`. ### Windows