Advertisement
Guest User

Untitled

a guest
Nov 19th, 2022
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. ubi@ubi:~$ "/home/ubi/.arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17/bin/avrdude" "-C/home/ubi/dram/avrdude.conf" -v -V -patmega2560 -cwiring "-P/dev/ttyUSB0" -b115200 -D "-Uflash:w:/home/ubi/dram/sketch_nov19b.ino.hex:i"
  2.  
  3. avrdude: Version 6.3-20190619
  4. Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
  5. Copyright (c) 2007-2014 Joerg Wunsch
  6.  
  7. System wide configuration file is "/home/ubi/dram/avrdude.conf"
  8. User configuration file is "/home/ubi/.avrduderc"
  9. User configuration file does not exist or is not a regular file, skipping
  10.  
  11. Using Port : /dev/ttyUSB0
  12. Using Programmer : wiring
  13. Overriding Baud Rate : 115200
  14. AVR Part : ATmega2560
  15. Chip Erase delay : 9000 us
  16. PAGEL : PD7
  17. BS2 : PA0
  18. RESET disposition : dedicated
  19. RETRY pulse : SCK
  20. serial program mode : yes
  21. parallel program mode : yes
  22. Timeout : 200
  23. StabDelay : 100
  24. CmdexeDelay : 25
  25. SyncLoops : 32
  26. ByteDelay : 0
  27. PollIndex : 3
  28. PollValue : 0x53
  29. Memory Detail :
  30.  
  31. Block Poll Page Polled
  32. Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
  33. ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
  34. eeprom 65 10 8 0 no 4096 8 0 9000 9000 0x00 0x00
  35. flash 65 10 256 0 yes 262144 256 1024 4500 4500 0x00 0x00
  36. lfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  37. hfuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  38. efuse 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  39. lock 0 0 0 0 no 1 0 0 9000 9000 0x00 0x00
  40. calibration 0 0 0 0 no 1 0 0 0 0 0x00 0x00
  41. signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
  42.  
  43. Programmer Type : Wiring
  44. Description : Wiring
  45. Programmer Model: AVRISP
  46. Hardware Version: 15
  47. Firmware Version Master : 2.10
  48. Vtarget : 0.0 V
  49. SCK period : 0.1 us
  50.  
  51. avrdude: AVR device initialized and ready to accept instructions
  52.  
  53. Reading | ################################################## | 100% 0.02s
  54.  
  55. avrdude: Device signature = 0x1e9801 (probably m2560)
  56. avrdude: safemode: lfuse reads as 0
  57. avrdude: safemode: hfuse reads as 0
  58. avrdude: safemode: efuse reads as 0
  59. avrdude: reading input file "/home/ubi/dram/sketch_nov19b.ino.hex"
  60. avrdude: writing flash (2142 bytes):
  61.  
  62. Writing | ############################################ | 88% 0.34savrdude: stk500v2_ReceiveMessage(): timeout
  63. avrdude: stk500v2_ReceiveMessage(): timeout
  64. avrdude: stk500v2_ReceiveMessage(): timeout
  65. ^C
  66.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement