From 4f50750b32b272477d8a71a6969a9f1d9702d1aa Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 18 Jun 2019 10:50:48 -0700 Subject: [PATCH] index: add dfu-util section Rough Signed-off-by: Sean Cross --- index.html | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/index.html b/index.html index 3095da1..b2a222b 100644 --- a/index.html +++ b/index.html @@ -202,7 +202,69 @@
  • Attaching power to crystal
  • + +
    +
    +

    Working with Fomu

    +
    +
    +

    "fail safe" bootloader

    + Using dfu +
    +
    +

    Updating Fomu

    + + sean@PAZUZU  ~\Code\Fomu\foboot\releases\v1.8.1   master ≢  [10:45] +❯ dfu-util -l +dfu-util 0.9 + +Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. +Copyright 2010-2016 Tormod Volden and Stefan Schmidt +This program is Free Software and has ABSOLUTELY NO WARRANTY +Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ + +Found DFU: [1209:5bf0] ver=0101, devnum=16, cfg=1, intf=0, path="1-1.1.2", alt=0, name="Fomu DFU Bootloader v1.7.2", serial="UNKNOWN" +sean@PAZUZU  ~\Code\Fomu\foboot\releases\v1.8.1   master ≢  [10:45] +❯ dfu-util -D .\pvt-installable.dfu +dfu-util 0.9 + +Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. +Copyright 2010-2016 Tormod Volden and Stefan Schmidt +This program is Free Software and has ABSOLUTELY NO WARRANTY +Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ + +Match vendor ID from file: 1209 +Match product ID from file: 5bf0 +Opening DFU capable USB device... +ID 1209:5bf0 +Run-time device DFU version 0101 +Claiming USB DFU Interface... +Setting Alternate Setting #0 ... +Determining device status: state = dfuIDLE, status = 0 +dfuIDLE, continuing +DFU mode device DFU version 0101 +Device returned transfer size 1024 +Copying data from PC to DFU device +Download [========= ] 36% 38912 bytes +Download done. +state(7) = dfuMANIFEST, status(0) = No error condition is present +state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present +Done! +sean@PAZUZU  ~\Code\Fomu\foboot\releases\v1.8.1   master ≢  [10:45] +❯ dfu-util -l +dfu-util 0.9 + +Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc. +Copyright 2010-2016 Tormod Volden and Stefan Schmidt +This program is Free Software and has ABSOLUTELY NO WARRANTY +Please report bugs to http://sourceforge.net/p/dfu-util/tickets/ + +Found DFU: [1209:5bf0] ver=0101, devnum=14, cfg=1, intf=0, path="1-1.1.2", alt=0, name="Fomu DFU Bootloader v1.8.1", serial="UNKNOWN" +sean@PAZUZU  ~\Code\Fomu\foboot\releases\v1.8.1   master ≢  [10:47] +❯ + +