Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Arduino: 1.8.1 (Windows 10), Board: "Arduino/Genuino Uno"
  2.  
  3.  
  4. avrdude: Version 6.3, compiled on Dec 16 2016 at 13:33:19
  5. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  6. Copyright (c) 2007-2014 Joerg Wunsch
  7.  
  8. System wide configuration file is "C:Program FilesArduinohardwaretoolsavr/etc/avrdude.conf"
  9.  
  10. Using Port : COM5
  11. Using Programmer : arduino
  12. Overriding Baud Rate : 115200
  13. AVR Part : ATmega328P
  14. Chip Erase delay : 9000 us
  15. PAGEL : PD7
  16. BS2 : PC2
  17. RESET disposition : dedicated
  18. RETRY pulse : SCK
  19. serial program mode : yes
  20. parallel program mode : yes
  21. Timeout : 200
  22. StabDelay : 100
  23. CmdexeDelay : 25
  24. SyncLoops : 32
  25. ByteDelay : 0
  26. PollIndex : 3
  27. PollValue : 0x53
  28. Memory Detail :
  29.  
  30. Block Poll Page Polled
  31. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  32. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  33. eeprom 65 20 4 0 no 1024 4 0 3600 3600 0xff 0xff
  34. flash 65 6 128 0 yes 32768 128 256 4500 4500 0xff 0xff
  35. lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  36. hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  37. efuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  38. lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
  39. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  40. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  41.  
  42. Programmer Type : Arduino
  43. Description : Arduino
  44. Hardware Version: 3
  45. Firmware Version: 4.4
  46. Vtarget : 0.3 V
  47. Varef : 0.3 V
  48. Oscillator : 28.800 kHz
  49. SCK period : 3.3 us
  50.  
  51. avrdude: AVR device initialized and ready to accept instructions
  52.  
  53. Reading | ################################################## | 100% 0.00s
  54.  
  55. avrdude: Device signature = 0x1e950f (probably m328p)
  56. avrdude: reading input file "C:UsersLUCKYAppDataLocalTemparduino_build_97238/Blink.ino.hex"
  57. avrdude: writing flash (928 bytes):
  58.  
  59. Writing | ################################################## | 100% 0.16s
  60.  
  61. avrdude: 928 bytes of flash written
  62. avrdude: verifying flash memory against C:UsersLUCKYAppDataLocalTemparduino_build_97238/Blink.ino.hex:
  63. avrdude: load data flash data from input file C:UsersLUCKYAppDataLocalTemparduino_build_97238/Blink.ino.hex:
  64. avrdude: input file C:UsersLUCKYAppDataLocalTemparduino_build_97238/Blink.ino.hex contains 928 bytes
  65. avrdude: reading on-chip flash data:
  66.  
  67. Reading | ###############################An error occurred while uploading the sketch
  68. Exception in thread "Thread-41" java.lang.NullPointerException
  69. at cc.arduino.contributions.libraries.LibrariesIndexer.rescanLibraries(LibrariesIndexer.java:114)
  70. at cc.arduino.contributions.libraries.LibrariesIndexer.setLibrariesFolders(LibrariesIndexer.java:106)
  71. at processing.app.BaseNoGui.onBoardOrPortChange(BaseNoGui.java:665)
  72. at processing.app.Base.onBoardOrPortChange(Base.java:1295)
  73. at processing.app.Editor$DefaultExportHandler.run(Editor.java:2220)
  74. at java.lang.Thread.run(Thread.java:745)
  75. ################### | 100% 0.13s
  76.  
  77. avrdude: verifying ...
  78. avrdude: verification error, first mismatch at byte 0x0000
  79. 0xff != 0x0c
  80. avrdude: verification error; content mismatch
  81.  
  82. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement