Advertisement
safwan092

Untitled

Aug 5th, 2023
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. avrdude: AVR device initialized and ready to accept instructions
  2.  
  3. Reading | ################################################## | 100% 0.02s
  4.  
  5. avrdude: Device signature = 0x1e950f (probably m328p)
  6. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  7. To disable this feature, specify the -D option.
  8. avrdude: erasing chip
  9. avrdude: reading input file "C:\Users\s_afw\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6/bootloaders/optiboot/optiboot_atmega328.hex"
  10. avrdude: writing flash (32768 bytes):
  11.  
  12. Writing | ################################################## | 100% 0.00s
  13.  
  14. avrdude: 32768 bytes of flash written
  15. avrdude: verifying flash memory against C:\Users\s_afw\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6/bootloaders/optiboot/optiboot_atmega328.hex:
  16. avrdude: load data flash data from input file C:\Users\s_afw\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6/bootloaders/optiboot/optiboot_atmega328.hex:
  17. avrdude: input file C:\Users\s_afw\AppData\Local\Arduino15\packages\arduino\hardware\avr\1.8.6/bootloaders/optiboot/optiboot_atmega328.hex contains 32768 bytes
  18. avrdude: reading on-chip flash data:
  19.  
  20. Reading | ################################################## | 100% 0.00s
  21.  
  22. avrdude: verifying ...
  23. avrdude: verification error, first mismatch at byte 0x7e00
  24. 0x00 != 0x11
  25. avrdude: verification error; content mismatch
  26.  
  27. avrdude done. Thank you.
  28.  
  29. Error while burning bootloader.
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement