Advertisement
resyfer

DFU output

Mar 31st, 2024
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. $ dfu-util -a 0 -s 0x08000000:leave -D ./main.elf
  2. dfu-util 0.11
  3.  
  4. Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
  5. Copyright 2010-2021 Tormod Volden and Stefan Schmidt
  6. This program is Free Software and has ABSOLUTELY NO WARRANTY
  7. Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
  8.  
  9. dfu-util: Warning: Invalid DFU suffix signature
  10. dfu-util: A valid DFU suffix will be required in a future dfu-util release
  11. Opening DFU capable USB device...
  12. Device ID 0483:df11
  13. Device DFU version 011a
  14. Claiming USB DFU Interface...
  15. Setting Alternate Interface #0 ...
  16. Determining device status...
  17. DFU state(10) = dfuERROR, status(10) = Device's firmware is corrupt. It cannot return to run-time (non-DFU) operations
  18. Clearing status
  19. Determining device status...
  20. DFU state(2) = dfuIDLE, status(0) = No error condition is present
  21. DFU mode device DFU version 011a
  22. Device returned transfer size 2048
  23. DfuSe interface name: "Internal Flash "
  24. Downloading element to address = 0x08000000, size = 9528
  25. Erase [=========================] 100% 9528 bytes
  26. Erase done.
  27. Download [=========================] 100% 9528 bytes
  28. Download done.
  29. File downloaded successfully
  30. Submitting leave request...
  31. Transitioning to dfuMANIFEST state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement