Guest User

Untitled

a guest
Jun 1st, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1.  
  2. I tried to update my MK3S to 3.9.0 but it failed and now all I can see is square
  3.  
  4. I've tried it multiple time, even 3.8.0 is failing to flash
  5.  
  6. I tried it with 2 computers and 2 cables
  7.  
  8. log
  9.  
  10. avrdude: Version 6.3-20160220-prusa3d, compiled on Feb 11 2019 at 18:25:11
  11. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  12. Copyright (c) 2007-2014 Joerg Wunsch
  13.  
  14. System wide configuration file is "C:/PROGRA~1/Prusa3D/Slic3rPE/resources\avrdude\avrdude.conf"
  15.  
  16. Using Port : COM6
  17. Using Programmer : wiring
  18. Overriding Baud Rate : 115200
  19. AVR Part : ATmega2560
  20. Chip Erase delay : 9000 us
  21. PAGEL : PD7
  22. BS2 : PA0
  23. RESET disposition : dedicated
  24. RETRY pulse : SCK
  25. serial program mode : yes
  26. parallel program mode : yes
  27. Timeout : 200
  28. StabDelay : 100
  29. CmdexeDelay : 25
  30. SyncLoops : 32
  31. ByteDelay : 0
  32. PollIndex : 3
  33. PollValue : 0x53
  34. Memory Detail :
  35.  
  36. Block Poll Page Polled
  37. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  38. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  39. eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
  40. flash 65 10 256 0 yes 262144 256 1024 4500 4500 0x00 0x00
  41. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  42. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  43. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  44. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  45. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  46. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  47.  
  48. Programmer Type : Wiring
  49. Description : Wiring
  50. Programmer Model: AVRISP
  51. Hardware Version: 15
  52. Firmware Version Master : 2.10
  53. Vtarget : 0.0 V
  54. SCK period : 0.1 us
  55.  
  56. avrdude: AVR device initialized and ready to accept instructions
  57.  
  58. Reading | ################################################## | 100% 0.02s
  59.  
  60. avrdude: Device signature = 0x1e9801 (probably m2560)
  61. avrdude: safemode: hfuse reads as D8
  62. avrdude: safemode: efuse reads as FD
  63. avrdude: reading input file "Z:\Firmware.ino.hex"
  64. avrdude: writing flash (248896 bytes):
  65. avrdude: stk500v2_command(): command failed
  66.  
  67. Writing | ################################################## | 100% 44.96s
  68.  
  69. avrdude: 248896 bytes of flash written
  70. avrdude: verifying flash memory against Z:\Firmware.ino.hex:
  71. avrdude: load data flash data from input file Z:\Firmware.ino.hex:
  72. avrdude: input file Z:\Firmware.ino.hex contains 248896 bytes
  73. avrdude: reading on-chip flash data:
  74.  
  75. Reading | ################################################## | 100% 31.88s
  76.  
  77. avrdude: verifying ...
  78. avrdude: verification error, first mismatch at byte 0x3c000
  79. 0x00 != 0x25
  80. avrdude: verification error; content mismatch
  81.  
  82. avrdude: safemode: hfuse reads as D8
  83. avrdude: safemode: efuse reads as FD
  84. avrdude: safemode: Fuses OK (E:FD, H:D8, L:FF)
  85.  
  86. avrdude done. Thank you
Add Comment
Please, Sign In to add comment