Advertisement
Guest User

Untitled

a guest
Oct 28th, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. avrdude: warning: cannot set sck period. please check for usbasp firmware update.
  2. avrdude: AVR device initialized and ready to accept instructions
  3.  
  4. Reading | ################################################## | 100% 0.00s
  5.  
  6. avrdude: Device signature = 0x1e950f (probably m328p)
  7. avrdude: reading input file "0xFF"
  8. avrdude: writing lfuse (1 bytes):
  9.  
  10. Writing | ################################################## | 100% 0.00s
  11.  
  12. avrdude: 1 bytes of lfuse written
  13. avrdude: verifying lfuse memory against 0xFF:
  14. avrdude: load data lfuse data from input file 0xFF:
  15. avrdude: input file 0xFF contains 1 bytes
  16. avrdude: reading on-chip lfuse data:
  17.  
  18. Reading | ################################################## | 100% 0.00s
  19.  
  20. avrdude: verifying ...
  21. avrdude: 1 bytes of lfuse verified
  22. avrdude: reading input file "0xDF"
  23. avrdude: writing hfuse (1 bytes):
  24.  
  25. Writing | ################################################## | 100% 0.00s
  26.  
  27. avrdude: 1 bytes of hfuse written
  28. avrdude: verifying hfuse memory against 0xDF:
  29. avrdude: load data hfuse data from input file 0xDF:
  30. avrdude: input file 0xDF contains 1 bytes
  31. avrdude: reading on-chip hfuse data:
  32.  
  33. Reading | ################################################## | 100% 0.00s
  34.  
  35. avrdude: verifying ...
  36. avrdude: 1 bytes of hfuse verified
  37. avrdude: reading input file "0x05"
  38. avrdude: writing efuse (1 bytes):
  39.  
  40. Writing | | 0% 0.00s ***failed;
  41. Writing | ################################################## | 100% 0.03s
  42.  
  43. avrdude: 1 bytes of efuse written
  44. avrdude: verifying efuse memory against 0x05:
  45. avrdude: load data efuse data from input file 0x05:
  46. avrdude: input file 0x05 contains 1 bytes
  47. avrdude: reading on-chip efuse data:
  48.  
  49. Reading | ################################################## | 100% 0.00s
  50.  
  51. avrdude: verifying ...
  52. avrdude: verification error, first mismatch at byte 0x0000
  53. 0xfd != 0x05
  54. avrdude: verification error; content mismatch
  55.  
  56. avrdude: safemode: efuse changed! Was 5, and is now fd
  57. Would you like this fuse to be changed back? [y/n] n
  58. avrdude: safemode: Fuses OK (E:05, H:DF, L:FF)
  59.  
  60. avrdude done. Thank you.
  61.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement