Advertisement
Guest User

Untitled

a guest
Aug 5th, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. pi@octopi:~/klipper $ make flash FLASH_DEVICE=/dev/serial/by-id/usb-LeafLabs_Maple-if00
  2. Flashing out/klipper.bin to /dev/serial/by-id/usb-LeafLabs_Maple-if00
  3. Entering bootloader on /dev/serial/by-id/usb-LeafLabs_Maple-if00
  4. Device reconnect on /sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0
  5. sudo dfu-util -p 1-1.1.2 -R -a 2 -D out/klipper.bin
  6.  
  7. dfu-util 0.9
  8.  
  9. Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
  10. Copyright 2010-2016 Tormod Volden and Stefan Schmidt
  11. This program is Free Software and has ABSOLUTELY NO WARRANTY
  12. Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
  13.  
  14. dfu-util: Invalid DFU suffix signature
  15. dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
  16. dfu-util: No DFU capable USB device available
  17.  
  18. Failed to flash to /dev/serial/by-id/usb-LeafLabs_Maple-if00: Error running dfu-util
  19.  
  20. If the device is already in bootloader mode it can be flashed with the
  21. following command:
  22. make flash FLASH_DEVICE=1eaf:0003
  23.  
  24. If attempting to flash via 3.3V serial, then use:
  25. make serialflash FLASH_DEVICE=/dev/serial/by-id/usb-LeafLabs_Maple-if00
  26.  
  27. src/stm32/Makefile:58: recipe for target 'flash' failed
  28. make: *** [flash] Error 255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement