Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. *** QMK Toolbox (https://qmk.fm/toolbox)
  2. Supporting following bootloaders:
  3. - DFU (Atmel, LUFA) via dfu-programmer (http://dfu-programmer.github.io/)
  4. - Caterina (Arduino, Pro Micro) via avrdude (http://nongnu.org/avrdude/)
  5. - Halfkay (Teensy, Ergodox EZ) via teensy_loader_cli (https://pjrc.com/teensy/loader_cli.html)
  6. - STM32 (ARM) via dfu-util (http://dfu-util.sourceforge.net/)
  7. - Kiibohd (ARM) via dfu-util (http://dfu-util.sourceforge.net/)
  8. - BootloadHID (Atmel, ps2avrGB, CA66) via bootloadHID (https://www.obdev.at/products/vusb/bootloadhid.html)
  9. - Atmel SAM-BA via mdloader (https://github.com/patrickmt/mdloader)
  10. And the following ISP flasher protocols:
  11. - USBTiny (AVR Pocket)
  12. - AVRISP (Arduino ISP)
  13. *** DFU device connected: ATm32U4DFU -- 03EB:2FF4:0001 {eb781aaf-9c70-4523-a5df-642a87eca567}
  14. Something went wrong when trying to get the keyboard list from QMK.FM, you might not have a internet connection or the servers are down.
  15. *** Attempting to flash, please don't remove device
  16. >>> dfu-programmer.exe atmega32u4 erase --force
  17. Erasing flash... Success
  18. Checking memory from 0x0 to 0x6FFF... Empty.
  19. >>> dfu-programmer.exe atmega32u4 flash "C:\Users\Marcus\Downloads\zj68.hex"
  20. Checking memory from 0x0 to 0x557F... Empty.
  21. 0% 100% Programming 0x5580 bytes...
  22. >>> dfu-programmer.exe atmega32u4 reset
  23. [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Success
  24. 0% 100% Reading 0x7000 bytes...
  25. [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] Success
  26. Validating... Success
  27. 0x5580 bytes written into 0x7000 bytes memory (76.34%).
  28. *** DFU device disconnected: ATm32U4DFU -- 03EB:2FF4:0001 {eb781aaf-9c70-4523-a5df-642a87eca567}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement