Guest User

avrdude console output

a guest
Oct 11th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1.  
  2. pi@fabscanpi:~ $ avrdude -c arduino -P /dev/ttyACM0 -b 115200 -p m328p -e -U flash:w:isp.hex:i
  3.  
  4. avrdude: AVR device initialized and ready to accept instructions
  5.  
  6. Reading | ################################################## | 100% 0.00s
  7.  
  8. avrdude: Device signature = 0x1e950f (probably m328p)
  9. avrdude: erasing chip
  10. avrdude: reading input file "isp.hex"
  11. avrdude: writing flash (4420 bytes):
  12.  
  13. Writing | ################################################## | 100% 0.86s
  14.  
  15. avrdude: 4420 bytes of flash written
  16. avrdude: verifying flash memory against isp.hex:
  17. avrdude: load data flash data from input file isp.hex:
  18. avrdude: input file isp.hex contains 4420 bytes
  19. avrdude: reading on-chip flash data:
  20.  
  21. Reading | ################################################## | 100% 0.62s
  22.  
  23. avrdude: verifying ...
  24. avrdude: 4420 bytes of flash verified
  25.  
  26. avrdude: safemode: Fuses OK (E:00, H:00, L:00)
  27.  
  28. avrdude done. Thank you.
  29.  
  30. pi@fabscanpi:~ $ avrdude -c stk500v1 -P /dev/ttyACM0 -b 19200 -p m328p -e -U flash:w:bloader.hex:i -U lfuse:w:0xFF:m -U hfuse:w:0xD6:m -U efuse:w:0x05:m -U lock:w:0x0F:m
  31.  
  32. avrdude: AVR device initialized and ready to accept instructions
  33.  
  34. Reading | ################################################## | 100% 0.02s
  35.  
  36. avrdude: Device signature = 0x1e950f (probably m328p)
  37. avrdude: erasing chip
  38. avrdude: reading input file "bloader.hex"
  39. avrdude: writing flash (32748 bytes):
  40.  
  41. Writing | ################################################## | 100% 0.00s
  42.  
  43. avrdude: 32748 bytes of flash written
  44. avrdude: verifying flash memory against bloader.hex:
  45. avrdude: load data flash data from input file bloader.hex:
  46. avrdude: input file bloader.hex contains 32748 bytes
  47. avrdude: reading on-chip flash data:
  48.  
  49. Reading | ################################################## | 100% 0.00s
  50.  
  51. avrdude: verifying ...
  52. avrdude: 32748 bytes of flash verified
  53. avrdude: reading input file "0xFF"
  54. avrdude: writing lfuse (1 bytes):
  55.  
  56. Writing | ################################################## | 100% 0.01s
  57.  
  58. avrdude: 1 bytes of lfuse written
  59. avrdude: verifying lfuse memory against 0xFF:
  60. avrdude: load data lfuse data from input file 0xFF:
  61. avrdude: input file 0xFF contains 1 bytes
  62. avrdude: reading on-chip lfuse data:
  63.  
  64. Reading | ################################################## | 100% 0.01s
  65.  
  66. avrdude: verifying ...
  67. avrdude: 1 bytes of lfuse verified
  68. avrdude: reading input file "0xD6"
  69. avrdude: writing hfuse (1 bytes):
  70.  
  71. Writing | ################################################## | 100% 0.01s
  72.  
  73. avrdude: 1 bytes of hfuse written
  74. avrdude: verifying hfuse memory against 0xD6:
  75. avrdude: load data hfuse data from input file 0xD6:
  76. avrdude: input file 0xD6 contains 1 bytes
  77. avrdude: reading on-chip hfuse data:
  78.  
  79. Reading | ################################################## | 100% 0.01s
  80.  
  81. avrdude: verifying ...
  82. avrdude: 1 bytes of hfuse verified
  83. avrdude: reading input file "0x05"
  84. avrdude: writing efuse (1 bytes):
  85.  
  86. Writing | | 0% 0.00s ***failed;
  87. Writing | ################################################## | 100% 0.06s
  88.  
  89. avrdude: 1 bytes of efuse written
  90. avrdude: verifying efuse memory against 0x05:
  91. avrdude: load data efuse data from input file 0x05:
  92. avrdude: input file 0x05 contains 1 bytes
  93. avrdude: reading on-chip efuse data:
  94.  
  95. Reading | ################################################## | 100% 0.01s
  96.  
  97. avrdude: verifying ...
  98. avrdude: verification error, first mismatch at byte 0x0000
  99. 0xfd != 0x05
  100. avrdude: verification error; content mismatch
  101.  
  102. avrdude: safemode: efuse changed! Was 5, and is now fd
  103. Would you like this fuse to be changed back? [y/n] n
  104. avrdude: safemode: Fuses OK (E:05, H:D6, L:FF)
  105.  
  106. avrdude done. Thank you.
  107.  
  108. pi@fabscanpi:~ $
Add Comment
Please, Sign In to add comment