Update Flashing authored by Colton Glick's avatar Colton Glick
...@@ -28,6 +28,35 @@ This method is meant as a last resort recovery mode for the crazyflie, however i ...@@ -28,6 +28,35 @@ This method is meant as a last resort recovery mode for the crazyflie, however i
### Expected output ### Expected output
The output from `dfu-util` should look something like this: The output from `dfu-util` should look something like this:
```
/MicroCART/crazyflie_software/crazyflie-firmware-2021.06$ sudo dfu-util -d 0483:df11 -a 0 -D cf2.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/
Opening DFU capable USB device...
ID 0483:df11
Run-time device DFU version 011a
Claiming USB DFU Interface...
Setting Alternate Setting #0 ...
Determining device status: state = dfuERROR, status = 10
dfuERROR, clearing status
Determining device status: state = dfuIDLE, status = 0
dfuIDLE, continuing
DFU mode device DFU version 011a
Device returned transfer size 2048
DfuSe interface name: "Internal Flash "
file contains 1 DFU images
parsing DFU image 1
image for alternate setting 0, (1 elements, total size = 240636)
parsing element 1, address = 0x08004000, size = 240628
Download [=========================] 100% 240628 bytes
Download done.
done parsing DfuSe file
```
-------------- --------------
# References # References
... ...
......