Advertisement
Guest User

Untitled

a guest
Feb 4th, 2024
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. >>>: avrdude.exe -c arduino_as_isp -p m8 -P COM3 -b 19200 -V -U flash:w:"C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex":a -U lfuse:w:0xFF:m -U hfuse:w:0xE9:m
  2. avrdude: AVR device initialized and ready to accept instructions
  3. avrdude: device signature = 0x1e9307 (probably m8)
  4. avrdude: Note: flash memory has been specified, an erase cycle will be performed.
  5. To disable this feature, specify the -D option.
  6. avrdude: erasing chip
  7.  
  8. avrdude: processing -U flash:w:C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex:i
  9. avrdude: reading input file C:\Users\otto0\Desktop\usbasp.2011-05-28\bin\firmware\usbasp.atmega8.2011-05-28.hex for flash
  10. with 4700 bytes in 1 section within [0, 0x125b]
  11. using 74 pages and 36 pad bytes
  12. avrdude: writing 4700 bytes flash ...
  13. Writing | ################################################## | 100% 6.72s
  14. avrdude: 4700 bytes of flash written
  15.  
  16. avrdude: processing -U lfuse:w:0xFF:m
  17. avrdude: reading input file 0xFF for lfuse
  18. with 1 byte in 1 section within [0, 0]
  19. avrdude: writing 1 byte lfuse ...
  20. avrdude: 1 byte of lfuse written
  21.  
  22. avrdude: processing -U hfuse:w:0xE9:m
  23. avrdude: reading input file 0xE9 for hfuse
  24. with 1 byte in 1 section within [0, 0]
  25. avrdude: writing 1 byte hfuse ...
  26. ***failed;
  27. avrdude: 1 byte of hfuse written
  28.  
  29. avrdude done. Thank you.
  30.  
  31. ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement