Advertisement
Guest User

Verbose Output during Upload WiMOD

a guest
Mar 13th, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | Source Code | 0 0
  1. Sketch uses 9608 bytes (3%) of program storage space. Maximum is 262144 bytes.
  2. Performing 1200-bps touch reset on serial port COM14
  3. Waiting for upload port...
  4. Upload port found on COM6
  5.  
  6. avrdude: Version 6.3-20190619
  7. Copyright (c) 2000-2005 Brian D"C:\Users\Heiko\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/bin/avrdude" "-CC:\Users\Heiko\AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf" -v -v -patmega2560 -cstk500v2 -PCOM6 -b57600 "-Uflash:w:C:\Users\Heiko\AppData\Local\Temp\arduino\sketches\B74A420DD0369E112F60D1DBED8A9417/sketch_mar13a.ino.hex:i"
  8. ean, http://www.bdmicro.com/
  9. Copyright (c) 2007-2014 Joerg Wunsch
  10.  
  11. System wide configuration file is "C:\Users\Heiko
  12. \AppData\Local\Arduino15\packages\arduino\tools\avrdude\6.3.0-arduino17/etc/avrdude.conf"
  13.  
  14. Using Port : COM6
  15. Using Programmer : stk500v2
  16. Overriding Baud Rate : 57600
  17. AVR Part : ATmega2560
  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. Block Poll Page Polled
  35. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  36. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  37. eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
  38. flash 65 10 256 0 yes 262144 256 1024 4500 4500 0x00 0x00
  39. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  40. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  41. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  42. lock 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. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  45.  
  46. Programmer Type : STK500V2
  47. Description : Atmel STK500 Version 2.x firmware
  48. Programmer Model: AVRISP
  49. Hardware Version: 3
  50. Firmware Version Master : 4.05
  51. Vtarget : 0.0 V
  52. SCK period : 0.1 us
  53.  
  54. avrdude: AVR device initialized and ready to accept instructions
  55.  
  56. Reading | ################################################## | 100% 0.00s
  57.  
  58. avrdude: Device signature = 0x1e9801 (probably m2560)
  59. avrdude: NOTE: "flash" memory has been specified, an erase cycle will be performed
  60. To disable this feature, specify the -D option.
  61. avrdude: erasing chip
  62. avrdude: reading input file "C:\Users\Heiko\AppData\Local\Temp\arduino\sketches\B74A420DD0369E112F60D1DBED8A9417/sketch_mar13a.ino.hex"
  63. avrdude: writing flash (26248 bytes):
  64.  
  65. Writing | ################################################## | 100% 0.00s
  66.  
  67. avrdude: 26248 bytes of flash written
  68. avrdude: verifying flash memory against C:\Users\Heiko\AppData\Local\Temp\arduino\sketches\B74A420DD0369E112F60D1DBED8A9417/sketch_mar13a.ino.hex:
  69. avrdude: load data flash data from input file C:\Users\Heiko\AppData\Local\Temp\arduino\sketches\B74A420DD0369E112F60D1DBED8A9417/sketch_mar13a.ino.hex:
  70. avrdude: input file C:\Users\Heiko\AppData\Local\Temp\arduino\sketches\B74A420DD0369E112F60D1DBED8A9417/sketch_mar13a.ino.hex contains 26248 bytes
  71. avrdude: reading on-chip flash data:
  72.  
  73. Reading | ################################################## | 100% 0.00s
  74.  
  75. avrdude: verifying ...
  76. avrdude: 26248 bytes of flash verified
  77.  
  78. avrdude done. Thank you.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement