Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. Le croquis utilise 274 octets (6%) de l'espace de stockage de programmes. Le maximum est de 4096 octets.
  2. Les variables globales utilisent 9 octets (3%) de mémoire dynamique, ce qui laisse 247 octets pour les variables locales. Le maximum est de 256 octets.
  3. /home/scott-hamilton/arduino-1.8.6/hardware/tools/avr/bin/avrdude -C/home/scott-hamilton/arduino-1.8.6/hardware/tools/avr/etc/avrdude.conf -v -pattiny45 -carduino -P/dev/ttyACM3 -b19200 -Uflash:w:/tmp/arduino_build_900013/test.ino.hex:i
  4.  
  5. avrdude: Version 6.3-20171130
  6. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  7. Copyright (c) 2007-2014 Joerg Wunsch
  8.  
  9. System wide configuration file is "/home/scott-hamilton/arduino-1.8.6/hardware/tools/avr/etc/avrdude.conf"
  10. User configuration file is "/home/scott-hamilton/.avrduderc"
  11. User configuration file does not exist or is not a regular file, skipping
  12.  
  13. Using Port : /dev/ttyACM3
  14. Using Programmer : arduino
  15. Overriding Baud Rate : 19200
  16. AVR Part : ATtiny45
  17. Chip Erase delay : 4500 us
  18. PAGEL : P00
  19. BS2 : P00
  20. RESET disposition : possible i/o
  21. RETRY pulse : SCK
  22. serial program mode : yes
  23. parallel program mode : yes
  24. Timeout : 200
  25. StabDelay : 100
  26. CmdexeDelay : 25
  27. SyncLoops : 32
  28. ByteDelay : 0
  29. PollIndex : 3
  30. PollValue : 0x53
  31. Memory Detail :
  32.  
  33. Block Poll Page Polled
  34. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  35. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  36. eeprom 65 6 4 0 no 256 4 0 4000 4500 0xff 0xff
  37. flash 65 6 32 0 yes 4096 64 64 4500 4500 0xff 0xff
  38. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 9000 9000 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. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  44.  
  45. Programmer Type : Arduino
  46. Description : Arduino
  47. Hardware Version: 2
  48. Firmware Version: 1.18
  49. Topcard : Unknown
  50. Vtarget : 0.0 V
  51. Varef : 0.0 V
  52. Oscillator : Off
  53. SCK period : 0.1 us
  54.  
  55. avrdude: AVR device initialized and ready to accept instructions
  56.  
  57. Reading | ################################################## | 100% 0.01s
  58.  
  59. avrdude: Device signature = 0x000000 (retrying)
  60.  
  61. Reading | ################################################## | 100% 0.01s
  62.  
  63. avrdude: Device signature = 0x000000 (retrying)
  64.  
  65. Une erreur est survenue lors du transfert du croquis
  66. Reading | ################################################## | 100% 0.01s
  67.  
  68. avrdude: Device signature = 0x000000
  69. avrdude: Yikes! Invalid device signature.
  70. Double check connections and try again, or use -F to override
  71. this check.
  72.  
  73.  
  74. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement