Advertisement
sergiocntr

Untitled

Mar 26th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.90 KB | None | 0 0
  1. avrdude -v -p atmega32u4 -C /home/sergio/.platformio/packages/tool-avrdude/avrdude.conf -c stk500v1 -b 19200 -P "/dev/ttyACM0" -D -U f
  2. lash:w:.pioenvs/attiny/firmware.hex:i
  3. /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
  4.  
  5. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  6. Copyright (c) 2007-2014 Joerg Wunsch
  7.  
  8.  
  9. avrdude: Version 6.3, compiled on Sep 12 2016 at 15:21:49
  10. System wide configuration file is "/home/sergio/.platformio/packages/tool-avrdude/avrdude.conf"
  11. User configuration file is "/home/sergio/.avrduderc"
  12. User configuration file does not exist or is not a regular file, skipping
  13.  
  14. Using Port                    : /dev/ttyACM0
  15. Using Programmer              : stk500v1
  16. Overriding Baud Rate          : 19200
  17. AVR Part                      : ATmega32U4
  18. Chip Erase delay              : 9000 us
  19. PAGEL                         : PD7
  20. BS2                           : PA0
  21. RESET disposition             : dedicated
  22. RETRY pulse                   : SCK
  23. serial program mode           : yes
  24. parallel program mode         : yes
  25. Timeout                       : 200
  26. StabDelay                     : 100
  27. CmdexeDelay                   : 25
  28. SyncLoops                     : 32
  29. ByteDelay                     : 0
  30. PollIndex                     : 3
  31. PollValue                     : 0x53
  32. Memory Detail                 :
  33.  
  34.  
  35. Block Poll               Page                       Polled
  36. Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
  37. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  38. eeprom        65    20     4    0 no       1024    4      0  9000  9000 0x00 0x00
  39. flash         65     6   128    0 yes     32768  128    256  4500  4500 0x00 0x00
  40. lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  41. hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  42. efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  43. lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
  44. calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00
  45. signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
  46.  
  47. Programmer Type : STK500
  48. Description     : Atmel STK500 Version 1.x firmware
  49. Hardware Version: 2
  50. Firmware Version: 1.18
  51. Topcard         : Unknown
  52. Vtarget         : 0.0 V
  53. Varef           : 0.0 V
  54. Oscillator      : Off
  55. SCK period      : 0.1 us
  56.  
  57. avrdude: AVR device initialized and ready to accept instructions
  58.  
  59. Reading | ################################################## | 100% 0.05s
  60.  
  61. Double check chip, or use -F to override this check.
  62. avrdude: Device signature = 0x1e930b (probably t85)
  63. avrdude: Expected signature for ATmega32U4 is 1E 95 87
  64.  
  65.  
  66. avrdude done.  Thank you.
  67. *** [upload] Error 1
  68. ========================== [ERROR] Took 5.49 seconds ==========================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement